@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;transition:all .4s cubic-bezier(.4,0,.2,1)}.header--scrolled{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 20px #00000014;border-bottom:1px solid rgba(229,231,235,.8)}.header__container{max-width:1400px;margin:0 auto;padding:0 2rem;height:80px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.header__container{padding:0 1rem;height:70px}}.header__logo{display:flex;align-items:center;justify-content:center;gap:.75rem;text-decoration:none;cursor:pointer}.header__logo-image{width:75px;height:75px;object-fit:contain;border-radius:8px}@media (max-width: 768px){.header__logo-image{width:40px;height:40px}}.header__logo-text{display:flex;flex-direction:column;gap:.125rem}@media (max-width: 640px){.header__logo-text{display:none}}.header__logo-main{font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:600;color:#111827;line-height:1.2;letter-spacing:-.025em}.header__logo-sub{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#3b82f6;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 1024px){.header__nav{display:none}}.header__nav-list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.header__nav-item{position:relative}.header__nav-link{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#374151;text-decoration:none;padding:.5rem 0;position:relative;transition:color .3s ease;display:flex;align-items:center;gap:.25rem}.header__nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#3b82f6,#1e40af);transition:width .3s cubic-bezier(.4,0,.2,1)}.header__nav-link:hover{color:#3b82f6}.header__nav-link:hover:after{width:100%}.header__dropdown{position:relative}.header__dropdown-trigger{background:none;border:none;cursor:pointer}.header__dropdown-icon{transition:transform .3s ease}.header__dropdown-icon.rotated{transform:rotate(180deg)}.header__dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;border:1px solid #e5e7eb;padding:.5rem 0;margin-top:.5rem}.header__dropdown-link{display:block;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#374151;text-decoration:none;transition:all .3s ease}.header__dropdown-link:hover{background:#f9fafb;color:#3b82f6;padding-left:1.5rem}.header__actions{display:flex;align-items:center;gap:1rem}@media (max-width: 1024px){.header__actions{display:none}}.header__intranet-link{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#4b5563;text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.header__intranet-link:hover{color:#3b82f6;background:#dbeafe}.header__login-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #3b82f633}.header__login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.header__login-btn:active{transform:translateY(0)}.header__login-icon{font-size:1rem}.header__mobile-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#374151;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}@media (max-width: 1024px){.header__mobile-toggle{display:flex;align-items:center;justify-content:center}}.header__mobile-toggle:hover{background:#f3f4f6;color:#3b82f6}.header__mobile-menu{background:#fff;border-top:1px solid #e5e7eb;overflow:hidden}@media (min-width: 1025px){.header__mobile-menu{display:none}}.header__mobile-nav{padding:1rem 2rem 2rem}@media (max-width: 768px){.header__mobile-nav{padding:1rem}}.header__mobile-link{display:block;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#374151;text-decoration:none;padding:1rem 0;border-bottom:1px solid #f3f4f6;transition:all .3s ease}.header__mobile-link:hover{color:#3b82f6;padding-left:1rem}.header__mobile-link:last-child{border-bottom:none}.header__mobile-dropdown-trigger{width:100%;text-align:left;background:none;border:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#374151;padding:1rem 0;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s ease}.header__mobile-dropdown-trigger:hover{color:#3b82f6}.header__mobile-dropdown-menu{background:#f9fafb;border-radius:8px;margin:.5rem 0;overflow:hidden}.header__mobile-dropdown-link{display:block;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#4b5563;text-decoration:none;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;transition:all .3s ease}.header__mobile-dropdown-link:hover{background:#fff;color:#3b82f6;padding-left:1.5rem}.header__mobile-dropdown-link:last-child{border-bottom:none}.header__mobile-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.header__mobile-intranet{display:block;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#4b5563;text-decoration:none;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;text-align:center;transition:all .3s ease}.header__mobile-intranet:hover{border-color:#3b82f6;color:#3b82f6;background:#dbeafe}.header__mobile-login{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:1rem;border-radius:10px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f633}.header__mobile-login:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.header__mobile-login:active{transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1200px){.header__nav-list{gap:1.5rem}}@media (max-width: 768px){.header__container{padding:0 1rem}.header__logo-main{font-size:1.25rem}.header__logo-sub{font-size:.7rem}}@media (max-width: 480px){.header__mobile-nav{padding:1rem .5rem 1.5rem}.header__mobile-actions{margin-top:1.5rem;padding-top:1.5rem}}@media print{.header{display:none}}@media (prefers-contrast: high){.header{border-bottom:2px solid #000000}.header__nav-link:hover,.header__mobile-link:hover{background:#000;color:#fff}.header__login-btn{background:#000;border:2px solid #000000}.header__login-btn:hover{background:#fff;color:#000}}@media (prefers-reduced-motion: reduce){.header *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.header__user-info{position:relative;display:flex;align-items:center;gap:12px;background:#f3f4f6;border-radius:10px;padding:8px 18px;margin-left:8px;box-shadow:0 2px 8px #2563eb14;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:1rem;color:#111827}.header__user-info .header__login-icon{color:#3b82f6;font-size:22px}.header__user-info .header__user-name{font-weight:600;color:#111827;font-size:16px;margin-left:4px}.header__user-info .header__user-caret{margin-left:6px;color:#3b82f6;font-size:18px}.header__user-dropdown{position:absolute;top:110%;right:0;min-width:220px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #2563eb1a;border:1px solid #e5e7eb;z-index:100;padding:16px 0;animation:fadeInUp .2s}.header__user-dropdown a,.header__user-dropdown button{display:block;width:100%;padding:16px 28px;background:none;border:none;color:#111827;font-weight:500;text-align:left;text-decoration:none;font-family:Inter,sans-serif;font-size:1.1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .2s}.header__user-dropdown a:hover,.header__user-dropdown button:hover{background:#f3f4f6}.header__user-dropdown a:last-child,.header__user-dropdown button:last-child{border-bottom:none}.header__user-dropdown button{color:#ef4444!important;font-weight:600}@media (max-width: 768px){.header__user-dropdown{left:0;right:0;min-width:100vw;border-radius:0 0 16px 16px;padding:20px 0}.header__user-dropdown a,.header__user-dropdown button{padding:20px 32px;font-size:1.2rem}}.header__mobile-user-info{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;padding:20px;margin:20px 0;box-shadow:0 4px 20px #2563eb14;position:relative;transition:all .3s ease;cursor:pointer}.header__mobile-user-info:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2563eb1f;border-color:#cbd5e1}.header__mobile-user-info .header__mobile-avatar{flex-shrink:0}.header__mobile-user-info .header__mobile-avatar .header__mobile-avatar-img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:3px solid #ffffff;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.header__mobile-user-info .header__mobile-avatar .header__mobile-avatar-img:hover{transform:scale(1.05);box-shadow:0 6px 20px #0003}.header__mobile-user-info .header__mobile-avatar .header__mobile-avatar-initials{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;border:3px solid #ffffff;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.header__mobile-user-info .header__mobile-avatar .header__mobile-avatar-initials:hover{transform:scale(1.05);box-shadow:0 6px 20px #0003}.header__mobile-user-info .header__mobile-user-details{flex:1;min-width:0}.header__mobile-user-info .header__mobile-user-details .header__mobile-user-name{display:block;font-weight:700;font-size:16px;color:#111827;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__mobile-user-info .header__mobile-user-details .header__mobile-user-email{display:block;font-weight:500;font-size:14px;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__mobile-user-info .header__mobile-logout-btn{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #ef444433}.header__mobile-user-info .header__mobile-logout-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:scale(1.05);box-shadow:0 4px 16px #ef44444d}.header__mobile-user-info .header__mobile-logout-btn:active{transform:scale(.95)}@media (max-width: 480px){.header__mobile-user-info{padding:16px;gap:12px}.header__mobile-user-info .header__mobile-avatar .header__mobile-avatar-img,.header__mobile-user-info .header__mobile-avatar .header__mobile-avatar-initials{width:40px;height:40px;font-size:16px}.header__mobile-user-info .header__mobile-user-details .header__mobile-user-name{font-size:15px}.header__mobile-user-info .header__mobile-user-details .header__mobile-user-email{font-size:13px}.header__mobile-user-info .header__mobile-logout-btn{width:36px;height:36px}}.header__mobile-user-info .header__mobile-dropdown-icon{color:#3b82f6;font-size:20px;transition:transform .3s ease}.header__mobile-user-info .header__mobile-dropdown-icon.rotated{transform:rotate(180deg)}.header__mobile-user-info .header__mobile-user-dropdown{position:absolute;bottom:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #2563eb26;border:1px solid #e5e7eb;margin-bottom:8px;overflow:hidden;z-index:1000}.header__mobile-user-info .header__mobile-user-dropdown .header__mobile-user-dropdown-item{display:flex;align-items:center;gap:12px;padding:16px 20px;color:#374151;text-decoration:none;font-family:Inter,sans-serif;font-weight:500;font-size:16px;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f3f4f6}.header__mobile-user-info .header__mobile-user-dropdown .header__mobile-user-dropdown-item:last-child{border-bottom:none}.header__mobile-user-info .header__mobile-user-dropdown .header__mobile-user-dropdown-item:hover{background:#f9fafb;color:#3b82f6}.header__mobile-user-info .header__mobile-user-dropdown .header__mobile-user-dropdown-item--logout{color:#ef4444}.header__mobile-user-info .header__mobile-user-dropdown .header__mobile-user-dropdown-item--logout:hover{background:#fef2f2;color:#dc2626}.header__avatar-img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.header__avatar-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:2px solid #ffffff;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.header__avatar-icon:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.logout-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.logout-popup{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;max-width:420px;width:100%;overflow:hidden;border:1px solid rgba(229,231,235,.8);position:relative}.logout-popup__header{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.5rem 0;position:relative}.logout-popup__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#fef3c7,#fde68a);display:flex;align-items:center;justify-content:center;color:#d97706;font-size:1.5rem;flex-shrink:0}.logout-popup__title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#111827;margin:0;flex-grow:1}.logout-popup__close{width:32px;height:32px;border-radius:8px;background:#f3f4f6;border:none;color:#4b5563;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.logout-popup__close:hover{background:#e5e7eb;color:#1f2937;transform:scale(1.05)}.logout-popup__content{padding:1rem 1.5rem 1.5rem}.logout-popup__message{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6;color:#4b5563;margin:0}.logout-popup__actions{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.logout-popup__btn{flex:1;padding:.875rem 1.25rem;border-radius:12px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.logout-popup__btn--cancel{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.logout-popup__btn--cancel:hover{background:#e5e7eb;color:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.logout-popup__btn--cancel:active{transform:translateY(0)}.logout-popup__btn--confirm{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.logout-popup__btn--confirm:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 6px 20px #ef444466}.logout-popup__btn--confirm:active{transform:translateY(0)}@media (max-width: 480px){.logout-popup{margin:1rem;border-radius:16px}.logout-popup__header{padding:1.25rem 1.25rem 0}.logout-popup__icon{width:40px;height:40px;font-size:1.25rem}.logout-popup__title{font-size:1.125rem}.logout-popup__content{padding:.75rem 1.25rem 1.25rem}.logout-popup__message{font-size:.9rem}.logout-popup__actions{padding:0 1.25rem 1.25rem;flex-direction:column}.logout-popup__btn{padding:1rem 1.25rem;font-size:1rem}}@media (prefers-color-scheme: dark){.logout-popup{background:#111827;border-color:#374151}.logout-popup__title{color:#fff}.logout-popup__message{color:#d1d5db}.logout-popup__close{background:#1f2937;color:#9ca3af}.logout-popup__close:hover{background:#374151;color:#e5e7eb}.logout-popup__btn--cancel{background:#1f2937;color:#d1d5db;border-color:#4b5563}.logout-popup__btn--cancel:hover{background:#374151;color:#fff}}@media (prefers-contrast: high){.logout-popup{border:2px solid #000000}.logout-popup__btn{border-width:2px}}@media (prefers-reduced-motion: reduce){.logout-popup-overlay *,.logout-popup *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.logout-confirmation-modal .logout-confirmation-content{background:#fff;border-radius:16px;max-width:400px;width:100%;padding:2rem;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:modalSlideIn .3s ease-out;text-align:center;border:1px solid #e5e7eb}.header__user-dropdown button{position:relative;overflow:hidden}.header__user-dropdown button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(239,68,68,.1),transparent);transition:left .3s}.header__user-dropdown button:hover:before{left:100%}.header__mobile-user-dropdown-item--logout{position:relative;overflow:hidden}.header__mobile-user-dropdown-item--logout:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(239,68,68,.1),transparent);transition:left .3s}.header__mobile-user-dropdown-item--logout:hover:before{left:100%}.footer{position:relative;background:linear-gradient(120deg,#3b82f6,#dbeafe);color:#111827;padding:4rem 1.5rem 2rem;font-family:Inter,sans-serif;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(59,130,246,.08);overflow:hidden}.footer__background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(59,130,246,.08) 0%,transparent 70%),radial-gradient(circle at 20% 80%,rgba(30,64,175,.07) 0%,transparent 70%);z-index:1;pointer-events:none}.footer__container{position:relative;z-index:2;max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;align-items:flex-start}.footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem}.footer__brand .footer__logo{width:100px;height:100px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #3b82f61a;display:flex;align-items:center;justify-content:center}.footer__brand .footer__logo img{width:100px;height:100px;object-fit:contain}.footer__brand .footer__title{font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:700;color:#1e40af;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.2rem}.footer__brand .footer__desc{font-size:1rem;color:#4b5563;opacity:.95;margin-bottom:.5rem;max-width:260px}.footer__brand .footer__socials{display:flex;gap:1rem;margin-top:.5rem}.footer__brand .footer__socials .footer__social{color:#fff;background:#3b82f6;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;transition:background .3s ease;box-shadow:0 2px 8px #3b82f61a}.footer__brand .footer__socials .footer__social:hover{background:#1e40af;color:#fff}.footer__links,.footer__legal,.footer__newsletter{display:flex;flex-direction:column;gap:.5rem}.footer__links .footer__subtitle,.footer__legal .footer__subtitle,.footer__newsletter .footer__subtitle{font-size:1.15rem;font-weight:700;color:#1e40af;margin-bottom:.7rem;letter-spacing:.01em}.footer__link{display:block;color:#4b5563;text-decoration:none;margin-bottom:.5rem;font-size:1rem;font-weight:500;transition:color .2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__newsletter .footer__newsletter-text{color:#4b5563;font-size:.98rem;margin-bottom:.7rem}.footer__newsletter .footer__newsletter-form{display:flex;flex-direction:column;gap:.7rem}.footer__newsletter .footer__newsletter-input-group{display:flex;align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px #3b82f612;padding:.3rem .7rem}.footer__newsletter .footer__newsletter-input-group .footer__newsletter-icon{color:#3b82f6;font-size:1.1rem;margin-right:.5rem}.footer__newsletter .footer__newsletter-input-group .footer__newsletter-input{border:none;background:transparent;outline:none;font-size:1rem;font-family:Inter,sans-serif;color:#111827;flex:1;padding:.6rem .2rem}.footer__newsletter .footer__newsletter-input-group .footer__newsletter-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:.6rem 1.3rem;border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-left:.5rem}.footer__newsletter .footer__newsletter-input-group .footer__newsletter-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6)}.footer__copyright{grid-column:1/-1;text-align:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.18);color:#4b5563;font-size:.98rem;opacity:.85;letter-spacing:.01em}.footer__designer{font-size:.98rem;color:#6b7280;margin-left:.5rem}.footer__designer a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s,text-decoration .2s}.footer__designer a:hover{color:#1e40af;text-decoration:underline}@media (max-width: 900px){.footer__container{gap:1.2rem}}@media (max-width: 600px){.footer__container{grid-template-columns:1fr;text-align:center;gap:1.5rem}.footer__brand,.footer__links,.footer__legal,.footer__newsletter{align-items:center}.footer__newsletter{width:100%}.footer__newsletter .footer__newsletter-form{width:100%;align-items:center}.footer__newsletter .footer__newsletter-input-group{flex-direction:column;align-items:stretch;padding:.7rem .4rem;gap:.7rem}.footer__newsletter .footer__newsletter-input-group .footer__newsletter-icon{margin-right:0;margin-bottom:.2rem;font-size:1.4rem;align-self:flex-start}.footer__newsletter .footer__newsletter-input-group .footer__newsletter-input{width:100%;font-size:1rem;padding:.7rem .5rem;margin-bottom:.1rem}.footer__newsletter .footer__newsletter-input-group .footer__newsletter-btn{width:100%;margin-left:0;font-size:1rem;padding:.7rem .5rem}}.hero{position:relative;min-height:100vh;padding:0 0 80px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero__bg-gradient{position:absolute;top:-50%;right:-20%;width:80%;height:120%;background:linear-gradient(135deg,#3b82f61a,#1e40af0d);border-radius:50%;filter:blur(100px)}.hero__bg-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(30,64,175,.05) 0%,transparent 50%);background-size:400px 400px}.hero__floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero__floating-element{position:absolute;border-radius:50%;background:linear-gradient(135deg,#3b82f61a,#1e40af0d)}.hero__floating-element--1{top:10%;left:10%;width:60px;height:60px}.hero__floating-element--2{top:20%;right:15%;width:40px;height:40px}.hero__floating-element--3{top:60%;left:5%;width:80px;height:80px}.hero__floating-element--4{bottom:30%;right:10%;width:50px;height:50px}.hero__floating-element--5{bottom:10%;left:20%;width:30px;height:30px}.hero__floating-element--6{top:40%;right:5%;width:70px;height:70px}.hero__container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.hero__container{padding:0 1rem}}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}@media (max-width: 1024px){.hero__content{grid-template-columns:1fr;gap:3rem;text-align:center}}@media (max-width: 768px){.hero__content{margin-bottom:4rem}}@media (max-width: 1024px){.hero__main{order:2}}.hero__badge{display:flex;align-items:center;justify-content:center;gap:.5rem;display:inline-flex;padding:.75rem 1.5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:50px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#3b82f6;margin-bottom:2rem}@media (max-width: 1024px){.hero__badge{margin:0 auto 2rem}}.hero__badge-icon{font-size:1rem;color:#fbbf24}.hero__headline{font-family:Crimson Pro,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;color:#111827;margin-bottom:1.5rem;letter-spacing:-.02em}.hero__headline-highlight{background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero__headline-highlight:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#1e40af);border-radius:2px;opacity:.3}.hero__headline-accent{color:#3b82f6;position:relative}.hero__subheadline{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;color:#4b5563;margin-bottom:2rem;max-width:600px}@media (max-width: 1024px){.hero__subheadline{margin:0 auto 2rem}}@media (max-width: 768px){.hero__subheadline{font-size:1.1rem}}.hero__features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}@media (max-width: 640px){.hero__features{grid-template-columns:1fr}}.hero__feature{display:flex;align-items:center;justify-content:center;gap:.75rem;justify-content:flex-start;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#374151}@media (max-width: 1024px){.hero__feature{justify-content:center}}@media (max-width: 640px){.hero__feature{justify-content:flex-start}}.hero__feature-icon{font-size:1.1rem;color:#10b981;flex-shrink:0}.hero__cta{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem}@media (max-width: 1024px){.hero__cta{justify-content:center}}@media (max-width: 640px){.hero__cta{flex-direction:column;gap:1rem}}.hero__cta-primary{display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #3b82f64d;position:relative;overflow:hidden}.hero__cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.hero__cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #3b82f666}.hero__cta-primary:hover:before{left:100%}.hero__cta-primary:active{transform:translateY(-1px)}@media (max-width: 640px){.hero__cta-primary{width:100%;max-width:300px}}.hero__cta-primary-icon{font-size:1.1rem;transition:transform .3s ease}.hero__cta-primary:hover .hero__cta-primary-icon{transform:translate(3px)}.hero__cta-secondary{display:flex;align-items:center;justify-content:center;gap:1rem;background:transparent;color:#374151;border:2px solid #d1d5db;padding:1rem 1.5rem;border-radius:12px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.hero__cta-secondary:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d}@media (max-width: 640px){.hero__cta-secondary{width:100%;max-width:300px}}.hero__play-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border-radius:50%;font-size:.9rem;transition:all .3s ease}.hero__cta-secondary:hover .hero__play-button{transform:scale(1.1)}.hero__contact{display:flex;align-items:center;gap:2rem}@media (max-width: 1024px){.hero__contact{justify-content:center}}@media (max-width: 640px){.hero__contact{flex-direction:column;gap:1rem}}.hero__contact-item{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#4b5563}.hero__contact-icon{font-size:1rem;color:#3b82f6}.hero__visual{position:relative}@media (max-width: 1024px){.hero__visual{order:1}}.hero__image-container{position:relative;max-width:600px;margin:0 auto}.hero__image-wrapper{position:relative;border-radius:20px;overflow:visible;box-shadow:0 20px 60px #0000001a;z-index:1}.hero__main-image{width:100%;height:500px;object-fit:cover;display:block;border-radius:0 30px}@media (max-width: 768px){.hero__main-image{height:400px}}.hero__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f61a,#1e40af0d)}.hero__stat-card{position:absolute;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);padding:1.5rem;border-radius:16px;text-align:center;box-shadow:0 10px 30px #0000001a;cursor:pointer;z-index:10}.hero__stat-card--1{top:-5%;left:1%;z-index:3}@media (max-width: 1024px){.hero__stat-card--1{left:-5%}}@media (max-width: 768px){.hero__stat-card--1{left:5%;top:10%}}.hero__stat-card--2{bottom:-5%;right:1%;z-index:3}@media (max-width: 1024px){.hero__stat-card--2{right:-5%}}@media (max-width: 768px){.hero__stat-card--2{right:5%;bottom:10%}}.hero__stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.hero__stat-number{font-family:Crimson Pro,serif;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}.hero__stat-label{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.hero__decorative-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero__decorative-circle{position:absolute;border:2px solid rgba(59,130,246,.2);border-radius:50%;border-top-color:#3b82f6}.hero__decorative-circle--1{top:-10%;right:-10%;width:100px;height:100px}.hero__decorative-circle--2{bottom:-10%;left:-10%;width:80px;height:80px}.hero__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:6rem;padding:3rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}@media (max-width: 1024px){.hero__stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem;padding:2rem 0}}@media (max-width: 640px){.hero__stats{grid-template-columns:1fr;gap:1rem}}.hero__stat{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.hero__stat:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-5px)}@media (max-width: 640px){.hero__stat{justify-content:flex-start}}.hero__stat-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border-radius:12px;font-size:1.5rem;flex-shrink:0}.hero__stat-content{text-align:left}@media (max-width: 1024px){.hero__stat-content{text-align:center}}@media (max-width: 640px){.hero__stat-content{text-align:left}}.hero__stat-number{font-family:Crimson Pro,serif;font-size:2rem;font-weight:700;color:#111827;line-height:1;margin-bottom:.25rem}@media (max-width: 768px){.hero__stat-number{font-size:1.75rem}}.hero__stat-label{font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.hero__testimonials{text-align:center}.hero__testimonials-title{font-family:Crimson Pro,serif;font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:3rem;letter-spacing:-.02em}@media (max-width: 768px){.hero__testimonials-title{font-size:2rem;margin-bottom:2rem}}.hero__testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.hero__testimonials-grid{grid-template-columns:1fr;gap:1.5rem;max-width:600px;margin:0 auto}}.hero__testimonial{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 30px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-align:left}.hero__testimonial:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-5px)}.hero__testimonial-content{margin-bottom:1.5rem}.hero__testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.hero__testimonial-star{font-size:1rem;color:#fbbf24;fill:currentColor}.hero__testimonial-text{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#374151;font-style:italic;margin:0}.hero__testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem;justify-content:flex-start}.hero__testimonial-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #dbeafe}.hero__testimonial-info{text-align:left}.hero__testimonial-name{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.hero__testimonial-role{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#6b7280}.hero__video-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero__video-container{position:relative;width:90%;max-width:800px;aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.hero__video-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:#fff3;border:none;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.hero__video-close:hover{background:#ffffff4d;transform:scale(1.1)}.hero__video{width:100%;height:100%;object-fit:cover}@media (max-width: 1200px){.hero__content{gap:3rem}.hero__headline{font-size:clamp(2.25rem,4.5vw,3.5rem)}}@media (max-width: 768px){.hero{padding:100px 0 60px}.hero__content{gap:2rem;margin-bottom:3rem}.hero__badge{padding:.5rem 1rem;font-size:.8rem;margin-bottom:1.5rem}.hero__headline{margin-bottom:1rem}.hero__subheadline{font-size:1rem;margin-bottom:1.5rem}.hero__features,.hero__cta{margin-bottom:2rem}.hero__cta-primary,.hero__cta-secondary{padding:.875rem 1.5rem;font-size:1rem}.hero__main-image{height:350px}.hero__stat-card{padding:1rem}.hero__stat-card--1,.hero__stat-card--2{position:static;margin:1rem 0;display:inline-block}.hero__testimonials-title{font-size:1.75rem}.hero__testimonial{padding:1.5rem}}@media (max-width: 480px){.hero__container{padding:0 .75rem}.hero__headline{font-size:clamp(1.75rem,4vw,2.5rem)}.hero__subheadline{font-size:.95rem}.hero__features{grid-template-columns:1fr;gap:.75rem}.hero__feature{font-size:.9rem}.hero__stats{gap:1rem}.hero__stat{padding:1rem}.hero__testimonial{padding:1.25rem}}@media (prefers-contrast: high){.hero__headline-highlight{background:#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__cta-primary{background:#000;border:2px solid #000000}.hero__cta-primary:hover{background:#fff;color:#000}.hero__cta-secondary{border-color:#000;color:#000}.hero__cta-secondary:hover{background:#000;color:#fff}}@media (prefers-reduced-motion: reduce){.hero__floating-element,.hero__decorative-circle{animation:none!important}.hero *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.hero{background:#fff;color:#000;padding:2rem 0}.hero__video-modal,.hero__floating-elements,.hero__decorative-elements,.hero__cta{display:none}}.request{min-height:auto;background:linear-gradient(135deg,#f3f4f6,#dbeafe);font-family:Inter,sans-serif;padding-top:80px}.request__hero{max-width:600px;margin:0 auto;padding:3rem 1rem 2rem;text-align:center}.request__hero h1{font-size:2.5rem;font-weight:800;color:#1e40af;margin-bottom:.5rem;line-height:1.2}.request__hero p{color:#2563eb;font-size:1.2rem;margin-bottom:2rem}.request__search{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.2rem}.request__search input{padding:.75rem 1rem;border:2px solid #3b82f6;border-radius:8px;font-size:1rem;width:180px;outline:none;transition:border .2s}.request__search input:focus{border-color:#1e40af}.request__search button{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s}.request__search button:hover{background:linear-gradient(135deg,#1e40af,#3b82f6)}.request__popular{color:#374151;font-size:1rem;margin-top:.5rem}.request__popular span{color:#3b82f6;font-weight:600}.request__modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#1e40af1f;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s;overflow-y:auto;max-height:100vh}.request__modal-content{background:#fff;border-radius:18px;box-shadow:0 8px 32px #2563eb1a;padding:2.5rem 2rem;max-width:420px;width:100%;position:relative;animation:slideInUp .3s;max-height:80vh;overflow-y:auto}.request__step-title{color:#2563eb;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:.05em}.request__step-question{color:#1e40af;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.3}.request__options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.request__option{background:#f3f4f6;border:2px solid #dbeafe;border-radius:8px;padding:.9rem 1.2rem;font-size:1.05rem;color:#1e40af;font-weight:600;cursor:pointer;transition:background .2s,border .2s,color .2s;text-align:left}.request__option:hover,.request__option.selected{background:#3b82f6;color:#fff;border-color:#1e40af}.request__input-container{width:100%;margin-bottom:1.5rem}.request__input{width:100%;padding:.9rem 1.2rem;border:2px solid #dbeafe;border-radius:8px;font-size:1.05rem;margin-bottom:.5rem;outline:none;transition:border .2s}.request__input:focus{border-color:#3b82f6}.request__input-helper{display:block;color:#6b7280;font-size:.875rem;line-height:1.4;margin-top:.25rem}.request__input-error{display:block;color:#dc2626;font-size:.875rem;line-height:1.4;margin-top:.25rem;font-weight:500}.request__input[type=tel]{font-family:Courier New,monospace;letter-spacing:.5px}.request__actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}.request__actions button{flex:1;padding:.8rem 0;border-radius:8px;border:none;font-size:1rem;font-weight:700;cursor:pointer;background:#f3f4f6;color:#1e40af;transition:background .2s,color .2s}.request__actions button:hover{background:#3b82f6;color:#fff}.request__actions button.request__continue{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.request__actions button.request__continue:hover{background:linear-gradient(135deg,#1e40af,#3b82f6)}.request__complete{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px;animation:fadeInUp .5s cubic-bezier(.23,1,.32,1)}.request__complete-animation{margin-bottom:1.2rem;display:flex;align-items:center;justify-content:center}.request__complete-animation .checkmark{width:64px;height:64px;display:block;stroke:#10b981;stroke-width:3;stroke-miterlimit:10;box-shadow:0 0 0 2px #d1fae5;border-radius:50%;background:#f0fdf4;animation:popIn .5s cubic-bezier(.23,1,.32,1)}.request__complete-animation .checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke:#10b981;animation:strokeCircle .6s ease-in-out forwards}.request__complete-animation .checkmark__check{stroke-dasharray:48;stroke-dashoffset:48;stroke:#10b981;animation:strokeCheck .4s .4s ease forwards}.request__complete-title{color:#10b981;font-size:1.45rem;font-weight:800;margin-bottom:.5rem;letter-spacing:.01em;animation:fadeInUp .5s .2s both}.request__complete-desc{color:#374151;font-size:1.08rem;margin-bottom:2rem;animation:fadeInUp .5s .35s both}.request__close-top{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#9ca3af;cursor:pointer;z-index:10;transition:color .2s,background .2s;border-radius:50%;width:2.5rem;height:2.5rem;line-height:2.5rem;text-align:center}.request__close-top:hover,.request__close-top:focus{color:#ef4444;background:#f3f4f6;outline:none}.request__progress-bar{display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;gap:.2rem;min-height:18px;-webkit-user-select:none;user-select:none;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.request__progress-step{display:flex;align-items:center;position:relative}.request__progress-step .request__progress-dot{width:10px;height:10px;border-radius:50%;background:#dbeafe;border:1.5px solid #3b82f6;transition:background .2s,border .2s;z-index:2;box-sizing:border-box}.request__progress-step.active .request__progress-dot{background:#3b82f6;border-color:#1e40af;box-shadow:0 0 0 2px #dbeafe}.request__progress-step.completed .request__progress-dot{background:#1e40af;border-color:#1e40af}.request__progress-step .request__progress-line{width:18px;height:2px;background:#dbeafe;margin-left:-1px;margin-right:-1px;border-radius:1px;transition:background .2s}.request__progress-step.completed .request__progress-line{background:#3b82f6}.request__continue:disabled{background:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed;opacity:.7;box-shadow:none}.request__close{background:linear-gradient(135deg,#10b981,#22d3ee);color:#fff;border:none;border-radius:8px;padding:.9rem 2.2rem;font-size:1.08rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #10b9811a;transition:background .18s,transform .18s,box-shadow .18s;margin-top:.5rem;letter-spacing:.01em;outline:none;display:inline-block}.request__close:hover,.request__close:focus{background:linear-gradient(135deg,#059669,#06b6d4);transform:translateY(-2px) scale(1.03);box-shadow:0 4px 16px #10b98129}.request__close:active{transform:scale(.98)}.request__check{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;border:none;border-radius:8px;padding:.9rem 2rem;font-size:1.08rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #3b82f61f;transition:background .18s,transform .18s,box-shadow .18s;letter-spacing:.01em;display:inline-block;margin-top:.5rem}.request__check:hover,.request__check:focus{background:linear-gradient(135deg,#2563eb,#4f46e5);transform:translateY(-2px) scale(1.03);box-shadow:0 4px 16px #3b82f62e}.request__check:active{transform:scale(.98)}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes strokeCircle{to{stroke-dashoffset:0}}@keyframes strokeCheck{to{stroke-dashoffset:0}}@keyframes popIn{0%{transform:scale(.7);opacity:0}80%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.request__modal-content{padding:1.2rem .5rem;max-width:98vw}.request__progress-bar{max-width:98vw;gap:.12rem;min-height:14px}.request__progress-step .request__progress-dot{width:8px;height:8px}.request__progress-step .request__progress-line{width:12px;height:1.5px}.request__hero h1{font-size:1.5rem}}input[type=datetime-local]{width:100%;max-width:300px;padding:10px 15px;font-size:16px;font-family:Arial,sans-serif;color:#333;background-color:#f9f9f9;border:2px solid #ddd;border-radius:8px;outline:none;transition:border-color .3s ease,box-shadow .3s ease}input[type=datetime-local]::placeholder{color:#aaa;font-style:italic}input[type=datetime-local]:hover{border-color:#aaa}input[type=datetime-local]:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80}input[type=datetime-local]:required{border-color:#3b82f6}input[type=datetime-local]:invalid{border-color:#3b82f6}input[type=datetime-local]:disabled{background-color:#e9ecef;color:#6c757d;cursor:not-allowed}.about{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;font-family:Inter,sans-serif;padding-bottom:60px;overflow-x:hidden}.about__header{position:relative;padding:120px 0 60px;text-align:center;background:linear-gradient(120deg,#3b82f6,#dbeafe);overflow:hidden;z-index:1;background:#ffffffd9;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(59,130,246,.08);box-shadow:0 8px 32px #3b82f614;margin-bottom:3rem}.about__header-container{max-width:900px;margin:0 auto;position:relative;z-index:2;padding:0 1.5rem}.about__header-content{position:relative;z-index:2}.about__header .about__title{font-family:Crimson Pro,serif;font-size:3.2rem;font-weight:800;margin-bottom:1.2rem;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about__header .about__subtitle{font-size:1.35rem;color:#4b5563;font-weight:500;opacity:.95;margin-bottom:.5rem}.about__header-visual{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;z-index:1;pointer-events:none}.about__header-visual .about__header-circle{position:absolute;top:10%;left:50%;width:400px;height:400px;background:linear-gradient(135deg,#3b82f61f,#1e40af14);border-radius:50%;filter:blur(80px);transform:translate(-50%,-50%);z-index:1}.about__header-visual .about__header-dots{position:absolute;bottom:10%;right:10%;width:120px;height:120px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%;filter:blur(12px);z-index:1}.about__story{margin-bottom:3.5rem}.about__story .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.about__story-grid{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;align-items:center}@media (max-width: 900px){.about__story-grid{grid-template-columns:1fr}}.about__story-content{background:#fff;border-radius:18px;box-shadow:0 4px 24px #3b82f612;padding:2.5rem 2rem;transition:box-shadow .3s ease}.about__story-content.animate{animation:fadeInUp .8s both}.about__story-content h2{font-family:Crimson Pro,serif;font-size:2.1rem;font-weight:700;margin-bottom:1.2rem;color:#3b82f6}.about__story-content .lead{font-size:1.15rem;color:#374151;font-weight:500;margin-bottom:1.1rem}.about__story-content p{color:#4b5563;margin-bottom:.7rem}.about__story-image{display:flex;align-items:center;justify-content:center}.about__story-image .about__story-card{background:linear-gradient(135deg,#3b82f6 10%,#dbeafe 90%);border-radius:18px;box-shadow:0 4px 24px #3b82f61a;padding:2rem 1.5rem;color:#fff}.about__story-image .about__story-card .about__story-card-content{text-align:center}.about__story-image .about__story-card .about__story-card-content h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.about__story-image .about__story-card .about__story-card-content p{font-size:1rem;margin-bottom:.5rem}.about__story-image .about__story-card .about__story-card-content .about__story-badge{display:inline-block;background:#fff;color:#3b82f6;font-weight:700;border-radius:8px;padding:.4rem 1.1rem;font-size:.95rem;margin-top:.7rem;box-shadow:0 2px 8px #3b82f61a}.about__stats{margin-bottom:3.5rem}.about__stats .container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.about__stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 900px){.about__stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.about__stats-grid{grid-template-columns:1fr}}.about__stats .about__stat{background:#fff;border-radius:16px;box-shadow:0 2px 12px #3b82f612;padding:2.2rem 1.2rem;text-align:center;transition:box-shadow .3s ease}.about__stats .about__stat.animate{animation:fadeInUp .8s both}.about__stats .about__stat .about__stat-number{font-size:2.2rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem}.about__stats .about__stat .about__stat-label{color:#374151;font-size:1.1rem;font-weight:500}.about__values{margin-bottom:3.5rem}.about__values .container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.about__values-header{text-align:center;margin-bottom:2.5rem}.about__values-header.animate{animation:fadeInUp .8s both}.about__values-header h2{font-family:Crimson Pro,serif;font-size:2rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.about__values-header p{color:#4b5563;font-size:1.1rem}.about__values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 900px){.about__values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.about__values-grid{grid-template-columns:1fr}}.about__values .about__value-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #3b82f612;padding:2rem 1.2rem;text-align:center;transition:box-shadow .3s ease}.about__values .about__value-card.animate{animation:fadeInUp .8s both}.about__values .about__value-card .about__value-icon{font-size:2.2rem;margin-bottom:.7rem}.about__values .about__value-card h3{font-size:1.15rem;font-weight:700;color:#3b82f6;margin-bottom:.4rem}.about__values .about__value-card p{color:#4b5563;font-size:1rem}.about__journey{margin-bottom:3.5rem}.about__journey .container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.about__journey-content{display:flex;justify-content:center}.about__journey-text{background:#fff;border-radius:18px;box-shadow:0 4px 24px #3b82f612;padding:2.5rem 2rem;max-width:800px;width:100%}.about__journey-text.animate{animation:fadeInUp .8s both}.about__journey-text h2{font-family:Crimson Pro,serif;font-size:2rem;font-weight:700;color:#3b82f6;margin-bottom:1.2rem}.about__journey-text .about__journey-points{display:flex;flex-direction:column;gap:1.5rem}.about__journey-text .about__journey-points .about__journey-point h3{font-size:1.1rem;font-weight:700;color:#1e40af;margin-bottom:.3rem}.about__journey-text .about__journey-points .about__journey-point p{color:#4b5563;font-size:1rem}.about__cta .container{max-width:900px;margin:0 auto;padding:0 1.5rem}.about__cta-content{background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:18px;box-shadow:0 4px 24px #3b82f61a;padding:2.5rem 2rem;text-align:center;color:#fff}.about__cta-content.animate{animation:fadeInUp .8s both}.about__cta-content h2{font-family:Crimson Pro,serif;font-size:2rem;font-weight:700;margin-bottom:1.2rem}.about__cta-content p{font-size:1.1rem;margin-bottom:1.5rem;opacity:.95}.about__cta-content .about__cta-buttons{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap}.about__cta-content .about__cta-buttons .btn{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;border:none;border-radius:10px;padding:.9rem 2.2rem;cursor:pointer;transition:all .2s ease}.about__cta-content .about__cta-buttons .btn--primary{background:#fff;color:#3b82f6;box-shadow:0 2px 8px #ffffff1a}.about__cta-content .about__cta-buttons .btn--primary:hover{background:#dbeafe;color:#1e40af}.about__cta-content .about__cta-buttons .btn--outline{background:transparent;color:#fff;border:2px solid #ffffff}.about__cta-content .about__cta-buttons .btn--outline:hover{background:#fff;color:#3b82f6}@media (max-width: 900px){.about__header{padding:90px 0 40px}.about__header .about__title{font-size:2.2rem}.about__story-grid,.about__stats-grid,.about__values-grid{gap:1.2rem}.about__values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.about__header{padding:60px 0 30px}.about__header .about__title{font-size:1.5rem}.about__story-grid,.about__stats-grid,.about__values-grid{grid-template-columns:1fr}.about__cta-content{padding:1.2rem .7rem}}.login{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;padding:2rem 0}.login__card{background:linear-gradient(120deg,#3b82f6,#dbeafe);background:#fffffff5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(59,130,246,.08);max-width:400px;width:100%;margin:0 auto;border-radius:18px;box-shadow:0 8px 32px #3b82f61a;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:stretch;position:relative}.login__title{font-family:Crimson Pro,serif;font-size:2rem;font-weight:800;color:#1e40af;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;text-align:center}.login__form{display:flex;flex-direction:column;gap:1.2rem}.login__form-group{display:flex;flex-direction:column}.login__form-group label{font-weight:600;color:#374151;margin-bottom:.4rem}.login__input-group{display:flex;align-items:center;background:#fff;border-radius:10px;border:1.5px solid #e5e7eb;padding:.7rem 1rem;transition:border .3s ease}.login__input-group:focus-within{border-color:#3b82f6;background:#f9fafb}.login__input-group .login__icon{color:#3b82f6;font-size:1.1rem;margin-right:.7rem}.login__input-group .login__input{border:none;background:transparent;outline:none;font-size:1rem;font-family:Inter,sans-serif;color:#111827;flex:1;padding:0}.login__input-group .login__password-toggle{background:none;border:none;color:#9ca3af;font-size:1.2rem;cursor:pointer;margin-left:.5rem;transition:color .3s ease}.login__input-group .login__password-toggle:hover{color:#3b82f6}.login__submit-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:1rem 0;border-radius:10px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #3b82f626;transition:all .2s ease;margin-top:.5rem}.login__submit-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f633}.login__error{color:#ef4444;background:#f9fafb;border-radius:8px;padding:.7rem 1rem;font-weight:600;text-align:center;margin-top:.7rem;box-shadow:0 2px 8px #ef444412;font-size:.98rem}.login__success{color:#3b82f6;background:#f9fafb;border-radius:8px;padding:.7rem 1rem;font-weight:600;text-align:center;margin-top:.7rem;box-shadow:0 2px 8px #3b82f612;font-size:.98rem}.login__footer{margin-top:1.5rem;text-align:center;color:#374151;font-size:1rem}.login__footer a{color:#3b82f6;text-decoration:none;font-weight:600;margin-left:.3rem;transition:color .3s ease}.login__footer a:hover{color:#1e40af}@media (max-width: 600px){.login__card{padding:1.2rem .7rem}}.login__google{margin-top:1rem;display:flex;justify-content:center}.login__or{text-align:center;margin-top:1rem;font-weight:700}.signup{position:relative;min-height:100vh;font-family:Inter,sans-serif;background:#f0f9ff;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.signup__bg{position:absolute;top:0;left:0;width:100%;height:auto;z-index:0}.signup__card{z-index:1;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1rem;padding:2rem;width:100%;max-width:380px;box-shadow:0 10px 30px #0000000d;font-size:.9rem}@media (max-width: 480px){.signup__card{padding:1.5rem 1rem;max-width:100%}}.signup__logo{width:70px;display:block;margin:0 auto 1rem}.signup__title{text-align:center;font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1.2rem}.signup__form{display:flex;flex-direction:column;gap:1.2rem}.signup__form-group{display:flex;flex-direction:column}.signup__form-group label{font-weight:600;margin-bottom:.4rem;color:#1f2937;font-size:.87rem}.signup__input-group{display:flex;align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.55rem .8rem;transition:border .3s ease}.signup__input-group input{flex:1;border:none;outline:none;font-size:.9rem;background:transparent;color:#1f2937}.signup__input-group svg{font-size:1rem;color:#2563eb;margin-right:.5rem}.signup__input-group button{font-size:.75rem;background:none;border:none;color:#2563eb;cursor:pointer;margin-left:.5rem;padding:0}.signup__input-group button:hover{text-decoration:underline}.signup__input-group:focus-within{border-color:#2563eb}.signup__edit-email{margin-top:.4rem;font-size:.75rem;background:none;border:none;color:#2563eb;text-align:left;cursor:pointer;padding:0}.signup__edit-email:hover{text-decoration:underline}.signup__submit-btn{background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;padding:.65rem;border:none;border-radius:8px;font-weight:600;font-size:.92rem;cursor:pointer;transition:background .3s ease,transform .2s ease}.signup__submit-btn:hover{background:linear-gradient(135deg,#1e3a8a,#2563eb);transform:translateY(-1px)}.signup__submit-btn:disabled{background:#d1d5db;cursor:not-allowed}.signup__error,.signup__success{margin-top:.5rem;font-size:.85rem;text-align:center;padding:.6rem;border-radius:6px}.signup__error{background:#fee2e2;color:#b91c1c}.signup__success{background:#dcfce7;color:#15803d}.signup__divider{text-align:center;font-weight:600;color:#64748b;margin:1.2rem 0;font-size:.85rem}.signup__google{display:flex;justify-content:center;margin-bottom:1rem}.signup__footer{text-align:center;font-size:.85rem;color:#1f2937}.signup__footer a{margin-left:.3rem;font-weight:600;color:#2563eb;text-decoration:none}.signup__footer a:hover{color:#1e3a8a}.profile{min-height:100vh;background:linear-gradient(135deg,#f9fafb,#dbeafe)}.profile__container{max-width:800px;margin:0 auto;padding:6rem 1rem}.profile__loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;min-height:60vh;color:#4b5563}.profile__loading-spinner{animation:spin 1s linear infinite}.profile__loading p{font-size:1.1rem;font-weight:500}.profile__error-state{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;min-height:60vh;text-align:center;color:#4b5563}.profile__error-state-icon{color:#ef4444;width:3rem;height:3rem}.profile__error-state h3{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.profile__error-state p{font-size:1rem;margin:0}.profile__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid #e5e7eb}@media (max-width: 768px){.profile__header{flex-direction:column;gap:1.5rem;text-align:center}}.profile__avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1e40af);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.profile__avatar-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.5px}.profile__header-info{flex:1;margin-left:1.5rem}@media (max-width: 768px){.profile__header-info{margin-left:0}}.profile__title{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile__subtitle{color:#4b5563;font-size:1rem;margin:0;line-height:1.5}.profile__edit-trigger{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease-out;box-shadow:0 1px 2px #0000000d}.profile__edit-trigger:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.profile__edit-trigger:active{transform:translateY(0)}.profile__content{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.profile__form{padding:2rem}.profile__section:not(:last-child){margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.profile__section-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}.profile__section-title:before{content:"";width:4px;height:1.25rem;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:2px}.profile__field-group{display:grid;gap:1.5rem}.profile__field-group--readonly{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.profile__field{display:flex;flex-direction:column;gap:.5rem}.profile__label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.profile__label svg{color:#3b82f6}.profile__input{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:border-color .2s ease-out;background:#fff}.profile__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.profile__input--textarea{resize:vertical;min-height:80px;font-family:inherit}.profile__input::placeholder{color:#9ca3af}.profile__value{padding:.875rem 1rem;background:#f9fafb;border:2px solid #f3f4f6;border-radius:12px;font-size:1rem;color:#111827;min-height:3rem;display:flex;align-items:center}.profile__value--readonly{display:flex;align-items:center;justify-content:space-between;background:#f9fafb;border-color:#e5e7eb}.profile__readonly-badge{background:#e5e7eb;color:#4b5563;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.profile__field-hint{color:#6b7280;font-size:.875rem;margin-top:.25rem}.profile__actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}@media (max-width: 480px){.profile__actions{flex-direction:column}}.profile__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease-out;border:2px solid transparent;min-height:3rem}.profile__btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.profile__btn--primary{background:#3b82f6;color:#fff;box-shadow:0 1px 2px #0000000d}.profile__btn--primary:hover:not(:disabled){background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.profile__btn--primary:active:not(:disabled){transform:translateY(0)}.profile__btn--secondary{background:#fff;color:#374151;border-color:#d1d5db}.profile__btn--secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.profile__btn-spinner{animation:spin 1s linear infinite}.profile__message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;font-weight:500;margin-top:1.5rem}.profile__message--success{background:#d1fae5;color:#10b981;border:1px solid rgba(16,185,129,.2)}.profile__message--success svg{color:#10b981}.profile__message--error{background:#fee2e2;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.profile__message--error svg{color:#ef4444}@media (max-width: 768px){.profile__container{padding:5rem}.profile__header,.profile__form{padding:1.5rem}.profile__title{font-size:1.75rem}.profile__field-group--readonly{grid-template-columns:1fr}}@media (max-width: 480px){.profile__container{margin-top:70px;padding:.5rem}.profile__header,.profile__form{padding:1rem}.profile__title{font-size:1.5rem}.profile__avatar{width:60px;height:60px}.profile__avatar-image,.profile__avatar-initials{width:60px;height:60px;font-size:20px}}.profile__avatar-image{border-radius:50%;object-fit:cover;border:3px solid #ffffff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .2s ease-out}.profile__avatar-image:hover{transform:scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.profile__avatar-initials{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:24px;border:3px solid #ffffff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .2s ease-out}.profile__avatar-initials:hover{transform:scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.contact{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,sans-serif;padding-bottom:60px}.contact__header{position:relative;padding:100px 0 50px;text-align:center;background:linear-gradient(120deg,#3b82f6,#dbeafe);overflow:hidden;z-index:1;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(59,130,246,.08);box-shadow:0 8px 32px #3b82f614;margin-bottom:3rem}.contact__header-bg{position:absolute;top:0;left:50%;width:100vw;height:100%;transform:translate(-50%);background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);z-index:1;pointer-events:none}.contact__header-content{position:relative;z-index:2}.contact__header .contact__title{font-family:Crimson Pro,serif;font-size:3rem;font-weight:800;margin-bottom:1.2rem;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contact__header .contact__subtitle{font-size:1.25rem;color:#4b5563;font-weight:500;opacity:.95;margin-bottom:.5rem}.contact__main .contact__container{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;align-items:flex-start}@media (max-width: 900px){.contact__main .contact__container{grid-template-columns:1fr}}.contact__form-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #3b82f612;padding:2.5rem 2rem;margin-bottom:2rem;transition:box-shadow .3s ease}.contact__form-card h2{font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1.2rem}.contact__form{display:flex;flex-direction:column;gap:1.2rem}.contact__form-group{display:flex;flex-direction:column}.contact__form-group label{font-weight:600;color:#374151;margin-bottom:.4rem}.contact__form-group input,.contact__form-group textarea{padding:.9rem 1.1rem;border:1.5px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:Inter,sans-serif;background:#f9fafb;color:#111827;outline:none;transition:border .3s ease}.contact__form-group input:focus,.contact__form-group textarea:focus{border-color:#3b82f6;background:#fff}.contact__form-group textarea{resize:vertical;min-height:120px}.contact__submit-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:1rem 2.2rem;border-radius:10px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #3b82f626;transition:all .2s ease}.contact__submit-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f633}.contact__success{color:#3b82f6;background:#f9fafb;border-radius:10px;padding:1.2rem 1rem;font-weight:600;text-align:center;margin-bottom:1rem;box-shadow:0 2px 8px #3b82f612}.contact__details-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #3b82f612;padding:2.5rem 2rem;margin-bottom:2rem;transition:box-shadow .3s ease}.contact__details-card h2{font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1.2rem}.contact__details-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.contact__details-list li{display:flex;align-items:center;font-size:1.08rem;color:#374151;font-weight:500}.contact__details-list li .contact__icon{color:#3b82f6;font-size:1.3rem;margin-right:.8rem}.contact__map-section{margin-top:2.5rem}.contact__map-section .contact__map-container{max-width:900px;margin:0 auto;padding:0 1.5rem;text-align:center}.contact__map-section .contact__map-title{font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1.2rem}.contact__map-section .contact__map-embed{width:100%;min-height:300px;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #3b82f61a}.contact__map-section .contact__map-embed iframe{width:100%;min-height:300px;border:none;border-radius:16px;display:block}@media (max-width: 900px){.contact__header{padding:70px 0 30px}.contact__header .contact__title{font-size:2rem}.contact__main .contact__container{gap:1.2rem}}@media (max-width: 600px){.contact__header{padding:40px 0 20px}.contact__header .contact__title{font-size:1.3rem}.contact__main .contact__container{grid-template-columns:1fr;padding:0 .5rem}.contact__form-card,.contact__details-card{padding:1.2rem .7rem}.contact__map-section .contact__map-container{padding:0 .5rem}.contact__map-section .contact__map-title{font-size:1.1rem}.contact__map-section .contact__map-embed,.contact__map-section .contact__map-embed iframe{min-height:200px}}.enquiry{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,sans-serif;padding-bottom:60px}.enquiry__header{position:relative;padding:100px 0 50px;text-align:center;background:linear-gradient(120deg,#3b82f6,#dbeafe);overflow:hidden;z-index:1;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(59,130,246,.08);box-shadow:0 8px 32px #3b82f614;margin-bottom:3rem}.enquiry__header-bg{position:absolute;top:0;left:50%;width:100vw;height:100%;transform:translate(-50%);background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);z-index:1;pointer-events:none}.enquiry__header-content{position:relative;z-index:2}.enquiry__header .enquiry__title{font-family:Crimson Pro,serif;font-size:3rem;font-weight:800;margin-bottom:1.2rem;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.enquiry__header .enquiry__subtitle{font-size:1.25rem;color:#4b5563;font-weight:500;opacity:.95;margin-bottom:.5rem}.enquiry__desc-section .enquiry__desc-container{max-width:900px;margin:0 auto 2.5rem;padding:0 1.5rem}.enquiry__desc-section .enquiry__desc-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.enquiry__desc-section .enquiry__desc-list li{background:#fff;border-radius:12px;box-shadow:0 2px 8px #3b82f612;padding:1rem 1.5rem;color:#374151;font-weight:500;display:flex;align-items:center;font-size:1.05rem}.enquiry__desc-section .enquiry__desc-list li .enquiry__icon{color:#3b82f6;font-size:1.2rem;margin-right:.7rem}.enquiry__main .enquiry__container{max-width:700px;margin:0 auto;padding:0 1.5rem}.enquiry__form-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #3b82f612;padding:2.5rem 2rem;margin-bottom:2rem;transition:box-shadow .3s ease}.enquiry__form-card h2{font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1.2rem}.enquiry__form{display:flex;flex-direction:column;gap:1.2rem}.enquiry__form-group{display:flex;flex-direction:column}.enquiry__form-group label{font-weight:600;color:#374151;margin-bottom:.4rem}.enquiry__form-group input,.enquiry__form-group select,.enquiry__form-group textarea{padding:.9rem 1.1rem;border:1.5px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:Inter,sans-serif;background:#f9fafb;color:#111827;outline:none;transition:border .3s ease}.enquiry__form-group input:focus,.enquiry__form-group select:focus,.enquiry__form-group textarea:focus{border-color:#3b82f6;background:#fff}.enquiry__form-group select{cursor:pointer}.enquiry__form-group textarea{resize:vertical;min-height:100px}.enquiry__form-group--checkbox{flex-direction:row;align-items:center}.enquiry__form-group--checkbox input[type=checkbox]{width:1.1rem;height:1.1rem;margin-right:.7rem;accent-color:#3b82f6}.enquiry__form-group--checkbox label{margin-bottom:0;font-weight:500;color:#374151;font-size:.98rem}.enquiry__submit-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:1rem 2.2rem;border-radius:10px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #3b82f626;transition:all .2s ease}.enquiry__submit-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f633}.enquiry__success{color:#3b82f6;background:#f9fafb;border-radius:10px;padding:1.2rem 1rem;font-weight:600;text-align:center;margin-bottom:1rem;box-shadow:0 2px 8px #3b82f612}@media (max-width: 900px){.enquiry__header{padding:70px 0 30px}.enquiry__header .enquiry__title{font-size:2rem}.enquiry__desc-section .enquiry__desc-list{gap:.7rem}.enquiry__desc-section .enquiry__desc-list li{padding:.7rem 1rem;font-size:.98rem}}@media (max-width: 600px){.enquiry__header{padding:40px 0 20px}.enquiry__header .enquiry__title{font-size:1.3rem}.enquiry__main .enquiry__container{padding:0 .5rem}.enquiry__form-card{padding:1.2rem .7rem}.enquiry__desc-section .enquiry__desc-container{padding:0 .5rem}}.services{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,sans-serif;padding-bottom:60px}.services__header{position:relative;padding:100px 0 50px;text-align:center;background:linear-gradient(120deg,#3b82f6,#dbeafe);overflow:hidden;z-index:1;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(59,130,246,.08);box-shadow:0 8px 32px #3b82f614;margin-bottom:3rem}.services__header-bg{position:absolute;top:0;left:50%;width:100vw;height:100%;transform:translate(-50%);background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);z-index:1;pointer-events:none}.services__header-content{position:relative;z-index:2}.services__header .services__title{font-family:Crimson Pro,serif;font-size:3rem;font-weight:800;margin-bottom:1.2rem;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.services__header .services__subtitle{font-size:1.25rem;color:#4b5563;font-weight:500;opacity:.95;margin-bottom:.5rem}.services__main .services__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media (max-width: 900px){.services__main .services__container{grid-template-columns:1fr}}.services__card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #3b82f612;padding:2.5rem 2rem;margin-bottom:2rem;transition:box-shadow .3s ease;display:flex;flex-direction:column;align-items:flex-start}.services__card h2{font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1.2rem}.services__card p{color:#374151;font-size:1.08rem;margin-bottom:1.2rem}.services__card .services__cta-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:.9rem 2.2rem;border-radius:10px;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #3b82f626;transition:all .2s ease;display:flex;align-items:center;gap:.7rem}.services__card .services__cta-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f633}.services__card .services__cta-btn--alt{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.services__card .services__cta-btn--alt:hover{background:#dbeafe;color:#1e40af}.services__icon{color:#3b82f6;font-size:2.2rem;margin-bottom:1.2rem}.services__image-section{margin-top:2.5rem}.services__image-section .services__image-container{max-width:900px;margin:0 auto;padding:0 1.5rem;text-align:center}.services__image-section .services__image{width:100%;max-width:700px;border-radius:18px;box-shadow:0 4px 24px #3b82f61a;object-fit:cover;margin:0 auto;display:block}@media (max-width: 900px){.services__header{padding:70px 0 30px}.services__header .services__title{font-size:2rem}.services__main .services__container{gap:1.2rem}}@media (max-width: 600px){.services__header{padding:40px 0 20px}.services__header .services__title{font-size:1.3rem}.services__main .services__container{grid-template-columns:1fr;padding:0 .5rem}.services__card{padding:1.2rem .7rem}.services__image-section .services__image-container{padding:0 .5rem}}.blog{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,sans-serif;padding-bottom:60px}.blog__header{position:relative;padding:100px 0 50px;text-align:center;background:linear-gradient(120deg,#3b82f6,#dbeafe);overflow:hidden;z-index:1;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(59,130,246,.08);box-shadow:0 8px 32px #3b82f614;margin-bottom:3rem}.blog__header-bg{position:absolute;top:0;left:50%;width:100vw;height:100%;transform:translate(-50%);background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);z-index:1;pointer-events:none}.blog__header-content{position:relative;z-index:2}.blog__header .blog__title{font-family:Crimson Pro,serif;font-size:3rem;font-weight:800;margin-bottom:1.2rem;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.blog__header .blog__subtitle{font-size:1.25rem;color:#4b5563;font-weight:500;opacity:.95;margin-bottom:.5rem}.blog__main .blog__container{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media (max-width: 900px){.blog__main .blog__container{grid-template-columns:1fr}}.blog__card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #3b82f612;padding:2.5rem 2rem;margin-bottom:2rem;transition:box-shadow .3s ease;display:flex;flex-direction:column;align-items:flex-start}.blog__card h2.blog__card-title{font-family:Crimson Pro,serif;font-size:1.3rem;font-weight:700;color:#3b82f6;margin-bottom:.7rem}.blog__card .blog__card-date{color:#9ca3af;font-size:.98rem;margin-bottom:1rem;display:flex;align-items:center;gap:.4rem}.blog__card .blog__card-date svg{color:#3b82f6}.blog__card .blog__card-excerpt{color:#374151;font-size:1.08rem;margin-bottom:1.2rem}.blog__card .blog__card-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:.7rem 1.7rem;border-radius:10px;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #3b82f626;transition:all .2s ease;display:inline-flex;align-items:center;gap:.7rem;text-decoration:none}.blog__card .blog__card-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f633}@media (max-width: 900px){.blog__header{padding:70px 0 30px}.blog__header .blog__title{font-size:2rem}.blog__main .blog__container{gap:1.2rem}}@media (max-width: 600px){.blog__header{padding:40px 0 20px}.blog__header .blog__title{font-size:1.3rem}.blog__main .blog__container{grid-template-columns:1fr;padding:0 .5rem}.blog__card{padding:1.2rem .7rem}}.career{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,sans-serif;padding-bottom:60px}.career__header{position:relative;padding:100px 0 50px;text-align:center;background:linear-gradient(120deg,#3b82f6,#dbeafe);overflow:hidden;z-index:1;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(59,130,246,.08);box-shadow:0 8px 32px #3b82f614;margin-bottom:3rem}.career__header-bg{position:absolute;top:0;left:50%;width:100vw;height:100%;transform:translate(-50%);background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);z-index:1;pointer-events:none}.career__header-content{position:relative;z-index:2}.career__header .career__title{font-family:Crimson Pro,serif;font-size:3rem;font-weight:800;margin-bottom:1.2rem;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.career__header .career__subtitle{font-size:1.25rem;color:#4b5563;font-weight:500;opacity:.95;margin-bottom:.5rem}.career__why-section .career__why-container{max-width:700px;margin:0 auto 2.5rem;padding:0 1.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #3b82f612;padding:2rem 2rem 1.5rem;text-align:center}.career__why-section .career__why-container h2{font-family:Crimson Pro,serif;font-size:1.4rem;font-weight:700;color:#3b82f6;margin-bottom:1rem}.career__why-section .career__why-container .career__why-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.career__why-section .career__why-container .career__why-list li{color:#374151;font-weight:500;font-size:1.05rem}.career__main .career__container{max-width:700px;margin:0 auto;padding:0 1.5rem}.career__form-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #3b82f612;padding:2.5rem 2rem;margin-bottom:2rem;transition:box-shadow .3s ease}.career__form-card h2{font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1.2rem}.career__form{display:flex;flex-direction:column;gap:1.2rem}.career__form-group{display:flex;flex-direction:column}.career__form-group label{font-weight:600;color:#374151;margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem}.career__form-group input,.career__form-group select,.career__form-group textarea{padding:.9rem 1.1rem;border:1.5px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:Inter,sans-serif;background:#f9fafb;color:#111827;outline:none;transition:border .3s ease}.career__form-group input:focus,.career__form-group select:focus,.career__form-group textarea:focus{border-color:#3b82f6;background:#fff}.career__form-group select{cursor:pointer}.career__form-group textarea{resize:vertical;min-height:100px}.career__form-group--file input[type=file]{padding:.5rem 0;border:none;background:none}.career__submit-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:1rem 2.2rem;border-radius:10px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #3b82f626;transition:all .2s ease;display:flex;align-items:center;gap:.7rem;justify-content:center}.career__submit-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f633}.career__success{color:#3b82f6;background:#f9fafb;border-radius:10px;padding:1.2rem 1rem;font-weight:600;text-align:center;margin-bottom:1rem;box-shadow:0 2px 8px #3b82f612}@media (max-width: 900px){.career__header{padding:70px 0 30px}.career__header .career__title{font-size:2rem}.career__why-section .career__why-container{padding:1.2rem .7rem 1rem}}@media (max-width: 600px){.career__header{padding:40px 0 20px}.career__header .career__title{font-size:1.3rem}.career__main .career__container{padding:0 .5rem}.career__form-card{padding:1.2rem .7rem}.career__why-section .career__why-container{padding:1.2rem .5rem 1rem}}.order-page{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem;min-height:70vh}.order-page h2{font-size:2rem;font-weight:700;margin-bottom:2rem;font-family:Crimson Pro,serif;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.01em;text-align:center}.order-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.5rem}.order-card{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:18px;box-shadow:0 8px 32px #1e40af1a;padding:1.2rem 1rem;cursor:pointer;transition:box-shadow .2s ease;border:2px solid transparent;position:relative}.order-card:hover,.order-card.selected{box-shadow:0 12px 36px #3b82f62e;border-color:#3b82f6;background:#f3f4f6}.order-card .order-card__row{display:flex;align-items:center;gap:.7rem;font-size:1.05rem;color:#374151;margin-bottom:.3rem}.order-card .order-card__row .order-card__icon{color:#3b82f6;width:20px;height:20px;flex-shrink:0}.order-card .order-card__row .order-card__label{font-weight:500;font-family:Inter,sans-serif}.order-card .order-card__date{font-size:.95rem;color:#6b7280;margin-top:.7rem;text-align:right}.order-detail-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000040;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}.order-detail{background:#fff;border-radius:20px;max-width:400px;width:95vw;padding:2rem 1.5rem 1.5rem;box-shadow:0 20px 25px -5px #0000001a;animation:modalSlideIn .3s}.order-detail h3{font-size:1.3rem;font-weight:700;color:#1e40af;margin-bottom:1.2rem;text-align:center}.order-detail ul{list-style:none;padding:0;margin-bottom:1.5rem}.order-detail ul li{font-size:1.05rem;color:#374151;margin-bottom:.5rem}.order-detail ul li b{color:#111827}.order-detail .close-btn{display:block;margin:0 auto;padding:.7rem 2.2rem;border-radius:12px;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;cursor:pointer;transition:background .2s ease}.order-detail .close-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-container{display:flex;align-items:center;justify-content:center;flex-direction:column;height:220px;gap:1rem}.loading-container .loading-spinner{width:38px;height:38px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-container p{color:#4b5563;font-size:1rem}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#6b7280;font-size:1.1rem;padding:2.5rem 0}.empty-state svg{width:48px;height:48px;color:#d1d5db;margin-bottom:.7rem}.order-error{display:flex;align-items:center;justify-content:center;gap:.7rem;color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:1.1rem 1.5rem;margin-bottom:1.5rem;font-size:1.1rem;font-weight:500;box-shadow:0 2px 8px #3b82f612}.order-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.2rem 1.2rem 1.2rem 0;border-radius:18px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 18px #3b82f614;margin-top:60px}.order-header__icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#3b82f6,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.2rem;box-shadow:0 2px 8px #3b82f61a;flex-shrink:0}.order-header__content{display:flex;flex-direction:column;gap:.3rem}.order-header__title{font-size:2.1rem;font-weight:800;margin:0;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Crimson Pro,serif;letter-spacing:.01em;line-height:1.1}.order-header__subtitle{font-size:1.1rem;color:#4b5563;font-family:Inter,sans-serif;margin-top:.2rem;font-weight:500}@media (max-width: 700px){.order-page{padding:.5rem .2rem 2rem}.order-list{gap:.7rem}.order-card{padding:.7rem .5rem}.order-detail{padding:1.2rem .5rem 1rem}.order-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:.7rem .5rem}.order-header__icon{width:44px;height:44px;font-size:1.5rem}.order-header__title{font-size:1.3rem}.order-header__subtitle{font-size:.98rem}}.order-detail__actions{display:flex;gap:1rem}.order-detail__actions button{display:flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #00000014}.order-detail__actions button svg{vertical-align:middle}.order-detail__actions button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.order-detail__actions .edit-btn{background:linear-gradient(135deg,#4caf50,#81c784);color:#fff}.order-detail__actions .edit-btn:hover:not(:disabled){background:linear-gradient(135deg,#388e3c,#66bb6a);transform:translateY(-2px)}.order-detail__actions .edit-btn:active:not(:disabled){transform:scale(.98)}.order-detail__actions .cancel-btn{background:linear-gradient(135deg,#e53935,#ef5350);color:#fff}.order-detail__actions .cancel-btn:hover:not(:disabled){background:linear-gradient(135deg,#c62828,#e57373);transform:translateY(-2px)}.order-detail__actions .cancel-btn:active:not(:disabled){transform:scale(.98)}.order-detail__actions .btn-loading{width:16px;height:16px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin .8s linear infinite}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:4px;color:#333}.form-group input,.form-group select{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none}.form-group input:focus,.form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.order-detail-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.order-detail{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 50px #00000026}.order-detail__header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.order-detail__header h3{margin:0;font-size:20px;font-weight:700}.order-detail__header .order-detail__actions{display:flex;gap:10px}.order-detail__header .order-detail__actions button{display:flex;align-items:center;gap:6px;background:none;border:none;font-size:14px;font-weight:600;cursor:pointer;color:#2563eb}.order-detail__header .order-detail__actions button:disabled{color:#9ca3af;cursor:not-allowed}.order-detail__content{padding:20px 24px;overflow-y:auto;flex:1}.booking-details-list{list-style:none;padding:0;margin:0}.booking-details-list li{margin-bottom:10px;font-size:14px}.booking-details-list li b{font-weight:600}.edit-form{display:grid;gap:16px}.edit-form .form-group{display:flex;flex-direction:column}.edit-form .form-group label{font-weight:600;margin-bottom:4px}.edit-form .form-group input,.edit-form .form-group select{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.close-btn{background:#f3f4f6;border:none;border-top:1px solid #e5e7eb;width:100%;padding:14px;font-weight:600;cursor:pointer;transition:background .2s}.close-btn:hover{background:#e5e7eb}@media (max-width: 768px){.order-detail{max-width:90%;max-height:85vh}.order-detail__header,.order-detail__content{padding:16px}}.employee-header{position:sticky;top:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(229,231,235,.8);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.employee-header-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;height:70px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.employee-header-logo{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:12px}.employee-header-logo:hover{background:#3b82f60d;transform:translateY(-1px)}.employee-header-logo .logo-icon{position:relative}.employee-header-logo .logo-icon .logo-symbol{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:10px;font-weight:700;font-size:1rem;letter-spacing:-.5px;box-shadow:0 4px 12px #3b82f64d}.employee-header-logo .logo-text{display:flex;flex-direction:column;gap:.125rem}.employee-header-logo .logo-text .logo-title{font-size:1.25rem;font-weight:700;color:#111827;line-height:1;font-family:Poppins,sans-serif}.employee-header-logo .logo-text .logo-subtitle{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.employee-header-logo .logo-text{display:none}}.desktop-nav{display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.desktop-nav{display:none}}.nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:transparent;color:#4b5563;font-weight:500;font-size:.875rem;border-radius:10px;cursor:pointer;transition:all .3s ease;position:relative}.nav-item .nav-icon{font-size:1.125rem}.nav-item:hover{background:#3b82f614;color:#3b82f6;transform:translateY(-1px)}.nav-item.active{background:#3b82f61a;color:#3b82f6;font-weight:600}.nav-item.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:3px;background:#3b82f6;border-radius:2px}.employee-header-actions{display:flex;align-items:center;gap:1rem}.action-btn{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e5e7eb;border-radius:10px;color:#4b5563;cursor:pointer;transition:all .3s ease}.action-btn:hover{background:#3b82f60d;border-color:#3b82f633;color:#3b82f6}.action-btn.notification-btn{position:relative}.action-btn.notification-btn .notification-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.notifications-container{position:relative}.notifications-dropdown{position:absolute;top:100%;right:0;width:320px;max-height:400px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;z-index:1000;margin-top:.5rem;overflow:hidden;transition:all .3s ease}.notifications-dropdown .notifications-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.notifications-dropdown .notifications-header h3{margin:0;font-size:1rem;font-weight:600;color:#111827}.notifications-dropdown .notifications-header .close-notifications{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease}.notifications-dropdown .notifications-header .close-notifications:hover{background:#e5e7eb;color:#374151}.notifications-dropdown .notifications-list{max-height:300px;overflow-y:auto}.notifications-dropdown .notifications-list .loading-notifications{padding:2rem;text-align:center;color:#6b7280}.notifications-dropdown .notifications-list .loading-notifications .loading-spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto .5rem}.notifications-dropdown .notifications-list .loading-notifications p{margin:0;font-size:.875rem}.notifications-dropdown .notifications-list .no-notifications{padding:2rem;text-align:center;color:#6b7280}.notifications-dropdown .notifications-list .no-notifications .no-notifications-icon{font-size:2rem;margin-bottom:.5rem;opacity:.5}.notifications-dropdown .notifications-list .no-notifications p{margin:0;font-size:.875rem}.notifications-dropdown .notifications-list .notification-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-bottom:1px solid #f3f4f6;transition:all .3s ease}.notifications-dropdown .notifications-list .notification-item:hover{background:#f9fafb}.notifications-dropdown .notifications-list .notification-item:last-child{border-bottom:none}.notifications-dropdown .notifications-list .notification-item .notification-content{flex:1;min-width:0}.notifications-dropdown .notifications-list .notification-item .notification-content .notification-message{font-size:.875rem;color:#111827;margin-bottom:.25rem;line-height:1.4}.notifications-dropdown .notifications-list .notification-item .notification-content .notification-time{font-size:.75rem;color:#6b7280}.notifications-dropdown .notifications-list .notification-item .notification-dot{width:8px;height:8px;background:#3b82f6;border-radius:50%;flex-shrink:0;margin-top:.25rem}.notifications-dropdown .notifications-footer{padding:1rem;border-top:1px solid #e5e7eb;background:#f9fafb}.notifications-dropdown .notifications-footer .mark-all-read-btn{width:100%;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.notifications-dropdown .notifications-footer .mark-all-read-btn:hover{background:#1e40af}.profile-dropdown-container{position:relative}.profile-trigger{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:transparent;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease}.profile-trigger:hover{background:#3b82f60d;border-color:#3b82f633}.profile-trigger .profile-avatar{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1rem}.profile-trigger .profile-info{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.profile-trigger .profile-info .profile-name{font-size:.875rem;font-weight:600;color:#111827;line-height:1}.profile-trigger .profile-info .profile-role{font-size:.75rem;color:#6b7280;font-weight:500}@media (max-width: 1024px){.profile-trigger .profile-info{display:none}}.profile-trigger .dropdown-arrow{color:#9ca3af;font-size:1rem;transition:transform .3s ease}.profile-trigger .dropdown-arrow.open{transform:rotate(180deg)}@media (max-width: 1024px){.profile-trigger .dropdown-arrow{display:none}}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;z-index:1001;animation:dropdownSlideIn .2s ease-out}.profile-dropdown .dropdown-header{padding:1.25rem;background:linear-gradient(135deg,#3b82f60d,#1e40af05);display:flex;align-items:center;gap:1rem}.profile-dropdown .dropdown-header .dropdown-avatar{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:1.25rem}.profile-dropdown .dropdown-header .dropdown-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.profile-dropdown .dropdown-header .dropdown-info .dropdown-name{font-size:1rem;font-weight:600;color:#111827}.profile-dropdown .dropdown-header .dropdown-info .dropdown-email{font-size:.875rem;color:#6b7280}.profile-dropdown .dropdown-divider{height:1px;background:#e5e7eb;margin:0}.profile-dropdown .dropdown-menu{padding:.5rem}.profile-dropdown .dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left}.profile-dropdown .dropdown-item svg{font-size:1rem;color:#6b7280}.profile-dropdown .dropdown-item:hover{background:#3b82f60d;color:#3b82f6}.profile-dropdown .dropdown-item:hover svg{color:#3b82f6}.profile-dropdown .dropdown-item.logout-item{color:#ef4444}.profile-dropdown .dropdown-item.logout-item svg{color:#ef4444}.profile-dropdown .dropdown-item.logout-item:hover{background:#ef44440d;color:#ef4444}.profile-dropdown .dropdown-item.logout-item:hover svg{color:#ef4444}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-toggle{display:none;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e5e7eb;border-radius:10px;color:#4b5563;cursor:pointer;transition:all .3s ease}.mobile-menu-toggle:hover{background:#3b82f60d;border-color:#3b82f633;color:#3b82f6}@media (max-width: 768px){.mobile-menu-toggle{display:flex}}@media (min-width: 769px){.mobile-menu-toggle{display:none!important}}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.mobile-nav.open{display:block;max-height:400px}@media (max-width: 768px){.mobile-nav{display:block}}.mobile-nav-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:transparent;border:none;border-radius:10px;color:#374151;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}.mobile-nav-item .mobile-nav-icon{font-size:1.25rem;color:#6b7280}.mobile-nav-item:hover{background:#3b82f60d;color:#3b82f6}.mobile-nav-item:hover .mobile-nav-icon{color:#3b82f6}.mobile-nav-item.active{background:#3b82f61a;color:#3b82f6;font-weight:600}.mobile-nav-item.active .mobile-nav-icon{color:#3b82f6}.mobile-nav-item.logout-item,.mobile-nav-item.logout-item .mobile-nav-icon{color:#ef4444}.mobile-nav-item.logout-item:hover{background:#ef44440d;color:#ef4444}.mobile-nav-item.logout-item:hover .mobile-nav-icon{color:#ef4444}.mobile-nav-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:overlayFadeIn .3s ease-out}@media (min-width: 769px){.mobile-menu-overlay{display:none}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1200px){.employee-header-container{padding:0 1rem}}@media (max-width: 1024px){.desktop-nav{gap:.25rem}.nav-item{padding:.75rem}.nav-item .nav-label{display:none}}@media (max-width: 768px){.employee-header-container{height:60px;gap:1rem}.employee-header-actions{gap:.5rem}.action-btn{width:40px;height:40px}.profile-trigger{padding:.25rem;gap:.5rem}.profile-trigger .profile-avatar{width:32px;height:32px;font-size:.875rem}.profile-dropdown{width:260px;right:-1rem}}@media (max-width: 480px){.employee-header-container{padding:0 .75rem}.profile-dropdown{width:calc(100vw - 2rem);right:-3.75rem}}.nav-item:focus,.action-btn:focus,.profile-trigger:focus,.mobile-menu-toggle:focus{outline:2px solid #3b82f6;outline-offset:2px}.dropdown-item:focus,.mobile-nav-item:focus{outline:2px solid #3b82f6;outline-offset:-2px}@media (prefers-contrast: high){.employee-header{border-bottom:2px solid #1f2937}.nav-item,.action-btn,.profile-trigger,.mobile-menu-toggle,.profile-dropdown,.mobile-nav{border-width:2px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.dropdown-arrow{transition:none}}@media print{.employee-header{position:static;background:#fff!important;border-bottom:2px solid #1f2937;box-shadow:none}.employee-header-actions,.mobile-menu-toggle{display:none}.desktop-nav{display:flex!important}.nav-item{color:#1f2937!important;background:none!important}}.logout-confirmation-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.logout-confirmation-modal .logout-confirmation-content{background:#fff;border-radius:16px;max-width:400px;width:100%;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;animation:modalSlideIn .3s ease-out;text-align:center;border:1px solid #e5e7eb}.logout-confirmation-modal .logout-confirmation-icon{width:64px;height:64px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:1.5rem;animation:bounceIn .6s ease-out}.logout-confirmation-modal .logout-confirmation-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;font-family:Crimson Pro,serif}.logout-confirmation-modal .logout-confirmation-message{color:#4b5563;font-size:.875rem;line-height:1.5;margin-bottom:2rem}.logout-confirmation-modal .logout-confirmation-actions{display:flex;gap:1rem;justify-content:center}.logout-confirmation-modal .logout-confirmation-actions .cancel-logout-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.logout-confirmation-modal .logout-confirmation-actions .cancel-logout-btn:hover{background:#e5e7eb;border-color:#9ca3af}.logout-confirmation-modal .logout-confirmation-actions .confirm-logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.logout-confirmation-modal .logout-confirmation-actions .confirm-logout-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.logout-confirmation-modal .logout-confirmation-actions .confirm-logout-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 8px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.logout-confirmation-modal .logout-confirmation-actions .confirm-logout-btn:hover:before{left:100%}.logout-confirmation-modal .logout-confirmation-actions .confirm-logout-btn:active{transform:translateY(0);box-shadow:0 2px 4px -1px #0000001a}.logout-confirmation-modal .logout-confirmation-actions .confirm-logout-btn .logout-btn-icon{font-size:1rem;animation:pulse-glow 2s ease-in-out infinite}.logout-confirmation-modal .logout-confirmation-actions .confirm-logout-btn .logout-btn-text{font-weight:600;letter-spacing:.025em}.logout-item{position:relative;overflow:hidden}.logout-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(239,68,68,.1),transparent);transition:left .3s}.logout-item:hover:before{left:100%}.employee-dashboard{min-height:100vh;background:linear-gradient(135deg,#f9fafb,#fff);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.dashboard-main{padding-top:2rem}.dashboard-container{max-width:1440px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:2rem}.welcome-section{background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:1.5rem;padding:2rem;color:#fff;position:relative;overflow:hidden}.welcome-section:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;transform:translate(50%,-50%)}.welcome-section .welcome-content{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:1.5rem;position:relative;z-index:1}.welcome-section .welcome-text{flex:1}.welcome-section .welcome-text .welcome-title{font-size:2.25rem;font-weight:700;line-height:1.25;margin-bottom:.75rem;font-family:Poppins,sans-serif}.welcome-section .welcome-text .welcome-subtitle{font-size:1.125rem;opacity:.9;line-height:1.625;font-weight:400}.welcome-section .welcome-time{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.welcome-section .welcome-time .current-time{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.75rem 1rem;border-radius:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.welcome-section .welcome-time .current-time .time-icon{font-size:1.125rem}.welcome-section .welcome-time .current-time .time-display{font-size:1.25rem;font-weight:600;font-family:Poppins,sans-serif}.welcome-section .welcome-time .current-date{font-size:.875rem;opacity:.8;font-weight:500}.stats-section .stats-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.stats-section .stats-header .stats-title{font-size:1.5rem;font-weight:700;color:#111827;font-family:Poppins,sans-serif}.stats-section .stats-header .period-selector{display:flex;background:#f3f4f6;border-radius:1rem;padding:.25rem;gap:.25rem}.stats-section .stats-header .period-selector .period-btn{padding:.5rem 1rem;border:none;background:transparent;color:#4b5563;font-size:.875rem;font-weight:500;border-radius:.75rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.stats-section .stats-header .period-selector .period-btn:hover{background:#3b82f61a;color:#3b82f6}.stats-section .stats-header .period-selector .period-btn.active{background:#fff;color:#3b82f6;font-weight:600;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.stat-card{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#60a5fa)}.stat-card .stat-icon{width:3rem;height:3rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.25rem;color:#fff}.stat-card .stat-content .stat-value{font-size:1.875rem;font-weight:700;color:#111827;line-height:1;margin-bottom:.5rem;font-family:Poppins,sans-serif}.stat-card .stat-content .stat-label{font-size:.875rem;font-weight:500;margin-bottom:.75rem}.stat-card .stat-content .stat-change{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600}.stat-card .stat-content .stat-change svg{font-size:.875rem}.stat-card .stat-content .stat-change.positive{color:#10b981}.stat-card .stat-content .stat-change.negative{color:#ef4444}.stat-card .stat-content .stat-change.neutral{color:#6b7280}.stat-card.bookings .stat-icon{background:linear-gradient(135deg,#3b82f6,#1e40af)}.stat-card.completed .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.earnings .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.rating .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-card.efficiency .stat-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.stat-card.pending .stat-icon{background:linear-gradient(135deg,#4b5563,#374151)}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.section-header .section-title{font-size:1.25rem;font-weight:700;color:#111827;font-family:Poppins,sans-serif}.section-header .view-all-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e5e7eb;border-radius:.75rem;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.section-header .view-all-btn svg{font-size:.875rem}.section-header .view-all-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:translate(2px)}.bookings-section{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;height:fit-content}.bookings-section .bookings-list{display:flex;flex-direction:column;gap:1rem}.booking-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.booking-card:hover{background:#fff;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.booking-card .booking-time{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:80px;padding:.75rem;background:#fff;border-radius:.75rem;border:2px solid #dbeafe}.booking-card .booking-time .time-display{font-size:1rem;font-weight:700;color:#3b82f6;font-family:Poppins,sans-serif}.booking-card .booking-time .duration{font-size:.75rem;color:#6b7280;font-weight:500}.booking-card .booking-details{flex:1;display:flex;flex-direction:column;gap:.75rem}.booking-card .booking-details .booking-header{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:.75rem}.booking-card .booking-details .booking-header .service-name{font-size:1.125rem;font-weight:600;color:#111827;line-height:1.25;font-family:Poppins,sans-serif}.booking-card .booking-details .booking-header .booking-status{padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.booking-card .booking-details .booking-header .booking-status.success{background:#d1fae5;color:#10b981}.booking-card .booking-details .booking-header .booking-status.warning{background:#fef3c7;color:#f59e0b}.booking-card .booking-details .booking-header .booking-status.error{background:#fee2e2;color:#ef4444}.booking-card .booking-details .booking-header .booking-status.default{background:#f3f4f6;color:#4b5563}.booking-card .booking-details .customer-info{display:flex;flex-direction:column;gap:.5rem}.booking-card .booking-details .customer-info .customer-name,.booking-card .booking-details .customer-info .customer-address,.booking-card .booking-details .customer-info .customer-phone{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563}.booking-card .booking-details .customer-info .customer-name .info-icon,.booking-card .booking-details .customer-info .customer-address .info-icon,.booking-card .booking-details .customer-info .customer-phone .info-icon{font-size:.875rem;color:#9ca3af;flex-shrink:0}.booking-card .booking-details .customer-info .customer-name{font-weight:600;color:#1f2937}.booking-card .booking-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.booking-card .booking-actions .action-menu-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e5e7eb;border-radius:.5rem;color:#9ca3af;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.booking-card .booking-actions .action-menu-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#4b5563}.activity-section{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;height:fit-content}.activity-section .activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.activity-item:hover{background:#f9fafb}.activity-item .activity-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;font-size:1rem;color:#fff;flex-shrink:0}.activity-item .activity-icon.completed{background:linear-gradient(135deg,#10b981,#059669)}.activity-item .activity-icon.booking{background:linear-gradient(135deg,#3b82f6,#1e40af)}.activity-item .activity-icon.rating{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.activity-item .activity-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.activity-item .activity-content .activity-message{font-size:.875rem;font-weight:500;color:#1f2937;line-height:1.375}.activity-item .activity-content .activity-time{font-size:.75rem;color:#6b7280;font-weight:500}.activity-item .activity-value{display:flex;align-items:center;gap:.5rem}.activity-item .activity-value .rating{display:flex;gap:.25rem}.activity-item .activity-value .rating .star{font-size:.875rem;color:#d1d5db}.activity-item .activity-value .rating .star.filled{color:#fbbf24}.quick-actions-section .section-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem;font-family:Poppins,sans-serif}.quick-actions-section .quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;text-align:center}.quick-action-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.quick-action-btn:hover .action-icon{color:#fff;transform:scale(1.1)}.quick-action-btn .action-icon{font-size:1.5rem;color:#3b82f6;transition:all .2s cubic-bezier(.4,0,.2,1)}.quick-action-btn .action-label{font-size:.875rem;font-weight:600;color:#374151;transition:all .2s cubic-bezier(.4,0,.2,1)}@media (max-width: 1200px){.dashboard-container{padding:0 1.25rem;gap:1.5rem}.dashboard-grid{grid-template-columns:1fr;gap:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}}@media (max-width: 768px){.dashboard-container{padding:0 1rem;gap:1.25rem}.welcome-section{padding:1.5rem}.welcome-section .welcome-content{flex-direction:column;align-items:flex-start;gap:1rem}.welcome-section .welcome-text .welcome-title{font-size:1.875rem}.welcome-section .welcome-time{align-items:flex-start;width:100%}.welcome-section .welcome-time .current-time{width:fit-content}.stats-header{flex-direction:column;align-items:flex-start;gap:1rem}.stats-header .period-selector{width:100%;justify-content:center}.stats-grid{grid-template-columns:1fr;gap:1rem}.booking-card{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.booking-card .booking-time{align-self:flex-start;min-width:auto}.booking-card .booking-details{width:100%}.booking-card .booking-actions{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.quick-actions-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.quick-action-btn{padding:1rem;gap:.5rem}.quick-action-btn .action-icon{font-size:1.25rem}.quick-action-btn .action-label{font-size:.75rem}}@media (max-width: 480px){.dashboard-container{padding:0 .75rem;gap:1rem}.welcome-section{padding:1rem}.welcome-section .welcome-text .welcome-title{font-size:1.5rem}.welcome-section .welcome-text .welcome-subtitle{font-size:1rem}.welcome-section .current-time{padding:.5rem .75rem}.welcome-section .current-time .time-display{font-size:1.125rem}.stats-section .stats-header .stats-title{font-size:1.25rem}.stat-card{padding:1rem}.stat-card .stat-icon{width:2.5rem;height:2.5rem;font-size:1.125rem}.stat-card .stat-content .stat-value{font-size:1.5rem}.bookings-section,.activity-section{padding:1rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.section-header .view-all-btn{align-self:flex-end}.booking-card{padding:.75rem}.booking-card .booking-time{padding:.5rem;min-width:70px}.booking-card .booking-time .time-display{font-size:.875rem}.booking-card .booking-details .booking-header .service-name,.booking-card .booking-actions .booking-price{font-size:1rem}.activity-item{padding:.75rem}.activity-item .activity-icon{width:2rem;height:2rem;font-size:.875rem}.quick-actions-grid{grid-template-columns:1fr}.quick-action-btn{flex-direction:row;justify-content:flex-start;text-align:left;padding:1rem}.quick-action-btn .action-icon{font-size:1.125rem}.quick-action-btn .action-label{font-size:.875rem}}@media (prefers-contrast: high){.stat-card,.booking-card,.activity-item,.quick-action-btn{border-width:2px}.welcome-section{border:2px solid #ffffff}.booking-status{border:1px solid currentColor}.stat-card .stat-content .stat-value{font-weight:800}.booking-card .booking-details .booking-header .service-name{font-weight:700}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.stat-card:hover,.booking-card:hover,.quick-action-btn:hover{transform:none}.welcome-section:before{animation:none}}@media print{.employee-dashboard{background:#fff!important}.welcome-section{background:#fff!important;color:#111827!important;border:2px solid #1f2937}.stat-card,.bookings-section,.activity-section{background:#fff!important;border:1px solid #1f2937;box-shadow:none}.quick-actions-section,.section-header .view-all-btn,.booking-card .booking-actions .action-menu-btn{display:none}}.employee-dashboard.loading .stat-card,.employee-dashboard.loading .booking-card,.employee-dashboard.loading .activity-item,.employee-dashboard.loading .quick-action-btn{pointer-events:none;opacity:.6}.employee-dashboard.loading .welcome-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton,.employee-dashboard[data-loading=true] .stat-card,.employee-dashboard[data-loading=true] .booking-card,.employee-dashboard[data-loading=true] .activity-item,.skeleton-text{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.5rem}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:1em;margin-bottom:.5em}.skeleton-text.title{height:1.5em;width:60%}.skeleton-text.subtitle{height:1em;width:80%}.skeleton-text.line{height:.8em;width:100%}.employee-dashboard:focus-within .booking-card:not(:focus-within),.employee-dashboard:focus-within .activity-item:not(:focus-within),.employee-dashboard:focus-within .quick-action-btn:not(:focus-within){opacity:.7}.employee-dashboard [role=button]{cursor:pointer}.employee-dashboard [tabindex="0"]{outline:2px solid transparent;outline-offset:2px}.employee-dashboard [tabindex="0"]:focus{outline-color:#3b82f6}.employee-dashboard .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.employee-dashboard{contain:layout style}.employee-dashboard .stats-grid,.employee-dashboard .dashboard-grid,.employee-dashboard .bookings-list,.employee-dashboard .activity-list,.employee-dashboard .quick-actions-grid{contain:layout}.employee-dashboard .stat-card,.employee-dashboard .booking-card,.employee-dashboard .activity-item{contain:layout style paint}@media (hover: none) and (pointer: coarse){.stat-card:hover,.booking-card:hover,.activity-item:hover,.quick-action-btn:hover{transform:none;background:inherit}.stat-card:active,.booking-card:active,.quick-action-btn:active{transform:scale(.98)}}@supports (padding: max(0px)){.dashboard-container{padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}@media (max-width: 768px){.dashboard-container{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}@media (max-width: 480px){.dashboard-container{padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}}}.employee-dashboard{scroll-behavior:smooth}.dashboard-main{scroll-padding-top:5rem}.employee-dashboard *{will-change:auto}.stat-card,.booking-card,.activity-item,.quick-action-btn{will-change:transform,background-color,border-color}.welcome-section:before{will-change:transform}.employee-dashboard{font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"tnum" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.employee-dashboard .welcome-section{z-index:1}.employee-dashboard .stat-card:hover,.employee-dashboard .booking-card:hover,.employee-dashboard .activity-item:hover,.employee-dashboard .quick-action-btn:hover{z-index:2}@container dashboard (min-width: 1200px){.stats-grid{grid-template-columns:repeat(6,1fr)}.dashboard-grid{grid-template-columns:2.5fr 1fr}}@container dashboard (max-width: 768px){.stats-grid,.dashboard-grid{grid-template-columns:1fr}}.error-state,.employee-dashboard[data-error=true] .dashboard-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#6b7280}.error-state .error-icon,.employee-dashboard[data-error=true] .dashboard-main .error-icon{font-size:3rem;margin-bottom:1rem;color:#ef4444}.error-state .error-title,.employee-dashboard[data-error=true] .dashboard-main .error-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#374151}.error-state .error-message,.employee-dashboard[data-error=true] .dashboard-main .error-message{font-size:.875rem;margin-bottom:1rem}.error-state .error-action,.employee-dashboard[data-error=true] .dashboard-main .error-action{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.error-state .error-action:hover,.employee-dashboard[data-error=true] .dashboard-main .error-action:hover{background:#1e40af;transform:translateY(-1px)}.empty-state,.employee-dashboard[data-empty=true] .bookings-list,.employee-dashboard[data-empty=true] .activity-list{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#6b7280}.empty-state .empty-icon,.employee-dashboard[data-empty=true] .bookings-list .empty-icon,.employee-dashboard[data-empty=true] .activity-list .empty-icon{font-size:2.25rem;margin-bottom:1rem;color:#9ca3af}.empty-state .empty-title,.employee-dashboard[data-empty=true] .bookings-list .empty-title,.employee-dashboard[data-empty=true] .activity-list .empty-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#4b5563}.empty-state .empty-message,.employee-dashboard[data-empty=true] .bookings-list .empty-message,.employee-dashboard[data-empty=true] .activity-list .empty-message{font-size:.875rem;margin-bottom:1rem}.empty-state .empty-action,.employee-dashboard[data-empty=true] .bookings-list .empty-action,.employee-dashboard[data-empty=true] .activity-list .empty-action{padding:.5rem 1rem;background:transparent;color:#3b82f6;border:1px solid #3b82f6;border-radius:.75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.empty-state .empty-action:hover,.employee-dashboard[data-empty=true] .bookings-list .empty-action:hover,.employee-dashboard[data-empty=true] .activity-list .empty-action:hover{background:#3b82f6;color:#fff}.notification{position:fixed;top:5rem;right:1.5rem;max-width:400px;padding:1rem;background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1000;transition:all .2s cubic-bezier(.4,0,.2,1);transform:translate(100%);opacity:0}.notification.show{transform:translate(0);opacity:1}.notification.success{border-left:4px solid #10b981}.notification.success .notification-icon{color:#10b981}.notification.warning{border-left:4px solid #f59e0b}.notification.warning .notification-icon{color:#f59e0b}.notification.error{border-left:4px solid #ef4444}.notification.error .notification-icon{color:#ef4444}.notification.info{border-left:4px solid #3b82f6}.notification.info .notification-icon{color:#3b82f6}.notification .notification-content{display:flex;align-items:flex-start;gap:.75rem}.notification .notification-content .notification-icon{font-size:1.125rem;margin-top:.25rem;flex-shrink:0}.notification .notification-content .notification-text{flex:1}.notification .notification-content .notification-text .notification-title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}.notification .notification-content .notification-text .notification-message{font-size:.75rem;color:#4b5563;line-height:1.625}.notification .notification-content .notification-close{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#9ca3af;cursor:pointer;border-radius:.375rem;transition:all .2s cubic-bezier(.4,0,.2,1);flex-shrink:0}.notification .notification-content .notification-close:hover{background:#f3f4f6;color:#4b5563}.notification .notification-progress{position:absolute;bottom:0;left:0;height:2px;background:currentColor;border-radius:0 0 1rem 1rem;animation:notification-progress 5s linear forwards}@keyframes notification-progress{0%{width:100%}to{width:0%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#111827bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.modal-overlay.show{opacity:1;visibility:visible}.modal{background:#fff;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:90%;max-height:90vh;overflow:hidden;transform:scale(.9) translateY(20px);transition:transform .3s cubic-bezier(.4,0,.2,1)}.modal-overlay.show .modal{transform:scale(1) translateY(0)}.modal .modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.modal .modal-header .modal-title{font-size:1.25rem;font-weight:700;color:#111827;font-family:Poppins,sans-serif}.modal .modal-header .modal-close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#9ca3af;cursor:pointer;border-radius:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.modal .modal-header .modal-close:hover{background:#f3f4f6;color:#4b5563}.modal .modal-body{padding:1.5rem;max-height:60vh;overflow-y:auto}.modal .modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem}.modal .modal-footer .modal-btn{padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.modal .modal-footer .modal-btn.primary{background:#3b82f6;color:#fff}.modal .modal-footer .modal-btn.primary:hover{background:#1e40af}.modal .modal-footer .modal-btn.secondary{background:#f3f4f6;color:#374151}.modal .modal-footer .modal-btn.secondary:hover{background:#e5e7eb}.tooltip{position:relative;display:inline-block}.tooltip:before,.tooltip:after{position:absolute;opacity:0;visibility:hidden;pointer-events:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.tooltip:before{content:attr(data-tooltip);background:#111827;color:#fff;padding:.5rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;white-space:nowrap;z-index:1001}.tooltip:after{content:"";width:0;height:0;border:4px solid transparent;z-index:1000}.tooltip:hover:before,.tooltip:hover:after{opacity:1;visibility:visible}.tooltip.tooltip-top:before{bottom:100%;left:50%;transform:translate(-50%) translateY(-4px)}.tooltip.tooltip-top:after{bottom:100%;left:50%;transform:translate(-50%);border-top-color:#111827}.tooltip.tooltip-top:hover:before{transform:translate(-50%) translateY(-8px)}.tooltip.tooltip-bottom:before{top:100%;left:50%;transform:translate(-50%) translateY(4px)}.tooltip.tooltip-bottom:after{top:100%;left:50%;transform:translate(-50%);border-bottom-color:#111827}.tooltip.tooltip-bottom:hover:before{transform:translate(-50%) translateY(8px)}.tooltip.tooltip-left:before{right:100%;top:50%;transform:translateY(-50%) translate(-4px)}.tooltip.tooltip-left:after{right:100%;top:50%;transform:translateY(-50%);border-left-color:#111827}.tooltip.tooltip-left:hover:before{transform:translateY(-50%) translate(-8px)}.tooltip.tooltip-right:before{left:100%;top:50%;transform:translateY(-50%) translate(4px)}.tooltip.tooltip-right:after{left:100%;top:50%;transform:translateY(-50%);border-right-color:#111827}.tooltip.tooltip-right:hover:before{transform:translateY(-50%) translate(8px)}.dropdown{position:relative;display:inline-block}.dropdown .dropdown-toggle{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.dropdown .dropdown-toggle:hover{background:#f9fafb;border-color:#d1d5db}.dropdown .dropdown-toggle.active{border-color:#3b82f6;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.dropdown .dropdown-toggle .dropdown-icon{font-size:.875rem;transition:transform .2s cubic-bezier(.4,0,.2,1)}.dropdown .dropdown-toggle.active .dropdown-icon{transform:rotate(180deg)}.dropdown .dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:100;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s cubic-bezier(.4,0,.2,1);margin-top:.25rem}.dropdown .dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;background:transparent;width:100%;text-align:left}.dropdown .dropdown-menu .dropdown-item:first-child{border-radius:.75rem .75rem 0 0}.dropdown .dropdown-menu .dropdown-item:last-child{border-radius:0 0 .75rem .75rem}.dropdown .dropdown-menu .dropdown-item:hover{background:#f9fafb;color:#111827}.dropdown .dropdown-menu .dropdown-item:active{background:#f3f4f6}.dropdown .dropdown-menu .dropdown-item .dropdown-item-icon{font-size:1rem;color:#9ca3af}.dropdown .dropdown-menu .dropdown-item:hover .dropdown-item-icon{color:#3b82f6}.dropdown .dropdown-menu .dropdown-divider{height:1px;background:#e5e7eb;margin:.25rem 0}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1}.badge.success{background:#d1fae5;color:#10b981}.badge.warning{background:#fef3c7;color:#f59e0b}.badge.error{background:#fee2e2;color:#ef4444}.badge.info{background:#dbeafe;color:#3b82f6}.badge.neutral{background:#f3f4f6;color:#4b5563}.badge.large{padding:.5rem .75rem;font-size:.875rem}.badge.small{padding:.25rem;font-size:10px}.badge .badge-icon{font-size:1em}.progress{width:100%;height:.5rem;background:#e5e7eb;border-radius:.5rem;overflow:hidden;position:relative}.progress .progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:.5rem;transition:width .3s cubic-bezier(.4,0,.2,1);position:relative}.progress .progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progress-shine 2s infinite}.progress .progress-bar.success{background:linear-gradient(90deg,#10b981,#059669)}.progress .progress-bar.warning{background:linear-gradient(90deg,#f59e0b,#d97706)}.progress .progress-bar.error{background:linear-gradient(90deg,#ef4444,#dc2626)}.progress.large{height:.75rem}.progress.small{height:.25rem}@keyframes progress-shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e5e7eb;color:#4b5563;font-weight:600;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1)}.avatar.small{width:1.5rem;height:1.5rem;font-size:.75rem}.avatar.medium{width:2rem;height:2rem;font-size:.875rem}.avatar.large{width:3rem;height:3rem;font-size:1.125rem}.avatar.xl{width:4rem;height:4rem;font-size:1.25rem}.avatar.xxl{width:5rem;height:5rem;font-size:1.5rem}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar .avatar-status{position:absolute;bottom:0;right:0;width:25%;height:25%;border-radius:50%;border:2px solid #ffffff}.avatar .avatar-status.online{background:#10b981}.avatar .avatar-status.offline{background:#9ca3af}.avatar .avatar-status.busy{background:#ef4444}.avatar .avatar-status.away{background:#f59e0b}.avatar:hover{transform:scale(1.05);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;white-space:nowrap}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s cubic-bezier(.4,0,.2,1)}.btn:hover:before{left:100%}.btn.primary{background:#3b82f6;color:#fff}.btn.primary:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn.primary:active{transform:translateY(0)}.btn.secondary{background:#f3f4f6;color:#374151}.btn.secondary:hover{background:#e5e7eb;color:#111827}.btn.success{background:#10b981;color:#fff}.btn.success:hover{background:#059669;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn.warning{background:#f59e0b;color:#fff}.btn.warning:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn.error{background:#ef4444;color:#fff}.btn.error:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn.outline{background:transparent;border:1px solid #3b82f6;color:#3b82f6}.btn.outline:hover{background:#3b82f6;color:#fff}.btn.ghost{background:transparent;color:#4b5563}.btn.ghost:hover{background:#f3f4f6;color:#111827}.btn.small{padding:.5rem 1rem;font-size:.75rem;gap:.25rem}.btn.large{padding:1rem 2rem;font-size:1rem;gap:.75rem}.btn.xl{padding:1.25rem 2.5rem;font-size:1.125rem;gap:.75rem}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn.loading{pointer-events:none}.btn.loading .btn-text{opacity:0}.btn.loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:btn-loading 1s linear infinite}.btn.icon-only{padding:.75rem;width:2.5rem;height:2.5rem}.btn.icon-only.small{padding:.5rem;width:2rem;height:2rem}.btn.icon-only.large{padding:1rem;width:3rem;height:3rem}@keyframes btn-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group .form-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.25rem}.form-group .form-label .required{color:#ef4444;margin-left:.25rem}.form-group .form-input,.form-group .form-select,.form-group .form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.75rem;font-size:.875rem;color:#111827;background:#fff;transition:all .2s cubic-bezier(.4,0,.2,1)}.form-group .form-input::placeholder,.form-group .form-select::placeholder,.form-group .form-textarea::placeholder{color:#9ca3af}.form-group .form-input:focus,.form-group .form-select:focus,.form-group .form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.form-group .form-input:hover,.form-group .form-select:hover,.form-group .form-textarea:hover{border-color:#d1d5db}.form-group .form-input.error,.form-group .error.form-select,.form-group .error.form-textarea{border-color:#ef4444;background:#fee2e2}.form-group .form-input.success,.form-group .success.form-select,.form-group .success.form-textarea{border-color:#10b981;background:#d1fae5}.form-group .form-input:disabled,.form-group .form-select:disabled,.form-group .form-textarea:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-group .form-textarea{min-height:100px;resize:vertical;font-family:inherit}.form-group .form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group .form-help{font-size:.75rem;color:#6b7280;margin-top:.25rem}.form-group .form-error{font-size:.75rem;color:#ef4444;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.form-group .form-error .error-icon{font-size:.875rem}.form-group .form-success{font-size:.75rem;color:#10b981;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.form-group .form-success .success-icon{font-size:.875rem}.checkbox,.radio{display:flex;align-items:center;gap:.75rem;cursor:pointer;margin-bottom:.75rem}.checkbox input,.radio input{width:1rem;height:1rem;border:2px solid #d1d5db;background:#fff;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.checkbox input:checked,.radio input:checked{background:#3b82f6;border-color:#3b82f6}.checkbox input:focus,.radio input:focus{outline:2px solid rgba(59,130,246,.2);outline-offset:2px}.checkbox input:hover,.radio input:hover{border-color:#3b82f6}.checkbox .checkbox-label,.checkbox .radio-label,.radio .checkbox-label,.radio .radio-label{font-size:.875rem;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox input{border-radius:.375rem}.radio input{border-radius:50%}.switch{display:flex;align-items:center;gap:.75rem;cursor:pointer}.switch .switch-input{position:relative;width:44px;height:24px;background:#d1d5db;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.switch .switch-input:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.switch .switch-input.checked{background:#3b82f6}.switch .switch-input.checked:before{transform:translate(20px)}.switch .switch-input:hover{background:#9ca3af}.switch .switch-input:hover.checked{background:#1e40af}.switch .switch-label{font-size:.875rem;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.table-container .table-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background:#f9fafb}.table-container .table-footer .table-info{font-size:.875rem;color:#4b5563}.table-container .table-footer .table-pagination{display:flex;gap:.5rem}.table-container .table-footer .table-pagination .page-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-radius:.5rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.table-container .table-footer .table-pagination .page-btn:hover{background:#f3f4f6;border-color:#d1d5db}.table-container .table-footer .table-pagination .page-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.table-container .table-footer .table-pagination .page-btn:disabled{opacity:.5;cursor:not-allowed}.card{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1)}.card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card .card-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.card .card-header .card-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.card .card-header .card-subtitle{font-size:.875rem;color:#6b7280}.card .card-body{padding:1.5rem}.card .card-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.tabs .tab-list{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.tabs .tab-list .tab-button{padding:1rem 1.5rem;background:transparent;border:none;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.tabs .tab-list .tab-button:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#3b82f6;transform:scaleX(0);transition:all .2s cubic-bezier(.4,0,.2,1)}.tabs .tab-list .tab-button:hover{color:#111827}.tabs .tab-list .tab-button.active{color:#3b82f6;font-weight:600}.tabs .tab-list .tab-button.active:after{transform:scaleX(1)}.tabs .tab-content .tab-panel{display:none}.tabs .tab-content .tab-panel.active{display:block;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.accordion .accordion-item{border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:.5rem;overflow:hidden}.accordion .accordion-item .accordion-header .accordion-button{width:100%;padding:1rem 1.5rem;background:#fff;border:none;text-align:left;font-size:.875rem;font-weight:600;color:#111827;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:space-between}.accordion .accordion-item .accordion-header .accordion-button:hover{background:#f9fafb}.accordion .accordion-item .accordion-header .accordion-button .accordion-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.accordion .accordion-item .accordion-header .accordion-button.expanded .accordion-icon{transform:rotate(180deg)}.accordion .accordion-item .accordion-content{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.accordion .accordion-item .accordion-content.expanded{max-height:500px}.accordion .accordion-item .accordion-content .accordion-body{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;font-size:.875rem;color:#374151;line-height:1.625}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-primary{color:#3b82f6}.text-success{color:#10b981}.text-warning{color:#f59e0b}.text-error{color:#ef4444}.text-gray{color:#4b5563}.text-muted{color:#6b7280}.bg-primary{background-color:#3b82f6}.bg-success{background-color:#10b981}.bg-warning{background-color:#f59e0b}.bg-error{background-color:#ef4444}.bg-gray{background-color:#f3f4f6}.rounded{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-xl{border-radius:1rem}.rounded-2xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hidden{display:none}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.w-auto{width:auto}.h-auto{height:auto}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.overflow-visible{overflow:visible}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.whitespace-normal{white-space:normal}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{word-wrap:break-word}.break-all{word-break:break-all}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 1s infinite}.animate-spin{animation:spin 1s linear infinite}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@media (max-width: 640px){.sm\:hidden{display:none}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:text-center{text-align:center}.sm\:text-left{text-align:left}.sm\:w-full{width:100%}.sm\:flex-col{flex-direction:column}}@media (max-width: 768px){.md\:hidden{display:none}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:text-center{text-align:center}.md\:text-left{text-align:left}.md\:w-full{width:100%}.md\:flex-col{flex-direction:column}}@media (max-width: 1024px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:text-center{text-align:center}.lg\:text-left{text-align:left}.lg\:w-full{width:100%}.lg\:flex-col{flex-direction:column}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#111827;background:#f9fafb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto}button,input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}*:focus{outline:2px solid #3b82f6;outline-offset:2px}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::selection{background:#3b82f633;color:#111827}::-moz-selection{background:#3b82f633;color:#111827}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f3f4f6;border-radius:.5rem}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background:#9ca3af}::-webkit-scrollbar-corner{background:#f3f4f6}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5in}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.employee-dashboard{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.stat-card,.booking-card,.activity-item,.quick-action-btn{transform:translateZ(0);backface-visibility:hidden}.employee-dashboard{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent}@supports not (display: grid){.stats-grid,.dashboard-grid,.quick-actions-grid{display:flex;flex-wrap:wrap;gap:1.5rem}.stat-card,.bookings-section,.activity-section,.quick-action-btn{flex:1;min-width:250px}}@supports not (display: flex){.welcome-section,.section-header,.booking-card,.activity-item{display:block}.welcome-content,.booking-details,.activity-content{float:left;width:70%}.welcome-actions,.booking-actions,.activity-time{float:right;width:30%}.clearfix:after{content:"";display:table;clear:both}}.employee-dashboard{--primary-color: #3b82f6;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--gray-color: #4b5563;--white-color: #ffffff}@media (prefers-reduced-motion: no-preference){.employee-dashboard{animation:fadeInUp .6s ease-out}.stat-card{animation:fadeInUp .6s ease-out;animation-delay:.1s;animation-fill-mode:both}.booking-card{animation:fadeInUp .6s ease-out;animation-delay:.2s;animation-fill-mode:both}.activity-item{animation:fadeInUp .6s ease-out;animation-delay:.3s;animation-fill-mode:both}}.above-fold .welcome-section,.above-fold .stats-section{contain:layout style paint}.employee-dashboard{font-display:swap}.loading-container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:400px;gap:1rem}.loading-container .loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-container p{color:#4b5563;font-size:1rem;margin:0}.error-container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:400px;gap:1rem;text-align:center}.error-container .error-icon{font-size:3rem;color:#ef4444}.error-container h3{color:#111827;margin:0;font-size:1.25rem}.error-container p{color:#4b5563;margin:0;font-size:1rem}.error-container .retry-btn{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.75rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.error-container .retry-btn:hover{background:#1e40af;transform:translateY(-1px)}.stats-section{margin-bottom:2rem}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.stats-section .stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}.stats-section .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stats-section .stat-card .stat-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:.75rem;font-size:1.25rem}.stats-section .stat-card .stat-content{flex:1}.stats-section .stat-card .stat-content .stat-value{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .25rem;line-height:1}.stats-section .stat-card .stat-content .stat-label{color:#4b5563;font-size:.875rem;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.5px}.empty-state,.employee-dashboard[data-empty=true] .bookings-list,.employee-dashboard[data-empty=true] .activity-list{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2rem;text-align:center;color:#6b7280}.empty-state .empty-icon,.employee-dashboard[data-empty=true] .bookings-list .empty-icon,.employee-dashboard[data-empty=true] .activity-list .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state p,.employee-dashboard[data-empty=true] .bookings-list p,.employee-dashboard[data-empty=true] .activity-list p{margin:0;font-size:1rem}.intranet{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,sans-serif;padding-bottom:60px}.intranet__header{position:relative;padding:100px 0 50px;text-align:center;background:linear-gradient(120deg,#3b82f6,#dbeafe);overflow:hidden;z-index:1;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(59,130,246,.08);box-shadow:0 8px 32px #3b82f614;margin-bottom:3rem}.intranet__header-bg{position:absolute;top:0;left:50%;width:100vw;height:100%;transform:translate(-50%);background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);z-index:1;pointer-events:none}.intranet__header-content{position:relative;z-index:2}.intranet__header .intranet__title{font-family:Crimson Pro,serif;font-size:2.2rem;font-weight:800;margin-bottom:1.2rem;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.intranet__header .intranet__subtitle{font-size:1.1rem;color:#4b5563;font-weight:500;opacity:.95;margin-bottom:.5rem}.intranet__main .intranet__container{max-width:400px;margin:0 auto;padding:0 1.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #3b82f612;padding:2.5rem 2rem;text-align:center}.intranet__form{display:flex;flex-direction:column;gap:1.2rem;align-items:stretch}.intranet__label{font-weight:600;color:#374151;margin-bottom:.4rem;text-align:left}.intranet__input-group{display:flex;align-items:center;background:#f9fafb;border-radius:10px;border:1.5px solid #e5e7eb;padding:.7rem 1rem;transition:border .3s ease}.intranet__input-group:focus-within{border-color:#3b82f6;background:#fff}.intranet__input-group .intranet__icon{color:#3b82f6;font-size:1.2rem;margin-right:.7rem}.intranet__input-group .intranet__input{border:none;background:transparent;outline:none;font-size:1rem;font-family:Inter,sans-serif;color:#111827;flex:1;padding:0}.intranet__submit-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:.9rem 2.2rem;border-radius:10px;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #3b82f626;transition:all .2s ease;margin-top:1rem}.intranet__submit-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f633}.intranet__info{color:#3b82f6;background:#f9fafb;border-radius:10px;padding:1.2rem 1rem;font-weight:600;text-align:center;margin-top:1.2rem;box-shadow:0 2px 8px #3b82f612;font-size:.98rem}@media (max-width: 600px){.intranet__header{padding:40px 0 20px}.intranet__header .intranet__title{font-size:1.3rem}.intranet__main .intranet__container{padding:1.2rem .7rem}}.profile-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:.8rem 2rem;border-radius:8px;font-size:1.08rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #3b82f61a;transition:background .2s,transform .2s;margin-top:1rem}.profile-btn:hover{background:linear-gradient(135deg,#1e40af,#3b82f6);transform:translateY(-2px) scale(1.03)}.employee-page{min-height:100vh;background:#f9fafb;font-family:Inter,sans-serif;color:#111827}.bookings-container{max-width:1400px;margin:0 auto;padding:2rem}.bookings-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.bookings-header .header-content h1{font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem;font-family:Crimson Pro,serif;letter-spacing:-.025em}.bookings-header .header-content p{color:#4b5563;font-size:1.125rem;margin:0;font-weight:400}.bookings-header .refresh-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#fff;border:1px solid #e5e7eb;color:#374151;padding:.875rem 1.5rem;border-radius:12px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.bookings-header .refresh-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bookings-header .refresh-btn:disabled{opacity:.6;cursor:not-allowed}.bookings-header .refresh-btn .refresh-icon{font-size:1rem;animation:spin 2s linear infinite}.bookings-content{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e5e7eb;font-size:.875rem}.loading-spinner{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem 2rem}.loading-spinner .spinner{width:48px;height:48px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.loading-spinner p{color:#4b5563;font-size:1rem;font-weight:500}.empty-state,.error-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem 2rem;text-align:center}.empty-state .empty-icon,.empty-state .error-icon,.error-state .empty-icon,.error-state .error-icon{font-size:3.5rem;margin-bottom:1.5rem;color:#9ca3af}.empty-state h3,.error-state h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.empty-state p,.error-state p{color:#4b5563;font-size:1rem;margin:0 0 2rem;max-width:400px;line-height:1.6}.retry-btn{background:#3b82f6;color:#fff;border:none;padding:.875rem 1.75rem;border-radius:10px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.retry-btn:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bookings-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-card .stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem;font-family:Crimson Pro,serif;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-card .stat-label{font-size:.875rem;color:#4b5563;font-weight:500}.bookings-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e5e7eb}.table-wrapper{overflow-x:auto}.bookings-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem}.bookings-table thead th{font-size:.75rem;font-weight:600;padding:1rem 1.5rem;text-align:left;background:#f9fafb;color:#374151;border-bottom:1px solid #e5e7eb;text-transform:uppercase;letter-spacing:.05em}.bookings-table tbody td{padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;vertical-align:top}.bookings-table tbody tr{transition:background-color .15s ease}.bookings-table tbody tr:hover{background:#f9fafb}.bookings-table tbody tr:last-child td{border-bottom:none}.property-info .property-type{font-weight:600;color:#111827;margin-bottom:.5rem;font-size:.875rem}.property-info .property-details{display:flex;gap:.75rem;flex-wrap:wrap}.property-info .property-details .detail-item{background:#f3f4f6;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;color:#4b5563;font-weight:500;display:flex;align-items:center;gap:.25rem}.service-info .cleaning-type{font-weight:600;color:#3b82f6;margin-bottom:.25rem;font-size:.875rem}.service-info .frequency{color:#4b5563;font-size:.75rem}.location .postcode{background:#3b82f6;color:#fff;padding:.5rem .75rem;border-radius:8px;font-weight:500;font-size:.75rem;display:inline-flex;align-items:center;gap:.25rem}.date-info{font-weight:500;color:#374151;font-size:.875rem}.date-info .time{color:#6b7280;font-size:.75rem;margin-top:.25rem;font-weight:400}.status-cell .status-badge{padding:.5rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem}.status-cell .status-badge.accepted{background:#d1fae5;color:#10b981}.status-cell .status-badge.accepted-by-other{background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}.status-cell .status-badge.pending{background:#fef3c7;color:#f59e0b}.status-cell .status-badge.unknown{background:#f3f4f6;color:#4b5563}.no-action-text{color:#6b7280;font-size:.75rem;font-style:italic}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.accept-btn,.reject-btn,.view-details-btn{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:80px;display:inline-flex;align-items:center;gap:.25rem}.accept-btn:disabled,.reject-btn:disabled,.view-details-btn:disabled{opacity:.6;cursor:not-allowed}.accept-btn{background:#10b981;color:#fff}.accept-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.reject-btn{background:#ef4444;color:#fff}.reject-btn:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}.view-details-btn{background:#3b82f6;color:#fff}.view-details-btn:hover{background:#1e40af;transform:translateY(-1px)}.work-hours-btn{background:#f59e0b;color:#fff}.work-hours-btn:hover{background:#c57f08;transform:translateY(-1px)}.accept-confirm-btn,.confirmation-modal .confirmation-actions .confirm-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.accept-confirm-btn:before,.confirmation-modal .confirmation-actions .confirm-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.accept-confirm-btn:hover,.confirmation-modal .confirmation-actions .confirm-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 8px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.accept-confirm-btn:hover:before,.confirmation-modal .confirmation-actions .confirm-btn:hover:before{left:100%}.accept-confirm-btn:active,.confirmation-modal .confirmation-actions .confirm-btn:active{transform:translateY(0);box-shadow:0 2px 4px -1px #0000001a}.accept-confirm-btn:disabled,.confirmation-modal .confirmation-actions .confirm-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.accept-confirm-btn:disabled:hover,.confirmation-modal .confirmation-actions .confirm-btn:disabled:hover{transform:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.accept-confirm-btn .btn-icon,.confirmation-modal .confirmation-actions .confirm-btn .btn-icon{font-size:1rem;animation:pulse-glow 2s ease-in-out infinite}.accept-confirm-btn .btn-text,.confirmation-modal .confirmation-actions .confirm-btn .btn-text{font-weight:600;letter-spacing:.025em}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.confirmation-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.confirmation-modal .confirmation-content{background:#fff;border-radius:16px;max-width:400px;width:100%;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;animation:modalSlideIn .3s ease-out;text-align:center;border:1px solid #e5e7eb}.confirmation-modal .confirmation-icon{width:64px;height:64px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:1.5rem;animation:bounceIn .6s ease-out}.confirmation-modal .confirmation-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;font-family:Crimson Pro,serif}.confirmation-modal .confirmation-message{color:#4b5563;font-size:.875rem;line-height:1.5;margin-bottom:2rem}.confirmation-modal .confirmation-actions{display:flex;gap:1rem;justify-content:center}.confirmation-modal .confirmation-actions .cancel-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.confirmation-modal .confirmation-actions .cancel-btn:hover{background:#e5e7eb;border-color:#9ca3af}.confirmation-modal .confirmation-actions .confirm-btn{padding:.75rem 1.5rem;font-size:.875rem}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.success-toast{position:fixed;top:2rem;right:2rem;background:#10b981;color:#fff;padding:1rem 1.5rem;border-radius:12px;font-weight:500;z-index:1000;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;align-items:center;gap:.5rem;animation:slideInRight .3s ease-out}.error-toast{position:fixed;top:5.5rem;right:2rem;background:#ef4444;color:#fff;padding:1rem 1.5rem;border-radius:12px;font-weight:500;z-index:1000;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;align-items:center;gap:.5rem;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.booking-details-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.booking-details-modal .modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem 1rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.modal-header .close-btn{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.modal-header .close-btn:hover{background:#f3f4f6;color:#4b5563}.modal-body{padding:2rem}.details-grid{display:grid;gap:1.5rem}.details-grid .detail-group{background:#f9fafb;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb}.details-grid .detail-group h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #3b82f6}.details-grid .detail-group .detail-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.details-grid .detail-group .detail-item:last-child{border-bottom:none}.details-grid .detail-group .detail-item .label{font-weight:500;color:#4b5563;font-size:.875rem}.details-grid .detail-group .detail-item .value{font-weight:600;color:#1f2937;font-size:.875rem;text-align:right}@media (max-width: 768px){.bookings-container{padding:1rem}.bookings-header{flex-direction:column;gap:1rem;align-items:flex-start}.bookings-header .header-content h1{font-size:1.875rem}.bookings-content{padding:1.5rem}.bookings-table{font-size:.75rem}.bookings-table thead th,.bookings-table tbody td{padding:.75rem 1rem}.action-buttons{flex-direction:column;gap:.25rem}.accept-btn,.reject-btn,.view-details-btn{width:100%;justify-content:center}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus,.bookings-table tbody tr:focus{outline:2px solid #3b82f6;outline-offset:2px}.table-wrapper::-webkit-scrollbar{height:6px}.table-wrapper::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.table-wrapper::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#9ca3af}.work-hours-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.work-hours-modal .modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.work-hours-modal .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}.work-hours-modal .modal-content .modal-header h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.work-hours-modal .modal-content .modal-header .close-btn{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .3s ease}.work-hours-modal .modal-content .modal-header .close-btn:hover{color:#4b5563;background:#f3f4f6}.work-hours-modal .modal-content .modal-body{padding:1.5rem}.work-hours-modal .modal-content .modal-body .work-hours-form .form-group{margin-bottom:1.5rem}.work-hours-modal .modal-content .modal-body .work-hours-form .form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.work-hours-modal .modal-content .modal-body .work-hours-form .form-group .work-hours-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.work-hours-modal .modal-content .modal-body .work-hours-form .form-group .work-hours-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.work-hours-modal .modal-content .modal-body .work-hours-form .form-group .work-hours-input:invalid{border-color:#ef4444}.work-hours-modal .modal-content .modal-body .work-hours-form .form-group .form-help{display:block;color:#6b7280;font-size:.75rem;margin-top:.25rem}.work-hours-modal .modal-content .modal-body .work-hours-form .form-actions{display:flex;gap:1rem;justify-content:flex-end}.work-hours-modal .modal-content .modal-body .work-hours-form .form-actions button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.work-hours-modal .modal-content .modal-body .work-hours-form .form-actions button:hover{transform:translateY(-1px)}.work-hours-modal .modal-content .modal-body .work-hours-form .form-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none}.work-hours-modal .modal-content .modal-body .work-hours-form .form-actions .cancel-btn{background:#e5e7eb;color:#374151}.work-hours-modal .modal-content .modal-body .work-hours-form .form-actions .cancel-btn:hover{background:#d1d5db}.work-hours-modal .modal-content .modal-body .work-hours-form .form-actions .submit-btn{background:#f59e0b;color:#fff}.work-hours-modal .modal-content .modal-body .work-hours-form .form-actions .submit-btn:hover:not(:disabled){background:#c57f08}.employee-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#1f2937}.loading-container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:60vh;gap:1.5rem}.loading-container .loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-container .loading-text{font-size:1.1rem;color:#4b5563;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:60vh;gap:1.5rem;text-align:center;padding:2rem}.error-container .error-icon{font-size:4rem;margin-bottom:1rem}.error-container h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.error-container .error-text{color:#4b5563;font-size:1rem;margin:0}.error-container .retry-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;transition:transform .2s ease}.error-container .retry-btn:hover{transform:translateY(-2px)}.error-container .retry-btn:hover{background:#1e40af}.profile-container{max-width:1200px;margin:0 auto;padding:2rem;gap:2rem;display:flex;flex-direction:column}.profile-header-card{position:relative;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s ease}.profile-header-card:hover{transform:translateY(-2px)}.profile-header-card .profile-background{height:120px;background:linear-gradient(135deg,#3b82f6,#1e40af);position:relative}.profile-header-card .profile-background .profile-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#ffffff1a,#ffffff0d)}.profile-header-card .profile-content{padding:0 2rem 2rem;position:relative;display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:2rem}@media (max-width: 768px){.profile-header-card .profile-content{flex-direction:column;align-items:center;text-align:center}}.profile-avatar-container{position:relative;margin-top:-40px}.profile-avatar-container .profile-avatar{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#3b82f6;border:4px solid white}.profile-avatar-container .avatar-status{position:absolute;bottom:4px;right:4px;width:20px;height:20px;border-radius:50%;border:3px solid white}.profile-avatar-container .avatar-status.online{background:#10b981}.profile-header-info{flex:1;margin-top:1rem}.profile-header-info .profile-name{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem;font-family:Poppins,sans-serif}.profile-header-info .profile-title{color:#4b5563;font-size:1.1rem;margin:0 0 1rem;font-weight:500}.profile-header-info .profile-badges{display:flex;gap:.75rem;flex-wrap:wrap}.profile-header-info .profile-badges .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;transition:all .3s ease}.profile-header-info .profile-badges .badge.verified{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.profile-header-info .profile-badges .badge.active{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.2)}.edit-profile-btn{display:flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease;transition:transform .2s ease;margin-top:1rem}.edit-profile-btn:hover{transform:translateY(-2px)}.edit-profile-btn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.edit-profile-btn:active{transform:translateY(0)}.profile-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}@media (max-width: 768px){.profile-details-grid{grid-template-columns:1fr;gap:1rem}}.profile-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s ease;border:1px solid rgba(229,231,235,.8)}.profile-section:hover{transform:translateY(-2px)}.profile-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.profile-section .section-header h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0;font-family:Poppins,sans-serif}.profile-section .section-header .section-icon{color:#3b82f6;font-size:1.5rem;padding:.5rem;background:#3b82f61a;border-radius:8px}.profile-section .section-content{display:flex;flex-direction:column;gap:1.25rem}.info-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f9fafb;border-radius:10px;transition:all .3s ease;border:1px solid transparent}.info-item:hover{background:#3b82f605;border-color:#3b82f61a;transform:translate(4px)}.info-item .info-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3b82f61a;color:#3b82f6;border-radius:8px;flex-shrink:0;transition:all .3s ease}.info-item .info-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.info-item .info-content label{font-size:.875rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.info-item .info-content span{font-size:1rem;font-weight:500;color:#1f2937;line-height:1.5}.info-item:hover .info-icon{background:#3b82f626;transform:scale(1.05)}.transport-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-weight:500;font-size:.875rem}.transport-status.has-car{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.transport-status.no-car{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}@media (max-width: 1024px){.profile-container{padding:1.5rem}.profile-details-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.profile-container{padding:1rem}.profile-header-card .profile-content{padding:0 1.5rem 1.5rem}.profile-header-info .profile-name{font-size:1.75rem}.profile-section{padding:1.25rem}.info-item{padding:.75rem}.info-item .info-icon{width:36px;height:36px}}@media (max-width: 480px){.profile-container{padding:.75rem}.profile-header-card .profile-content{padding:0 1rem 1rem}.profile-header-info .profile-name{font-size:1.5rem}.profile-badges{justify-content:center}.edit-profile-btn{width:100%;justify-content:center}.profile-section{padding:1rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.section-header .section-icon{align-self:flex-end}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.profile-header-card{animation:fadeInUp .6s ease-out}.profile-section{animation:slideInRight .6s ease-out}.profile-section:nth-child(1){animation-delay:.1s}.profile-section:nth-child(2){animation-delay:.2s}.profile-section:nth-child(3){animation-delay:.3s}.profile-section:nth-child(4){animation-delay:.4s}.edit-profile-btn:focus,.retry-btn:focus{outline:2px solid #3b82f6;outline-offset:2px}.info-item:focus-within{background:#3b82f60d;border-color:#3b82f633}@media print{.employee-page{background:#fff!important}.edit-profile-btn,.retry-btn{display:none}.profile-header-card,.profile-section{box-shadow:none;border:1px solid #d1d5db}.profile-details-grid{grid-template-columns:1fr 1fr}}@media (prefers-contrast: high){.profile-header-card,.profile-section{border:2px solid #1f2937}.info-item{border:1px solid #9ca3af}.badge{border-width:2px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.loading-spinner{animation:none;border:4px solid #3b82f6}}
