@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&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@400;500;600;700;800&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1)}.header--scrolled{background:#fffffffa;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid rgba(0,0,0,.08)}.header__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:72px}.header__logo{display:flex;align-items:center;cursor:pointer;transition:transform .2s ease}.header__logo:hover{transform:scale(1.02)}.header__logo-icon{width:55px;height:55px;margin-right:.75rem;display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#1e40af);overflow:hidden;flex-shrink:0}.header__logo-icon img{width:100%;height:100%;object-fit:cover;border-radius:8px}.header__logo-text{display:flex;flex-direction:column;gap:.125rem}.header__logo-main{font-size:1.25rem;font-weight:700;color:#111827;line-height:1;font-family:Inter,sans-serif}.header__logo-sub{font-size:.75rem;font-weight:500;color:#6b7280;line-height:1;font-family:Inter,sans-serif}.header__nav{display:none}@media (min-width: 1024px){.header__nav{display:block}}.header__nav-list{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.header__nav-item{margin:0}.header__nav-link{background:none;border:none;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;padding:.625rem 1rem;border-radius:8px;transition:all .2s ease;font-family:Inter,sans-serif;position:relative;text-decoration:none;display:inline-flex;align-items:center;gap:.375rem}.header__nav-link:after{content:"";position:absolute;bottom:-1px;left:50%;width:0;height:2px;background:#3b82f6;border-radius:1px;transition:all .3s ease;transform:translate(-50%)}.header__nav-link:hover{color:#3b82f6;background:#3b82f60d;transform:translateY(-1px)}.header__nav-link:hover:after{width:100%}.header__nav-link:active{transform:translateY(0);background:#3b82f61a}.header__nav-link:focus{outline:none;box-shadow:0 0 0 2px #3b82f633}.header__actions{display:flex;align-items:center;gap:1rem}.header__auth{display:none;gap:.75rem}@media (min-width: 768px){.header__auth{display:flex}}.header__auth-button{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-family:Inter,sans-serif}.header__auth-button--secondary{background:transparent;color:#374151;border:1px solid #d1d5db}.header__auth-button--secondary:hover{background:#f9fafb;border-color:#9ca3af}.header__auth-button--primary{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.header__auth-button--primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.header__user{position:relative}.header__user-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s ease}.header__user-button:hover{background:#f3f4f6}.header__user-avatar{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:600;overflow:hidden}.header__user-avatar-img{width:100%;height:100%;object-fit:cover}.header__user-initial{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#fff}.header__user-name{font-size:.875rem;font-weight:500;color:#374151;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Inter,sans-serif}.header__user-chevron{font-size:.875rem;color:#6b7280;transition:transform .2s ease}.header__user-chevron--open{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;border:1px solid #e5e7eb;min-width:220px;overflow:hidden}.header__dropdown-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb}.header__dropdown-avatar{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:600;overflow:hidden}.header__dropdown-avatar-img{width:100%;height:100%;object-fit:cover}.header__dropdown-initial{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#fff}.header__dropdown-info{flex:1;min-width:0}.header__dropdown-name{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Inter,sans-serif}.header__dropdown-role{font-size:.75rem;font-weight:500;margin:0;font-family:Inter,sans-serif}.header__dropdown-divider{height:1px;background:#e5e7eb;margin:0}.header__dropdown-menu{padding:.5rem 0}.header__dropdown-item{width:100%;padding:.75rem 1rem;background:none;border:none;color:#374151;font-size:.875rem;cursor:pointer;transition:background .2s ease;font-family:Inter,sans-serif;text-align:left}.header__dropdown-item:hover{background:#f9fafb}.header__dropdown-item--logout{color:#dc2626}.header__dropdown-item--logout:hover{background:#fef2f2}.header__mobile-menu{display:block;background:none;border:none;color:#374151;font-size:1.5rem;cursor:pointer;padding:.5rem}@media (min-width: 1024px){.header__mobile-menu{display:none}}.header__mobile-menu-content{background:#fff;border-top:1px solid #e5e7eb;overflow:hidden}.header__mobile-nav{padding:1rem}.header__mobile-nav-item{width:100%;padding:.75rem 0;background:none;border:none;color:#374151;font-size:1rem;text-align:left;cursor:pointer;border-bottom:1px solid #f3f4f6;font-family:Inter,sans-serif}.header__mobile-nav-item:last-child{border-bottom:none}.header__mobile-nav-item:hover{color:#3b82f6}.header__mobile-auth{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.header__mobile-auth-button{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid #d1d5db;background:#fff;color:#374151;font-family:Inter,sans-serif}.header__mobile-auth-button:hover{background:#f9fafb;border-color:#9ca3af}.header__mobile-auth-button--primary{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border-color:#3b82f6}.header__mobile-auth-button--primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}@media (max-width: 1024px){.header__nav{display:none}}@media (max-width: 768px){.header__container{padding:0 1rem}.header__logo-main{font-size:1.125rem}.header__logo-sub{font-size:.6875rem}.header__actions{gap:.5rem}.header__user-name{display:none}}@media (max-width: 480px){.header__container{height:64px}.header__logo-icon{width:36px;height:36px;margin-right:.5rem}.header__logo-icon img{width:100%;height:100%;object-fit:cover;border-radius:6px}.header__logo-main{font-size:1rem}}.logout-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:99999;padding:20px}.logout-modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .2s ease-out}.logout-modal h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1f2937}.logout-modal p{margin:0 0 24px;color:#6b7280;font-size:14px;line-height:1.5}.logout-modal-buttons{display:flex;gap:12px;justify-content:flex-end}.logout-modal-btn{padding:8px 16px;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;min-width:80px}.logout-modal-btn:hover{background:#f9fafb}.logout-modal-btn.logout-modal-btn-confirm{background:#dc2626;color:#fff;border-color:#dc2626}.logout-modal-btn.logout-modal-btn-confirm:hover{background:#b91c1c}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.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}}.booking-form{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#3b82f6,#1e40af);position:relative;overflow:hidden}.booking-form:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.2) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(96,165,250,.2) 0%,transparent 50%);pointer-events:none}.booking-form__hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1}.booking-form__hero-content{max-width:800px;text-align:center;animation:fadeInUp .8s ease-out}.booking-form__hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.1;letter-spacing:-.02em;font-family:Inter,sans-serif}.booking-form__hero-highlight{background:linear-gradient(120deg,#fff,#b5d0fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.booking-form__hero-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);color:#ffffffe6;margin-bottom:3rem;font-weight:500;font-family:Inter,sans-serif}.booking-form__search{margin-bottom:2.5rem}.booking-form__search-wrapper{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:8px;display:flex;align-items:center;gap:12px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3;transition:all .3s ease}.booking-form__search-wrapper:hover{box-shadow:0 30px 60px #00000026,0 0 0 1px #ffffff4d;transform:translateY(-2px)}.booking-form__search-icon{font-size:1.25rem;margin-left:1rem;color:#6b7280}.booking-form__search-input{flex:1;border:none;outline:none;font-size:1rem;padding:1rem .5rem;background:transparent;color:#1f2937;font-weight:500;font-family:Inter,sans-serif}.booking-form__search-input::placeholder{color:#9ca3af}.booking-form__search-button{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d;font-family:Inter,sans-serif}.booking-form__search-button:hover{transform:translate(4px);box-shadow:0 6px 20px #3b82f666}.booking-form__search-button:active{transform:scale(.98)}.booking-form__search-arrow{transition:transform .3s ease}.booking-form__search-button:hover .booking-form__search-arrow{transform:translate(4px)}.booking-form__features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.booking-form__feature{display:flex;align-items:center;gap:.5rem;color:#fffffff2;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif}.booking-form__feature-icon{width:20px;height:20px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.booking-form__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease;overflow-y:auto}.booking-form__modal{background:#fff;border-radius:20px;box-shadow:0 50px 100px #0003,0 0 0 1px #ffffff1a;max-width:600px;width:100%;position:relative;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);max-height:90vh;overflow-y:auto;padding:2rem}.booking-form__modal::-webkit-scrollbar{width:6px}.booking-form__modal::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}.booking-form__modal::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.booking-form__modal::-webkit-scrollbar-thumb:hover{background:#9ca3af}.booking-form__close{position:absolute;top:1rem;right:1rem;background:#f9fafb;border:none;width:36px;height:36px;border-radius:50%;font-size:1.25rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.booking-form__close:hover{background:#f3f4f6;color:#1f2937;transform:rotate(90deg)}.booking-form__progress{margin-bottom:2rem}.booking-form__progress-bar{height:6px;background:#e5e7eb;border-radius:100px;overflow:hidden;margin-bottom:.75rem}.booking-form__progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1e40af);border-radius:100px;transition:width .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 10px #3b82f64d}.booking-form__progress-text{text-align:center;font-size:.875rem;font-weight:500;color:#6b7280;letter-spacing:.05em;text-transform:uppercase;font-family:Inter,sans-serif}.booking-form__step{animation:fadeInContent .4s ease}.booking-form__step-header{text-align:center;margin-bottom:2rem}.booking-form__step-icon{font-size:2.5rem;display:block;margin-bottom:1rem;color:#3b82f6;animation:bounce 1s ease infinite}.booking-form__step-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;letter-spacing:-.01em;font-family:Inter,sans-serif}.booking-form__step-subtitle{font-size:1rem;color:#6b7280;font-weight:500;font-family:Inter,sans-serif}.booking-form__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:2rem}.booking-form__option{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1rem .75rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;position:relative;overflow:hidden}.booking-form__option:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f626;border-color:#3b82f6}.booking-form__option--selected{background:linear-gradient(135deg,#3b82f6,#1e40af);border-color:#3b82f6;color:#fff;transform:scale(1.02);box-shadow:0 8px 24px #3b82f64d}.booking-form__option--selected .booking-form__option-label{color:#fff;position:relative;z-index:1}.booking-form__option--selected .booking-form__option-check{opacity:1}.booking-form__option-label{font-weight:600;color:#1f2937;font-size:.875rem;position:relative;z-index:1;font-family:Inter,sans-serif}.booking-form__option-check{position:absolute;top:.5rem;right:.5rem;background:#fff;color:#3b82f6;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.75rem;opacity:0;transition:opacity .3s ease;z-index:1}.booking-form__input-group{margin-bottom:1.5rem}.booking-form__label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;font-size:.875rem;font-family:Inter,sans-serif}.booking-form__label-icon{font-size:1rem;color:#3b82f6}.booking-form__input{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1f2937;font-weight:500;transition:all .3s ease;background:#f9fafb;font-family:Inter,sans-serif}.booking-form__input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.booking-form__input::placeholder{color:#9ca3af}.booking-form__input--large{font-size:1.1rem;padding:1.25rem 1.5rem}.booking-form__input--other{margin-top:1rem;border-color:#3b82f6;background:#fff}.booking-form__input--datetime{cursor:pointer;font-size:1rem}.booking-form__dual-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 640px){.booking-form__dual-inputs{grid-template-columns:1fr}}.booking-form__helper{display:block;margin-top:.5rem;font-size:.875rem;color:#6b7280;line-height:1.4;font-family:Inter,sans-serif}.booking-form__error{display:block;margin-top:.5rem;font-size:.875rem;color:#f56565;font-weight:600;font-family:Inter,sans-serif}.booking-form__error{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;color:#dc2626;font-size:.875rem;line-height:1.25rem}.booking-form__error-icon{font-size:1.125rem;flex-shrink:0}.booking-form__error-message{flex:1}.booking-form__actions{display:flex;gap:1rem;margin-top:2rem}.booking-form__button{flex:1;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;font-family:Inter,sans-serif}.booking-form__button--back{background:#f9fafb;color:#1f2937;border:2px solid #e5e7eb}.booking-form__button--back:hover{background:#f3f4f6;transform:translate(-4px)}.booking-form__button--continue{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;box-shadow:0 4px 15px #3b82f64d}.booking-form__button--continue:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.booking-form__button--continue:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none;opacity:.6}.booking-form__button--primary{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;box-shadow:0 4px 15px #3b82f64d}.booking-form__button--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.booking-form__button--secondary{background:#f9fafb;color:#1f2937;border:2px solid #e5e7eb}.booking-form__button--secondary:hover{background:#f3f4f6}.booking-form__button-arrow{transition:transform .3s ease}.booking-form__button--continue:hover:not(:disabled) .booking-form__button-arrow{transform:translate(4px)}.booking-form__success{text-align:center;padding:2rem 0;animation:fadeInScale .6s cubic-bezier(.34,1.56,.64,1)}.booking-form__success-animation{margin-bottom:2rem}.booking-form__checkmark{width:80px;height:80px;margin:0 auto;display:block}.booking-form__checkmark-circle{stroke:#48bb78;stroke-width:3;stroke-dasharray:166;stroke-dashoffset:166;animation:strokeCircle .6s ease-out forwards}.booking-form__checkmark-check{stroke:#48bb78;stroke-width:3;stroke-dasharray:48;stroke-dashoffset:48;animation:strokeCheck .3s .6s ease-out forwards}.booking-form__success-title{font-size:1.75rem;font-weight:800;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#48bb78,#38a169);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Inter,sans-serif}.booking-form__success-message{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif}.booking-form__success-actions{display:flex;flex-direction:column;gap:1rem;max-width:300px;margin:0 auto}.booking-form__datetime input[type=datetime-local]{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1f2937;background:#f9fafb;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif}.booking-form__datetime input[type=datetime-local]:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.booking-form__datetime input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;filter:opacity(.6);transition:filter .2s ease}.booking-form__datetime input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{filter:opacity(1)}@keyframes slideUp{0%{opacity:0;transform:translateY(100px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeInContent{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes strokeCircle{to{stroke-dashoffset:0}}@keyframes strokeCheck{to{stroke-dashoffset:0}}@media (max-width: 768px){.booking-form__modal{padding:1.5rem;border-radius:16px}.booking-form__hero-title{font-size:2rem}.booking-form__hero-subtitle{font-size:1rem}.booking-form__search-wrapper{flex-direction:column;border-radius:16px;padding:12px}.booking-form__search-input{text-align:center}.booking-form__search-button{width:100%;justify-content:center}.booking-form__features{gap:1rem}.booking-form__feature{font-size:.75rem}.booking-form__options{grid-template-columns:1fr 1fr;gap:.5rem}.booking-form__option{padding:.75rem .5rem}.booking-form__option-label{font-size:.75rem}.booking-form__step-title{font-size:1.25rem}.booking-form__step-subtitle{font-size:.875rem}.booking-form__actions{flex-direction:column}.booking-form__button{width:100%}}@media (max-width: 480px){.booking-form__modal{padding:1rem}.booking-form__options{grid-template-columns:1fr}}.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;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#1e40af);padding:2rem;font-family:Inter,sans-serif;position:relative;overflow:hidden}.login:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.2) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(96,165,250,.2) 0%,transparent 50%);pointer-events:none}.login__card{background:#fff;border-radius:20px;box-shadow:0 50px 100px #0003,0 0 0 1px #ffffff1a;padding:3rem;width:100%;max-width:420px;position:relative;z-index:1;animation:slideUp .6s cubic-bezier(.34,1.56,.64,1)}@media (max-width: 480px){.login__card{padding:2rem;border-radius:16px}}.login__header{text-align:center;margin-bottom:2rem}.login__logo{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin:0 auto 1.5rem;animation:bounce 1s ease infinite;overflow:hidden}.login__logo-img{width:100%;height:100%;object-fit:cover;border-radius:16px}.login__title{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem;letter-spacing:-.01em}.login__subtitle{font-size:1rem;color:#6b7280;margin:0;font-weight:500}.login__form{margin-bottom:2rem}.login__form-group{margin-bottom:1.5rem}.login__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.login__input-group{position:relative;display:flex;align-items:center}.login__icon{position:absolute;left:1rem;font-size:1.125rem;color:#9ca3af;z-index:1}.login__input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1f2937;background:#f9fafb;transition:all .3s ease;font-family:Inter,sans-serif}.login__input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.login__input::placeholder{color:#9ca3af}.login__input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.login__password-toggle{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;z-index:1}.login__password-toggle:hover{color:#4b5563;background:#f3f4f6}.login__password-toggle:disabled{cursor:not-allowed;opacity:.5}.login__submit-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;box-shadow:0 4px 15px #3b82f64d}.login__submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.login__submit-btn:active:not(:disabled){transform:translateY(0)}.login__submit-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none;opacity:.6}.login__divider{position:relative;text-align:center;margin:2rem 0;color:#9ca3af;font-size:.875rem;font-weight:500}.login__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.login__divider span{background:#fff;padding:0 1rem;position:relative;z-index:1}.login__google{margin-bottom:2rem;display:flex;justify-content:center}.login__google :global(.google-login-button){width:100%;height:48px;border-radius:12px;font-family:Inter,sans-serif;font-weight:500;transition:all .3s ease}.login__google :global(.google-login-button):hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.login__divider{display:flex;align-items:center;margin:1.5rem 0}.login__divider:before,.login__divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.login__divider span{padding:0 1rem;color:#6b7280;font-size:.875rem;font-weight:500;background:#fff}.login__google{margin-bottom:1.5rem}.login__google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.login__google-btn:hover:not(:disabled){border-color:#d1d5db;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.login__google-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0000000d}.login__google-btn:disabled{opacity:.6;cursor:not-allowed}.login__google-icon{font-size:1.25rem}.login__footer{text-align:center;color:#6b7280;font-size:.875rem}.login__footer p{margin:0}.login__link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.login__link:hover{color:#1e40af;text-decoration:underline}.login__error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:12px;font-size:.875rem;font-weight:500;margin-top:1rem;display:flex;align-items:flex-start;gap:.75rem;box-shadow:0 4px 6px #dc26261a;animation:slideDown .3s ease}.login__error--user_not_found{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;color:#d97706;box-shadow:0 4px 6px #d977061a}.login__error--account_blocked{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#ef4444;color:#dc2626;box-shadow:0 4px 6px #dc26261a}.login__error--otp_pending{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;color:#1d4ed8;box-shadow:0 4px 6px #1d4ed81a}.login__error--network_error{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-color:#6b7280;color:#374151;box-shadow:0 4px 6px #6b72801a}.login__error-icon{font-size:1.25rem;margin-top:.125rem;flex-shrink:0}.login__error-content{flex:1}.login__error-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem}.login__error-message{font-size:.8rem;line-height:1.4;margin:0}.login__success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;color:#16a34a;padding:1rem;border-radius:12px;font-size:.875rem;font-weight:500;margin-top:1rem;display:flex;align-items:flex-start;gap:.75rem;box-shadow:0 4px 6px #16a34a1a;animation:slideDown .3s ease}.login__success-icon{font-size:1.25rem;margin-top:.125rem;flex-shrink:0;color:#16a34a;font-weight:700}.login__success-content{flex:1}.login__success-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem;color:#16a34a}.login__success-message{font-size:.8rem;line-height:1.4;margin:0;color:#15803d}.login__forgot-password{text-align:center;margin-top:1rem}.login__forgot-link{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:underline;transition:color .2s ease;font-family:Inter,sans-serif}.login__forgot-link:hover{color:#1e40af}.login__forgot-link:disabled{cursor:not-allowed;opacity:.5}.login__forgot-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease}.login__forgot-modal-content{background:#fff;border-radius:16px;box-shadow:0 50px 100px #0003,0 0 0 1px #ffffff1a;width:100%;max-width:400px;position:relative;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);padding:2rem}@media (max-width: 480px){.login__forgot-modal-content{padding:1.5rem;border-radius:12px}}.login__forgot-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.login__forgot-modal-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0;font-family:Inter,sans-serif}.login__forgot-modal-close{background:#f9fafb;border:none;width:32px;height:32px;border-radius:50%;font-size:1rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.login__forgot-modal-close:hover{background:#f3f4f6;color:#1f2937}.login__forgot-modal-description{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5;font-family:Inter,sans-serif}.login__forgot-form{margin-bottom:1.5rem}.login__forgot-modal-actions{display:flex;gap:.75rem}.login__forgot-modal-cancel{flex:1;padding:.75rem 1rem;background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.login__forgot-modal-cancel:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.login__forgot-modal-cancel:disabled{cursor:not-allowed;opacity:.5}.login__forgot-modal-submit{flex:1;padding:.75rem 1rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.login__forgot-modal-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.login__forgot-modal-submit:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none;opacity:.6}.login__error-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1001;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease}.login__error-modal-content{background:#fff;border-radius:16px;box-shadow:0 50px 100px #0003,0 0 0 1px #ffffff1a;width:100%;max-width:450px;position:relative;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@media (max-width: 480px){.login__error-modal-content{max-width:100%;border-radius:12px}}.login__error-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9}.login__error-modal-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-right:1rem;flex-shrink:0}.login__error-modal[data-error-type=user_not_found] .login__error-modal-icon{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.login__error-modal[data-error-type=account_blocked] .login__error-modal-icon{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626}.login__error-modal[data-error-type=otp_pending] .login__error-modal-icon{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8}.login__error-modal[data-error-type=invalid_otp] .login__error-modal-icon,.login__error-modal[data-error-type=otp_expired] .login__error-modal-icon,.login__error-modal[data-error-type=no_reset_request] .login__error-modal-icon{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280}.login__error-modal-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0;font-family:Inter,sans-serif;flex:1}.login__error-modal-close{background:#f9fafb;border:none;width:32px;height:32px;border-radius:50%;font-size:1rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.login__error-modal-close:hover{background:#f3f4f6;color:#1f2937}.login__error-modal-body{padding:1.5rem}.login__error-modal-message{font-size:.875rem;color:#4b5563;margin:0 0 1.5rem;line-height:1.5;font-family:Inter,sans-serif}.login__error-modal-actions{display:flex;gap:.75rem;flex-wrap:wrap}.login__error-modal-button{flex:1;min-width:120px;padding:.75rem 1rem;background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.login__error-modal-button:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.login__error-modal-button:disabled{cursor:not-allowed;opacity:.5}.login__error-modal-button--primary{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border-color:#3b82f6}.login__error-modal-button--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}@media (max-width: 768px){.login{padding:1rem}.login__card{padding:2rem}.login__title{font-size:1.5rem}.login__subtitle{font-size:.875rem}}@media (max-width: 480px){.login__card{padding:1.5rem}.login__logo{width:50px;height:50px;font-size:1.25rem}.login__logo-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.login__title{font-size:1.25rem}.login__input{padding:.875rem .875rem .875rem 2.75rem;font-size:.875rem}.login__submit-btn{padding:.875rem 1.25rem;font-size:.875rem}}.signup{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#1e40af);padding:2rem;font-family:Inter,sans-serif;position:relative;overflow:hidden}.signup:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.2) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(96,165,250,.2) 0%,transparent 50%);pointer-events:none}.signup__card{background:#fff;border-radius:20px;box-shadow:0 50px 100px #0003,0 0 0 1px #ffffff1a;padding:3rem;width:100%;max-width:480px;position:relative;z-index:1;animation:slideUp .6s cubic-bezier(.34,1.56,.64,1)}@media (max-width: 480px){.signup__card{padding:2rem;border-radius:16px}}.signup__header{text-align:center;margin-bottom:2rem}.signup__logo{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin:0 auto 1.5rem;animation:bounce 1s ease infinite;overflow:hidden}.signup__logo-img{width:100%;height:100%;object-fit:cover;border-radius:16px}.signup__title{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem;letter-spacing:-.01em}.signup__subtitle{font-size:1rem;color:#6b7280;margin:0;font-weight:500}.signup__form{margin-bottom:2rem}.signup__form-group{margin-bottom:1.5rem}.signup__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.signup__input-group{position:relative;display:flex;align-items:center}.signup__icon{position:absolute;left:1rem;font-size:1.125rem;color:#9ca3af;z-index:1}.signup__input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1f2937;background:#f9fafb;transition:all .3s ease;font-family:Inter,sans-serif}.signup__input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.signup__input::placeholder{color:#9ca3af}.signup__input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.signup__otp-btn,.signup__verify-btn{position:absolute;right:.5rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;z-index:1}.signup__otp-btn:hover:not(:disabled),.signup__verify-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.signup__otp-btn:disabled,.signup__verify-btn:disabled{background:#d1d5db;cursor:not-allowed;opacity:.6}.signup__password-toggle{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;z-index:1}.signup__password-toggle:hover{color:#4b5563;background:#f3f4f6}.signup__password-toggle:disabled{cursor:not-allowed;opacity:.5}.signup__edit-email{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;margin-top:.5rem;transition:color .2s ease}.signup__edit-email:hover{color:#1e40af;text-decoration:underline}.signup__edit-email:disabled{cursor:not-allowed;opacity:.5}.signup__submit-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;box-shadow:0 4px 15px #3b82f64d}.signup__submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.signup__submit-btn:active:not(:disabled){transform:translateY(0)}.signup__submit-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none;opacity:.6}.signup__divider{position:relative;text-align:center;margin:2rem 0;color:#9ca3af;font-size:.875rem;font-weight:500}.signup__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.signup__divider span{background:#fff;padding:0 1rem;position:relative;z-index:1}.signup__google{margin-bottom:2rem;display:flex;justify-content:center}.signup__google :global(.google-login-button){width:100%;height:48px;border-radius:12px;font-family:Inter,sans-serif;font-weight:500;transition:all .3s ease}.signup__google :global(.google-login-button):hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.signup__footer{text-align:center;color:#6b7280;font-size:.875rem}.signup__footer p{margin:0}.signup__link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.signup__link:hover{color:#1e40af;text-decoration:underline}.signup__error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;margin-top:1rem;text-align:center}.signup__success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;margin-top:1rem;text-align:center}.signup__form-actions{display:flex;gap:1rem;margin-top:1.5rem}.signup__back-btn{flex:1;padding:.875rem 1.5rem;background:#fff;color:#374151;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.signup__back-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.signup__back-btn:active:not(:disabled){transform:translateY(0)}.signup__back-btn:disabled{opacity:.6;cursor:not-allowed}.signup__otp-info{color:#4b5563;font-size:.875rem;margin-bottom:1rem;text-align:center;line-height:1.5}.signup__otp-info strong{color:#111827;font-weight:600}.signup__otp-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}.signup__resend-btn{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.signup__resend-btn:hover:not(:disabled){background:#1e40af;transform:translateY(-1px)}.signup__resend-btn:active:not(:disabled){transform:translateY(0)}.signup__resend-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width: 768px){.signup{padding:1rem}.signup__card{padding:2rem}.signup__title{font-size:1.5rem}.signup__subtitle{font-size:.875rem}}@media (max-width: 480px){.signup__card{padding:1.5rem}.signup__logo{width:50px;height:50px;font-size:1.25rem}.signup__logo-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.signup__title{font-size:1.25rem}.signup__input{padding:.875rem .875rem .875rem 2.75rem;font-size:.875rem}.signup__submit-btn{padding:.875rem 1.25rem;font-size:.875rem}.signup__otp-btn,.signup__verify-btn{padding:.375rem .75rem;font-size:.75rem}}.profile{min-height:100vh;background:linear-gradient(135deg,#f9fafb,#dbeafe);font-family:Inter,sans-serif}.profile__container{max-width:900px;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__header-actions{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.profile__header-actions{flex-direction:column;width:100%}}.profile__logout-trigger{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease-out;box-shadow:0 1px 2px #0000000d}.profile__logout-trigger:hover{background:#eb1515;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.profile__logout-trigger:active{transform:translateY(0)}@media (max-width: 768px){.profile__logout-trigger{width:100%;justify-content:center}}.profile__tabs{display:flex;background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;margin-bottom:2rem;overflow:hidden}@media (max-width: 768px){.profile__tabs{flex-direction:column}}.profile__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#fff;color:#4b5563;border:none;font-weight:600;cursor:pointer;transition:all .2s ease-out;border-right:1px solid #e5e7eb}.profile__tab:last-child{border-right:none}.profile__tab:hover{background:#f9fafb;color:#1f2937}.profile__tab--active{background:#3b82f6;color:#fff;box-shadow:inset 0 -2px #1e40af}.profile__tab--active:hover{background:#1e40af}@media (max-width: 768px){.profile__tab{border-right:none;border-bottom:1px solid #e5e7eb}.profile__tab:last-child{border-bottom:none}}.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;width:100%}.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__input-wrapper{position:relative;display:flex;align-items:center}.profile__input-toggle{position:absolute;right:.75rem;background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;transition:all .2s ease-out}.profile__input-toggle:hover{color:#374151}.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}.profile__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}.profile__stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;transition:all .2s ease-out}.profile__stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.profile__stat-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.profile__stat-content{flex:1}.profile__stat-value{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.25rem}.profile__stat-label{font-size:.875rem;color:#4b5563;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.profile__logout-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.profile__logout-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:fadeIn .3s ease-out}.profile__logout-modal-content{position:relative;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #e5e7eb;max-width:400px;width:100%;animation:slideUp .3s ease-out;overflow:hidden}.profile__logout-modal-header{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb;position:relative}.profile__logout-modal-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#eb1515);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.profile__logout-modal-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0;flex:1}.profile__logout-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#f3f4f6;border:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease-out}.profile__logout-modal-close:hover{background:#e5e7eb;color:#374151}.profile__logout-modal-body{padding:1.5rem}.profile__logout-modal-message{color:#4b5563;font-size:1rem;line-height:1.5;margin:0;text-align:center}.profile__logout-modal-actions{display:flex;gap:1rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.profile__logout-modal-btn{flex:1;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}.profile__logout-modal-btn--cancel{background:#fff;color:#374151;border-color:#d1d5db}.profile__logout-modal-btn--cancel:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.profile__logout-modal-btn--cancel:active{transform:translateY(0)}.profile__logout-modal-btn--confirm{background:#ef4444;color:#fff;box-shadow:0 1px 2px #0000000d}.profile__logout-modal-btn--confirm:hover{background:#eb1515;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.profile__logout-modal-btn--confirm:active{transform:translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.profile__logout-modal{padding:.5rem}.profile__logout-modal-content{max-width:none}.profile__logout-modal-actions{flex-direction:column}.profile__logout-modal-btn{width:100%}}.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,#fafafa,#eff6ff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blog__hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.blog__hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f6,#2563eb);z-index:1}.blog__hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:2}.blog__hero-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:1200px;margin:0 auto;padding:0 1.5rem}.blog__hero-text{margin-bottom:3rem}.blog__hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.blog__hero-title{font-size:2.25rem}}@media (max-width: 640px){.blog__hero-title{font-size:1.875rem}}.blog__hero-subtitle{font-size:1.25rem;line-height:1.6;opacity:.9;max-width:800px;margin:0 auto}@media (max-width: 768px){.blog__hero-subtitle{font-size:1.125rem}}.blog__hero-stats{display:flex;justify-content:center;gap:3rem}@media (max-width: 768px){.blog__hero-stats{gap:2rem}}@media (max-width: 640px){.blog__hero-stats{flex-direction:column;gap:1.5rem}}.blog__hero-stat{text-align:center}.blog__hero-stat-number{display:block;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}@media (max-width: 768px){.blog__hero-stat-number{font-size:1.5rem}}.blog__hero-stat-label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.blog__controls{background:#fff;border-bottom:1px solid #e5e5e5;padding:1.5rem 0;margin-bottom:2rem}.blog__controls .blog__container{display:flex;justify-content:center}.blog__view-controls{display:flex;gap:.5rem;background:#f5f5f5;border-radius:1rem;padding:.5rem;box-shadow:0 1px 2px #0000000d}.blog__view-btn{padding:1rem 1.5rem;border:none;background:transparent;border-radius:.75rem;color:#525252;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.875rem}.blog__view-btn:hover{background:#fff;color:#3b82f6;transform:translateY(-1px)}.blog__view-btn--active{background:#fff;color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}@media (max-width: 640px){.blog__view-btn span{display:none}}.blog__main{padding:4rem 0}@media (max-width: 768px){.blog__main{padding:3rem 0}}@media (max-width: 640px){.blog__main{padding:2rem 0}}.blog__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}@media (max-width: 1024px){.blog__container{max-width:1200px}}@media (max-width: 768px){.blog__container{max-width:100%;padding:0 1rem}}@media (max-width: 640px){.blog__container{padding:0 .75rem}}.blog__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem;color:#525252}.blog__loading .blog__spinner{width:40px;height:40px;border:3px solid #e5e5e5;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.blog__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem;text-align:center}.blog__empty-icon{width:80px;height:80px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#a3a3a3;font-size:1.875rem}.blog__empty h3{color:#171717;margin-bottom:.5rem;font-size:1.25rem}.blog__empty p{color:#525252;font-size:1.125rem}.blog__posts{display:grid;gap:2rem}.blog__posts--grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}@media (min-width: 1024px){.blog__posts--grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width: 768px){.blog__posts--grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 640px){.blog__posts--grid{grid-template-columns:1fr}}.blog__posts--list{grid-template-columns:1fr;gap:1.5rem}.blog__posts--list .blog__card{flex-direction:row;height:auto;min-height:200px}@media (max-width: 768px){.blog__posts--list .blog__card{flex-direction:column;min-height:auto}}.blog__posts--list .blog__card .blog__card-image{width:300px;height:200px;flex-shrink:0}@media (max-width: 768px){.blog__posts--list .blog__card .blog__card-image{width:100%;height:180px}}@media (max-width: 640px){.blog__posts--list .blog__card .blog__card-image{height:160px}}.blog__posts--list .blog__card .blog__card-content{flex:1;display:flex;flex-direction:column}.blog__card{background:#fff;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e5e5;display:flex;flex-direction:column;height:100%}.blog__card:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px #00000040;border-color:#dbeafe}.blog__card-image{position:relative;height:200px;overflow:hidden;background:#f5f5f5;flex-shrink:0}@media (max-width: 768px){.blog__card-image{height:180px}}@media (max-width: 640px){.blog__card-image{height:160px}}.blog__card-img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog__card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a3a3a3;font-size:1.875rem;background:#fafafa}.blog__card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog__card:hover .blog__card-overlay{opacity:1}.blog__card-read-btn{background:#fff;color:#3b82f6;border:none;padding:.75rem 1.5rem;border-radius:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog__card-read-btn:hover{background:#3b82f6;color:#fff}.blog__card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}@media (max-width: 768px){.blog__card-content{padding:1.25rem}}@media (max-width: 640px){.blog__card-content{padding:1rem}}.blog__card-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#737373}.blog__card-date,.blog__card-reading-time{display:flex;align-items:center;gap:.5rem}.blog__card-title{font-size:1.25rem;font-weight:700;color:#171717;margin-bottom:1rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog__card-excerpt{color:#525252;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog__card-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1rem}@media (max-width: 640px){.blog__card-actions{flex-direction:column;align-items:stretch;gap:.75rem}}.blog__card-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem}.blog__card-btn:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.blog__card-social{display:flex;gap:.75rem;flex-wrap:wrap}.blog__card-social-link{padding:.75rem;border-radius:.75rem;color:#737373;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;background:#fafafa;border:1px solid #e5e5e5;min-width:40px;height:40px}.blog__card-social-link:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.blog__card-social-link[href*=facebook]:hover{background:#1877f2;border-color:#1877f2}.blog__card-social-link[href*=instagram]:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent}.blog__card-social-link[href*=twitter]:hover{background:#1da1f2;border-color:#1da1f2}.blog__card-social-link[href*=youtube]:hover{background:red;border-color:red}.blog__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:4rem;flex-wrap:wrap}@media (max-width: 768px){.blog__pagination{gap:.75rem;margin-top:3rem}}@media (max-width: 640px){.blog__pagination{flex-direction:column;gap:.75rem}}.blog__pagination-btn{padding:.75rem 1.5rem;border:2px solid #e5e5e5;background:#fff;border-radius:.75rem;color:#404040;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;font-weight:500;white-space:nowrap}.blog__pagination-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.blog__pagination-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.blog__pagination-btn{width:100%;justify-content:center}}.blog__pagination-numbers{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}@media (max-width: 640px){.blog__pagination-numbers{order:-1}}.blog__pagination-number{width:40px;height:40px;border:2px solid #e5e5e5;background:#fff;border-radius:.5rem;color:#404040;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;font-weight:500;min-width:40px}.blog__pagination-number:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.blog__pagination-number--active{background:#3b82f6;border-color:#3b82f6;color:#fff}@media (max-width: 640px){.blog__pagination-number{width:36px;height:36px;min-width:36px}}.blog__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.blog__modal{background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;max-width:800px;width:100%;max-height:90vh;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.blog__modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid #e5e5e5;background:#fafafa}.blog__modal-header-title{margin:0;color:#171717;font-size:1.5rem;font-weight:700}.blog__modal-close{width:40px;height:40px;border:none;background:#e5e5e5;border-radius:50%;color:#525252;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.blog__modal-close:hover{background:#ef4444;color:#fff}.blog__modal-content{padding:2rem;max-height:70vh;overflow-y:auto}.blog__modal-image{margin-bottom:2rem}.blog__modal-image-img{width:100%;max-height:400px;object-fit:cover;border-radius:1rem;border:1px solid #e5e5e5}.blog__modal-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;font-size:.875rem;color:#737373}@media (max-width: 640px){.blog__modal-meta{flex-direction:column;gap:.5rem}}.blog__modal-date,.blog__modal-reading-time{display:flex;align-items:center;gap:.5rem}.blog__modal-text{margin-bottom:2rem}.blog__modal-text p{line-height:1.8;color:#404040;font-size:1.125rem;white-space:pre-wrap}.blog__modal-social{margin-bottom:1.5rem}.blog__modal-social h4{color:#171717;margin-bottom:1rem;font-size:1.125rem}.blog__modal-social-links{display:flex;flex-wrap:wrap;gap:1rem}.blog__modal-social-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fafafa;border-radius:1rem;color:#404040;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e5e5;font-weight:500;min-width:120px;justify-content:center}.blog__modal-social-link:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.blog__modal-social-link[href*=facebook]:hover{background:#1877f2;border-color:#1877f2}.blog__modal-social-link[href*=instagram]:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent}.blog__modal-social-link[href*=twitter]:hover{background:#1da1f2;border-color:#1da1f2}.blog__modal-social-link[href*=youtube]:hover{background:red;border-color:red}@media (max-width: 1024px){.blog__posts--grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.blog__hero{min-height:60vh}.blog__hero-content{padding:0 1rem}.blog__main{padding:3rem 0}.blog__container{padding:0 1rem}.blog__card-content{padding:1.5rem}.blog__modal{margin:1rem;max-height:calc(100vh - 2rem)}.blog__modal-content{padding:1.5rem}}@media (max-width: 640px){.blog__hero{min-height:50vh}.blog__hero-title{font-size:1.5rem}.blog__hero-subtitle{font-size:1rem}.blog__posts--grid{grid-template-columns:1fr}.blog__card-content{padding:1rem}.blog__card-actions{flex-direction:column;align-items:stretch;gap:.75rem}.blog__card-btn{width:100%;justify-content:center}.blog__modal{margin:.5rem;max-height:calc(100vh - 1rem)}.blog__modal-header{padding:1.5rem}.blog__modal-content{padding:1rem}.blog__pagination{flex-direction:column;gap:.75rem}.blog__pagination-numbers{order:-1}}.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}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@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}}.my-bookings{max-width:1000px;margin:70px auto 0;padding:1.5rem 1rem;min-height:100vh;font-family:Inter,sans-serif}.my-bookings__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.my-bookings__header-icon{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.my-bookings__header-content{flex:1}.my-bookings__header-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;color:#1f2937;line-height:1.2}.my-bookings__header-subtitle{font-size:.95rem;color:#4b5563;margin:0;font-weight:400}.my-bookings__success{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#10b981;font-weight:500;font-size:.9rem;margin-bottom:1rem;animation:slideDown .3s ease}.my-bookings__success-icon{font-size:1rem;flex-shrink:0}.my-bookings__error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#ef4444;font-weight:500;font-size:.9rem;margin-bottom:1rem;animation:slideDown .3s ease}.my-bookings__error-icon{font-size:1rem;flex-shrink:0}.my-bookings__content{margin-bottom:2rem}.my-bookings__loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:3rem;color:#4b5563}.my-bookings__loading p{font-size:1.1rem;margin:0}.my-bookings__spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.my-bookings__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:4rem 2rem;text-align:center;color:#6b7280}.my-bookings__empty-icon{width:64px;height:64px;color:#d1d5db}.my-bookings__empty h3{font-size:1.5rem;font-weight:600;margin:0;color:#374151}.my-bookings__empty p{font-size:1.1rem;margin:0;max-width:400px}.my-bookings__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.my-bookings__card{background:#fff;border-radius:10px;padding:1.25rem;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #e5e7eb}.my-bookings__card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-1px);border-color:#3b82f6}.my-bookings__card--selected{border-color:#3b82f6;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:0 0 0 3px #3b82f61a}.my-bookings__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.my-bookings__card-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:#1f2937}.my-bookings__card-icon{color:#3b82f6;font-size:1.25rem}.my-bookings__card-status{display:flex;align-items:center;gap:.25rem;font-size:.8rem;font-weight:500;padding:.25rem .75rem;border-radius:12px;background:#3b82f614}.my-bookings__card-status-icon{font-size:.875rem}.my-bookings__card-details{margin-bottom:.75rem}.my-bookings__card-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;color:#4b5563;font-size:.875rem}.my-bookings__card-row-icon{color:#3b82f6;font-size:.875rem;width:14px;flex-shrink:0}.my-bookings__card-footer{border-top:1px solid #f3f4f6;padding-top:.75rem}.my-bookings__card-date{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.8rem}.my-bookings__card-date-icon{color:#9ca3af;font-size:.8rem}.my-bookings__modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease}.my-bookings__modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;animation:slideUp .3s ease}.my-bookings__modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.my-bookings__modal-title{font-size:1.25rem;font-weight:600;margin:0;color:#1f2937}.my-bookings__modal-actions{display:flex;gap:.5rem}.my-bookings__modal-body{padding:1.5rem;overflow-y:auto;flex:1}.my-bookings__modal-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0}.my-bookings__action-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:none;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease}.my-bookings__action-btn:disabled{opacity:.5;cursor:not-allowed}.my-bookings__action-btn--edit{background:#10b981;color:#fff}.my-bookings__action-btn--edit:hover:not(:disabled){background:#0c8a60;transform:translateY(-1px)}.my-bookings__action-btn--cancel{background:#ef4444;color:#fff}.my-bookings__action-btn--cancel:hover:not(:disabled){background:#eb1515;transform:translateY(-1px)}.my-bookings__action-btn--delete{background:#ef4444;color:#fff}.my-bookings__action-btn--delete:hover:not(:disabled){background:#eb1515;transform:translateY(-1px)}.my-bookings__edit-form{display:grid;gap:1rem}.my-bookings__form-group{display:flex;flex-direction:column;gap:.375rem}.my-bookings__form-group label{font-weight:500;color:#374151;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.my-bookings__form-group input,.my-bookings__form-group select{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .3s ease}.my-bookings__form-group input:focus,.my-bookings__form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.my-bookings__form-group small{color:#6b7280;font-size:.75rem;margin-top:.25rem}.my-bookings__form-icon{color:#3b82f6;font-size:1rem}.my-bookings__form-help{color:#6b7280;font-size:.75rem;margin-top:.25rem;font-style:italic}.my-bookings__date-time-container{display:flex;flex-direction:column;gap:.75rem}.my-bookings__date-input{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .3s ease}.my-bookings__date-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.my-bookings__date-pickers{display:flex;gap:.75rem;align-items:center}.my-bookings__date-picker,.my-bookings__time-picker{flex:1;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;transition:all .3s ease}.my-bookings__date-picker:focus,.my-bookings__time-picker:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.my-bookings__date-picker::-webkit-calendar-picker-indicator,.my-bookings__time-picker::-webkit-calendar-picker-indicator{color:#3b82f6;cursor:pointer;transition:all .3s ease}.my-bookings__date-picker::-webkit-calendar-picker-indicator:hover,.my-bookings__time-picker::-webkit-calendar-picker-indicator:hover{color:#1e40af}.my-bookings__date-picker{min-width:140px}.my-bookings__time-picker{min-width:120px}@media (max-width: 768px){.my-bookings__date-pickers{flex-direction:column;gap:.5rem}.my-bookings__date-picker,.my-bookings__time-picker{width:100%;min-width:auto}}.my-bookings__edit-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.my-bookings__save-btn,.my-bookings__cancel-edit-btn{display:flex;align-items:center;gap:.375rem;padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.my-bookings__save-btn:disabled,.my-bookings__cancel-edit-btn:disabled{opacity:.5;cursor:not-allowed}.my-bookings__save-btn{background:#3b82f6;color:#fff}.my-bookings__save-btn:hover:not(:disabled){background:#1e40af;transform:translateY(-1px)}.my-bookings__cancel-edit-btn{background:#f3f4f6;color:#374151}.my-bookings__cancel-edit-btn:hover:not(:disabled){background:#e5e7eb}.my-bookings__booking-details{display:grid;gap:.75rem}.my-bookings__detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.my-bookings__detail-item:last-child{border-bottom:none}.my-bookings__detail-label{font-weight:500;color:#374151;font-size:.875rem}.my-bookings__detail-value{color:#4b5563;font-size:.875rem;text-align:right;max-width:60%;word-wrap:break-word}.my-bookings__detail-status{font-weight:500;font-size:.875rem}.my-bookings__close-btn{width:100%;padding:.625rem 1.25rem;background:#f3f4f6;border:none;border-radius:8px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .3s ease}.my-bookings__close-btn:hover{background:#e5e7eb}.my-bookings__btn-loading{width:14px;height:14px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin .8s linear infinite}.my-bookings__modal-content--confirm{max-width:400px}.my-bookings__confirm-content{text-align:center;padding:1rem 0}.my-bookings__confirm-content p{margin:.5rem 0;font-size:.95rem;color:#374151}.my-bookings__confirm-icon{font-size:3rem;color:#3b82f6;margin-bottom:1rem}.my-bookings__confirm-icon--warning{color:#ef4444}.my-bookings__confirm-details{font-weight:500;color:#1f2937;background:#f9fafb;padding:.5rem 1rem;border-radius:8px;margin:1rem 0}.my-bookings__confirm-warning{font-size:.875rem;color:#ef4444;font-weight:500;background:#fef2f2;padding:.75rem;border-radius:8px;border:1px solid #fecaca}.my-bookings__cancel-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #d1d5db;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;background:#fff;color:#374151;transition:all .3s ease}.my-bookings__cancel-btn:disabled{opacity:.5;cursor:not-allowed}.my-bookings__cancel-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.my-bookings__cancel-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #0000001a}.my-bookings__confirm-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.my-bookings__confirm-btn:disabled{opacity:.5;cursor:not-allowed}.my-bookings__confirm-btn--delete{background:#ef4444;color:#fff}.my-bookings__confirm-btn--delete:hover:not(:disabled){background:#eb1515;transform:translateY(-1px)}@media (max-width: 768px){.my-bookings__cancel-btn{padding:.625rem 1.25rem;font-size:.8125rem}}@media (max-width: 480px){.my-bookings__cancel-btn{padding:.5rem 1rem;font-size:.75rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.my-bookings{margin-top:60px;padding:1rem .5rem}.my-bookings__header{flex-direction:column;text-align:center;gap:.75rem;padding:1.25rem}.my-bookings__header-icon{width:40px;height:40px;font-size:1.25rem}.my-bookings__header-title{font-size:1.5rem}.my-bookings__header-subtitle{font-size:.875rem}.my-bookings__grid{grid-template-columns:1fr;gap:.75rem}.my-bookings__card{padding:1rem}.my-bookings__modal{padding:.5rem}.my-bookings__modal-content{max-height:95vh}.my-bookings__modal-header,.my-bookings__modal-body,.my-bookings__modal-footer{padding:1rem}.my-bookings__modal-actions{flex-direction:column;gap:.5rem}.my-bookings__action-btn{justify-content:center}.my-bookings__edit-actions{flex-direction:column}.my-bookings__detail-item{flex-direction:column;align-items:flex-start;gap:.25rem}.my-bookings__detail-value{max-width:100%;text-align:left}}@media (max-width: 480px){.my-bookings__header-title{font-size:1.25rem}.my-bookings__card{padding:.875rem}.my-bookings__modal-header,.my-bookings__modal-body,.my-bookings__modal-footer{padding:.75rem}}._header_16pbz_1{position:fixed;top:0;left:0;right:0;height:64px;background:#fff;border-bottom:1px solid #e5e5e5;z-index:1000;transition:all .2s cubic-bezier(.4,0,.2,1)}._headerContainer_16pbz_13{height:100%;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}._leftSection_16pbz_21{display:flex;align-items:center;gap:1rem}._menuToggle_16pbz_27{display:none;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1)}._menuToggle_16pbz_27:hover{background:#fafafa}._menuToggle_16pbz_27:active{transform:scale(.95)}@media (max-width: 768px){._menuToggle_16pbz_27{display:flex;align-items:center;justify-content:center}}._hamburger_16pbz_51{display:flex;flex-direction:column;gap:4px}._hamburger_16pbz_51 span{display:block;width:20px;height:2px;background:#404040;border-radius:9999px;transition:all .15s cubic-bezier(.4,0,.2,1)}._brand_16pbz_65{display:flex;align-items:baseline;gap:.5rem}._brandTitle_16pbz_71{font-size:1.125rem;font-weight:600;color:#171717;margin:0;letter-spacing:-.025em}._brandSubtitle_16pbz_79{font-size:.8125rem;color:#737373;font-weight:400}@media (max-width: 480px){._brandSubtitle_16pbz_79{display:none}}._rightSection_16pbz_90{display:flex;align-items:center;gap:.75rem}._notificationBtn_16pbz_96{position:relative;width:40px;height:40px;border:none;background:transparent;color:#525252;cursor:pointer;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1)}._notificationBtn_16pbz_96:hover{background:#fafafa;color:#171717}._notificationBtn_16pbz_96:active{transform:scale(.95)}._notificationBadge_16pbz_118{position:absolute;top:8px;right:8px;min-width:16px;height:16px;padding:0 4px;background:#ef4444;color:#fff;font-size:.6875rem;font-weight:600;border-radius:9999px;display:flex;align-items:center;justify-content:center}._profileSection_16pbz_135{position:relative}._profileBtn_16pbz_139{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border:none;background:transparent;cursor:pointer;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1)}._profileBtn_16pbz_139:hover{background:#fafafa}._avatar_16pbz_154{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.5rem;display:flex;align-items:center;justify-content:center}._avatar_16pbz_154 span{color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.025em}._profileInfo_16pbz_170{display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 640px){._profileInfo_16pbz_170{display:none}}._profileName_16pbz_181{font-size:.875rem;font-weight:600;color:#171717;line-height:1.25}._profileRole_16pbz_188{font-size:.6875rem;color:#737373;line-height:1.25}._chevron_16pbz_194{color:#737373;transition:all .15s cubic-bezier(.4,0,.2,1)}@media (max-width: 640px){._chevron_16pbz_194{display:none}}._dropdownOverlay_16pbz_204{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}._dropdown_16pbz_204{position:absolute;top:calc(100% + .5rem);right:0;width:280px;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000005;border:1px solid #e5e5e5;z-index:1000;animation:_dropdownSlide_16pbz_1 .2s ease-out}@media (max-width: 480px){._dropdown_16pbz_204{width:240px}}@keyframes _dropdownSlide_16pbz_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._dropdownHeader_16pbz_241{padding:1rem;display:flex;align-items:center;gap:.75rem}._dropdownAvatar_16pbz_248{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._dropdownAvatar_16pbz_248 span{color:#fff;font-size:1rem;font-weight:600;letter-spacing:.025em}._dropdownUserInfo_16pbz_265{display:flex;flex-direction:column;min-width:0}._dropdownName_16pbz_271{font-size:.875rem;font-weight:600;color:#171717;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dropdownEmail_16pbz_280{font-size:.8125rem;color:#737373;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dropdownDivider_16pbz_288{height:1px;background:#e5e5e5;margin:0}._dropdownMenu_16pbz_294{padding:.5rem;display:flex;flex-direction:column;gap:2px}._dropdownItem_16pbz_301{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border:none;background:transparent;color:#404040;font-size:.875rem;text-align:left;cursor:pointer;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1)}._dropdownItem_16pbz_301 svg{width:16px;height:16px;flex-shrink:0}._dropdownItem_16pbz_301:hover{background:#fafafa;color:#171717}._dropdownItem_16pbz_301:active{background:#f5f5f5}._dropdownLogout_16pbz_328{margin:.5rem;padding:.5rem .75rem;display:flex;align-items:center;gap:.75rem;border:none;background:#fef2f2;color:#ef4444;font-size:.875rem;font-weight:500;cursor:pointer;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1)}._dropdownLogout_16pbz_328 svg{width:16px;height:16px;flex-shrink:0}._dropdownLogout_16pbz_328:hover{background:#fee2e2;color:#dc2626}._dropdownLogout_16pbz_328:active{transform:scale(.98)}._overlay_7u9ok_1{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;animation:_fadeIn_7u9ok_1 .2s ease-out}@media (max-width: 768px){._overlay_7u9ok_1{display:block}}@keyframes _fadeIn_7u9ok_1{0%{opacity:0}to{opacity:1}}._sidebar_7u9ok_26{position:fixed;top:64px;left:0;bottom:0;width:260px;background:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;z-index:999;transition:transform .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){._sidebar_7u9ok_26{transform:translate(-100%);box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000005}._sidebar_7u9ok_26._sidebarOpen_7u9ok_44{transform:translate(0)}}._nav_7u9ok_49{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:1rem .75rem;overflow-y:auto}._nav_7u9ok_49::-webkit-scrollbar{width:4px}._nav_7u9ok_49::-webkit-scrollbar-track{background:transparent}._nav_7u9ok_49::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:9999px}._nav_7u9ok_49::-webkit-scrollbar-thumb:hover{background:#a3a3a3}._navMain_7u9ok_71,._navBottom_7u9ok_72{display:flex;flex-direction:column;gap:4px}._navItem_7u9ok_78{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;color:#525252;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);position:relative}._navItem_7u9ok_78:hover{background:#fafafa;color:#171717}._navItem_7u9ok_78._navItemActive_7u9ok_95{background:#eff6ff;color:#2563eb}._navItem_7u9ok_78._navItemActive_7u9ok_95 ._navIcon_7u9ok_99{color:#3b82f6}._navItem_7u9ok_78._navItemActive_7u9ok_95:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:24px;background:#3b82f6;border-radius:0 9999px 9999px 0}._navIcon_7u9ok_99{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit;transition:all .15s cubic-bezier(.4,0,.2,1)}._navLabel_7u9ok_125{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._navBadge_7u9ok_132{min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;font-size:.6875rem;font-weight:600;border-radius:9999px;display:flex;align-items:center;justify-content:center}._sidebarFooter_7u9ok_146{padding:.75rem;border-top:1px solid #e5e5e5}._statusCard_7u9ok_151{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fafafa;border-radius:.5rem}._statusIndicator_7u9ok_160{display:flex;align-items:center;gap:.5rem}._statusDot_7u9ok_166{width:8px;height:8px;background:#10b981;border-radius:9999px;animation:_pulse_7u9ok_1 2s ease-in-out infinite}@keyframes _pulse_7u9ok_1{0%,to{opacity:1}50%{opacity:.5}}._statusText_7u9ok_182{font-size:.8125rem;font-weight:500;color:#404040}._statusToggle_7u9ok_188{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#737373;cursor:pointer;border-radius:.375rem;transition:all .15s cubic-bezier(.4,0,.2,1)}._statusToggle_7u9ok_188:hover{background:#fff;color:#404040}._toasterContainer_c6uqw_1{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}._toast_c6uqw_1{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);min-width:320px;max-width:400px;pointer-events:auto;animation:_slideInRight_c6uqw_1 .3s ease-out;position:relative;overflow:hidden}._toast_c6uqw_1:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:12px 12px 0 0}._toastSuccess_c6uqw_38{background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border-color:#22c55e33;color:#166534}._toastSuccess_c6uqw_38:before{background:linear-gradient(90deg,#22c55e,#16a34a)}._toastError_c6uqw_47{background:linear-gradient(135deg,#ef44441a,#ef44440d);border-color:#ef444433;color:#991b1b}._toastError_c6uqw_47:before{background:linear-gradient(90deg,#ef4444,#dc2626)}._toastWarning_c6uqw_56{background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d);border-color:#f59e0b33;color:#92400e}._toastWarning_c6uqw_56:before{background:linear-gradient(90deg,#f59e0b,#d97706)}._toastInfo_c6uqw_65{background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border-color:#3b82f633;color:#1e40af}._toastInfo_c6uqw_65:before{background:linear-gradient(90deg,#3b82f6,#2563eb)}._toastIcon_c6uqw_74{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#fff3;flex-shrink:0}._toastIcon_c6uqw_74 svg{width:16px;height:16px}._toastContent_c6uqw_89{flex:1;min-width:0}._toastMessage_c6uqw_94{margin:0;font-size:14px;font-weight:500;line-height:1.4;word-wrap:break-word}._toastClose_c6uqw_102{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:#ffffff1a;border-radius:50%;color:inherit;cursor:pointer;transition:all .2s ease;flex-shrink:0}._toastClose_c6uqw_102:hover{background:#fff3;transform:scale(1.1)}._toastClose_c6uqw_102 svg{width:14px;height:14px}@keyframes _slideInRight_c6uqw_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _slideOutRight_c6uqw_1{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media (max-width: 768px){._toasterContainer_c6uqw_1{top:10px;right:10px;left:10px}._toast_c6uqw_1{min-width:auto;max-width:none;width:100%}}._layout_g7j3a_1{min-height:100vh;background:#fafafa}._loadingScreen_g7j3a_6{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._loadingScreen_g7j3a_6 p{color:#525252;font-size:.875rem}._spinner_g7j3a_19{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:#3b82f6;border-radius:50%;animation:_spin_g7j3a_19 .8s linear infinite}@keyframes _spin_g7j3a_19{to{transform:rotate(360deg)}}._main_g7j3a_33{margin-left:260px;margin-top:64px;min-height:calc(100vh - 64px);transition:margin-left .3s ease}@media (max-width: 768px){._main_g7j3a_33{margin-left:0}}._content_g7j3a_45{animation:_fadeInUp_g7j3a_1 .4s ease-out}@keyframes _fadeInUp_g7j3a_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._loginContainer_1gh0w_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafafa,#fff);padding:1rem}._loginCard_1gh0w_10{width:100%;max-width:420px;background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000005;overflow:hidden}._loginHeader_1gh0w_19{padding:2rem 1.5rem 1.5rem;text-align:center;background:linear-gradient(135deg,#eff6ff,#fff)}._title_1gh0w_25{font-size:1.5rem;font-weight:700;color:#171717;margin:0 0 .5rem;letter-spacing:-.025em}._subtitle_1gh0w_33{font-size:.875rem;color:#525252;margin:0}._loginForm_1gh0w_39{padding:1.5rem}._errorAlert_1gh0w_43{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fef2f2;color:#dc2626;border-radius:.5rem;margin-bottom:1.25rem;font-size:.8125rem}._errorAlert_1gh0w_43 svg{flex-shrink:0}._formGroup_1gh0w_58{margin-bottom:1.25rem}._label_1gh0w_62{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;color:#404040}._input_1gh0w_70{width:100%;padding:.75rem 1rem;border:1px solid #d4d4d4;border-radius:.5rem;font-size:.875rem;transition:all .15s cubic-bezier(.4,0,.2,1)}._input_1gh0w_70:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._input_1gh0w_70::placeholder{color:#a3a3a3}._passwordInput_1gh0w_87{position:relative;display:flex;align-items:center}._passwordToggle_1gh0w_93{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#737373;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}._passwordToggle_1gh0w_93:hover{color:#404040;background:#f5f5f5}._passwordToggle_1gh0w_93:disabled{opacity:.5;cursor:not-allowed}._passwordToggle_1gh0w_93 svg{width:18px;height:18px}._submitBtn_1gh0w_122{width:100%;padding:.75rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem}._submitBtn_1gh0w_122:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}._submitBtn_1gh0w_122:active:not(:disabled){transform:translateY(0)}._submitBtn_1gh0w_122:disabled{opacity:.6;cursor:not-allowed}._spinner_1gh0w_151{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1gh0w_151 .6s linear infinite}@keyframes _spin_1gh0w_151{to{transform:rotate(360deg)}}._loginFooter_1gh0w_165{padding:1rem 1.5rem 1.5rem;text-align:center}._forgotLink_1gh0w_170{color:#3b82f6;text-decoration:none;font-size:.8125rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1)}._forgotLink_1gh0w_170:hover{color:#2563eb;text-decoration:underline}._dashboard_u1g2k_1{padding:1.5rem;max-width:1400px;margin:0 auto}._loadingContainer_u1g2k_7{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}._loadingContainer_u1g2k_7 p{color:#525252;font-size:.875rem}._spinner_u1g2k_20{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:#3b82f6;border-radius:50%;animation:_spin_u1g2k_20 .8s linear infinite}@keyframes _spin_u1g2k_20{to{transform:rotate(360deg)}}._dashboardHeader_u1g2k_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media (max-width: 640px){._dashboardHeader_u1g2k_34{flex-direction:column;align-items:flex-start;gap:1rem}}._pageTitle_u1g2k_48{font-size:1.5rem;font-weight:700;color:#171717;margin:0 0 .25rem;letter-spacing:-.025em}._pageSubtitle_u1g2k_56{font-size:.875rem;color:#525252;margin:0}._viewBookingsBtn_u1g2k_62{padding:.75rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._viewBookingsBtn_u1g2k_62:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}._statsGrid_u1g2k_79{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:2rem}._statCard_u1g2k_86{background:#fff;border-radius:.75rem;padding:1.25rem;border:1px solid #e5e5e5;transition:all .15s cubic-bezier(.4,0,.2,1)}._statCard_u1g2k_86:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #00000008}._statCardsuccess_u1g2k_97{border-left:4px solid #10b981}._statCardprimary_u1g2k_100{border-left:4px solid #3b82f6}._statCarddanger_u1g2k_103{border-left:4px solid #ef4444}._statCardwarning_u1g2k_106{border-left:4px solid #f59e0b}._statHeader_u1g2k_110{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._statIcon_u1g2k_117{font-size:1.125rem}._statTrend_u1g2k_121{font-size:.8125rem;color:#10b981;font-weight:600}._statBody_u1g2k_127{display:flex;flex-direction:column;gap:.25rem}._statValue_u1g2k_133{font-size:1.5rem;font-weight:700;color:#171717;margin:0;letter-spacing:-.025em}._statTitle_u1g2k_141{font-size:.875rem;color:#525252;margin:0}._recentSection_u1g2k_147{background:#fff;border-radius:.75rem;border:1px solid #e5e5e5;overflow:hidden}._sectionHeader_u1g2k_154{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #e5e5e5}._sectionTitle_u1g2k_162{font-size:1rem;font-weight:600;color:#171717;margin:0}._viewAllBtn_u1g2k_169{padding:.5rem 1rem;background:transparent;color:#3b82f6;border:1px solid #3b82f6;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._viewAllBtn_u1g2k_169:hover{background:#eff6ff}._tableCard_u1g2k_184{overflow-x:auto}._table_u1g2k_184{width:100%;border-collapse:collapse}._table_u1g2k_184 thead{background:#fafafa}._table_u1g2k_184 thead th{padding:.75rem 1.25rem;text-align:left;font-size:.8125rem;font-weight:600;color:#404040;text-transform:uppercase;letter-spacing:.025em}._table_u1g2k_184 tbody tr{border-bottom:1px solid #e5e5e5;transition:all .15s cubic-bezier(.4,0,.2,1)}._table_u1g2k_184 tbody tr:hover{background:#fafafa}._table_u1g2k_184 tbody tr:last-child{border-bottom:none}._table_u1g2k_184 tbody td{padding:1rem 1.25rem;font-size:.875rem;color:#404040}._customerInfo_u1g2k_220{display:flex;flex-direction:column;gap:2px}._customerName_u1g2k_226{font-weight:600;color:#171717}._customerEmail_u1g2k_231{font-size:.8125rem;color:#737373}._badge_u1g2k_236{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}._badgeSuccess_u1g2k_246{background:#ecfdf5;color:#059669}._badgePrimary_u1g2k_251{background:#eff6ff;color:#2563eb}._badgeDanger_u1g2k_256{background:#fef2f2;color:#dc2626}._badgeInfo_u1g2k_261{background:#ecfeff;color:#0891b2}._badgeDefault_u1g2k_266{background:#f5f5f5;color:#404040}._actionBtn_u1g2k_271{padding:.5rem .75rem;background:transparent;color:#3b82f6;border:none;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._actionBtn_u1g2k_271:hover{color:#2563eb;text-decoration:underline}._emptyState_u1g2k_286{text-align:center;padding:2rem!important;color:#737373;font-size:.875rem}._container_1w15i_1{padding:1.5rem;max-width:1400px;margin:0 auto}._loadingContainer_1w15i_7{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}._loadingContainer_1w15i_7 p{color:#525252;font-size:.875rem}._spinner_1w15i_20{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:#3b82f6;border-radius:50%;animation:_spin_1w15i_20 .8s linear infinite}@keyframes _spin_1w15i_20{to{transform:rotate(360deg)}}._pageHeader_1w15i_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media (max-width: 640px){._pageHeader_1w15i_34{flex-direction:column;align-items:flex-start;gap:1rem}}._pageTitle_1w15i_48{font-size:1.5rem;font-weight:700;color:#171717;margin:0 0 .25rem;letter-spacing:-.025em}._pageSubtitle_1w15i_56{font-size:.875rem;color:#525252;margin:0}._headerActions_1w15i_62{display:flex;align-items:center;gap:1rem}._bookingCount_1w15i_68{padding:.5rem 1rem;background:#eff6ff;color:#2563eb;border-radius:9999px;font-size:.8125rem;font-weight:600}._filterBar_1w15i_77{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:.75rem;border:1px solid #e5e5e5}._filterGroup_1w15i_85{display:flex;gap:.5rem;flex-wrap:wrap}._filterBtn_1w15i_91{padding:.5rem 1rem;background:transparent;color:#525252;border:1px solid #d4d4d4;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._filterBtn_1w15i_91:hover{background:#fafafa;color:#171717}._filterBtn_1w15i_91._active_1w15i_106{background:#3b82f6;color:#fff;border-color:#3b82f6}._bookingsGrid_1w15i_112{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.25rem}@media (max-width: 640px){._bookingsGrid_1w15i_112{grid-template-columns:1fr}}._bookingCard_1w15i_123{background:#fff;border-radius:.75rem;border:1px solid #e5e5e5;overflow:hidden;transition:all .15s cubic-bezier(.4,0,.2,1)}._bookingCard_1w15i_123:hover{box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #00000008;transform:translateY(-2px)}._bookingHeader_1w15i_135{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fafafa;border-bottom:1px solid #e5e5e5}._bookingId_1w15i_144{font-size:.8125rem;font-weight:600;color:#404040}._bookingDate_1w15i_150{font-size:.8125rem;color:#737373}._bookingBody_1w15i_155{padding:1.25rem}._customerSection_1w15i_159{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}._customerName_1w15i_165{font-size:1rem;font-weight:600;color:#171717;margin:0 0 .5rem}._customerContact_1w15i_172{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#525252;margin:.25rem 0}._customerContact_1w15i_172 svg{color:#a3a3a3}._detailsGrid_1w15i_184{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}._detailItem_1w15i_191{display:flex;flex-direction:column;gap:.25rem}._detailLabel_1w15i_197{font-size:.6875rem;text-transform:uppercase;letter-spacing:.025em;color:#737373;font-weight:600}._detailValue_1w15i_205{font-size:.875rem;color:#171717;font-weight:500}._additionalInfo_1w15i_211{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem .75rem;background:#fafafa;border-radius:.5rem;font-size:.8125rem}._infoLabel_1w15i_222{font-weight:600;color:#404040}._infoValue_1w15i_227{color:#525252}._bookingFooter_1w15i_231{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;background:#fafafa;border-top:1px solid #e5e5e5}._bookingNote_1w15i_240{text-align:center;margin-bottom:.5rem}._bookingNote_1w15i_240 small{color:#525252;font-size:.8125rem;font-style:italic}._declineBtn_1w15i_250,._acceptBtn_1w15i_251{width:100%;padding:.75rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem}._declineBtn_1w15i_250:disabled,._acceptBtn_1w15i_251:disabled{opacity:.6;cursor:not-allowed}._declineBtn_1w15i_250{background:transparent;color:#ef4444;border:1px solid #ef4444}._declineBtn_1w15i_250:hover:not(:disabled){background:#fef2f2}._acceptBtn_1w15i_251{background:#3b82f6;color:#fff}._acceptBtn_1w15i_251:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}._emptyState_1w15i_290{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center}._emptyState_1w15i_290 svg{color:#d4d4d4;margin-bottom:1rem}._emptyState_1w15i_290 h3{font-size:1.125rem;font-weight:600;color:#171717;margin:0 0 .5rem}._emptyState_1w15i_290 p{font-size:.875rem;color:#525252;margin:0}._container_1gyf3_1{padding:1.5rem;max-width:1400px;margin:0 auto}._loadingContainer_1gyf3_7{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}._loadingContainer_1gyf3_7 p{color:#525252;font-size:.875rem}._spinner_1gyf3_20{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:#3b82f6;border-radius:50%;animation:_spin_1gyf3_20 .8s linear infinite}@keyframes _spin_1gyf3_20{to{transform:rotate(360deg)}}._pageHeader_1gyf3_34{margin-bottom:1.5rem}._pageTitle_1gyf3_38{font-size:1.5rem;font-weight:700;color:#171717;margin:0 0 .25rem;letter-spacing:-.025em}._pageSubtitle_1gyf3_46{font-size:.875rem;color:#525252;margin:0}._filterBar_1gyf3_52{margin-bottom:1.25rem;padding:1rem;background:#fff;border-radius:.75rem;border:1px solid #e5e5e5}._filterGroup_1gyf3_60{display:flex;gap:.5rem;flex-wrap:wrap}._filterBtn_1gyf3_66{padding:.5rem 1rem;background:transparent;color:#525252;border:1px solid #d4d4d4;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._filterBtn_1gyf3_66:hover{background:#fafafa;color:#171717}._filterBtn_1gyf3_66._active_1gyf3_81{background:#3b82f6;color:#fff;border-color:#3b82f6}._bookingsTable_1gyf3_87{background:#fff;border-radius:.75rem;border:1px solid #e5e5e5;overflow:scroll}._table_1gyf3_94{width:100%;border-collapse:collapse}._table_1gyf3_94 thead{background:#fafafa}._table_1gyf3_94 thead th{padding:.75rem 1rem;text-align:left;font-size:.8125rem;font-weight:600;color:#404040;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap}._table_1gyf3_94 tbody tr{border-bottom:1px solid #e5e5e5;transition:all .15s cubic-bezier(.4,0,.2,1)}._table_1gyf3_94 tbody tr:hover{background:#fafafa}._table_1gyf3_94 tbody tr:last-child{border-bottom:none}._table_1gyf3_94 tbody td{padding:1rem;font-size:.875rem;color:#404040}._customerInfo_1gyf3_127{display:flex;flex-direction:column;gap:2px}._customerName_1gyf3_133{font-weight:600;color:#171717}._customerEmail_1gyf3_138{font-size:.8125rem;color:#737373}._badge_1gyf3_143{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}._badgeSuccess_1gyf3_153{background:#ecfdf5;color:#059669}._badgePrimary_1gyf3_158{background:#eff6ff;color:#2563eb}._badgeInfo_1gyf3_163{background:#ecfeff;color:#0891b2}._badgeDefault_1gyf3_168{background:#f5f5f5;color:#404040}._workStatus_1gyf3_173{font-size:.8125rem;color:#059669;font-weight:500}._workStatusEmpty_1gyf3_179{color:#a3a3a3}._actions_1gyf3_183{display:flex;gap:.5rem}._viewBtn_1gyf3_188,._submitBtn_1gyf3_189{padding:.5rem .75rem;border:none;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._viewBtn_1gyf3_188{background:transparent;color:#3b82f6}._viewBtn_1gyf3_188:hover{background:#eff6ff}._submitBtn_1gyf3_189{background:#10b981;color:#fff}._submitBtn_1gyf3_189:hover{background:#059669}._emptyState_1gyf3_215{text-align:center;padding:2rem!important;color:#737373;font-size:.875rem}._modalOverlay_1gyf3_222{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1gyf3_1 .2s ease-out}@keyframes _fadeIn_1gyf3_1{0%{opacity:0}to{opacity:1}}._modal_1gyf3_222{background:#fff;border-radius:.75rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:_slideUp_1gyf3_1 .3s ease-out}@keyframes _slideUp_1gyf3_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_1gyf3_264{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #e5e5e5}._modalHeader_1gyf3_264 h2{font-size:1.125rem;font-weight:600;color:#171717;margin:0}._modalClose_1gyf3_278{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#737373;font-size:1.125rem;cursor:pointer;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1)}._modalClose_1gyf3_278:hover{background:#f5f5f5;color:#404040}._modalBody_1gyf3_297{padding:1.25rem}._bookingInfo_1gyf3_301{padding:1rem;background:#fafafa;border-radius:.5rem;margin-bottom:1.25rem}._bookingInfo_1gyf3_301 p{margin:.25rem 0;font-size:.8125rem;color:#404040}._bookingInfo_1gyf3_301 p strong{color:#171717}._formGroup_1gyf3_316{margin-bottom:1rem}._formGroup_1gyf3_316 label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;color:#404040}._formGroup_1gyf3_316 input,._formGroup_1gyf3_316 textarea{width:100%;padding:.75rem;border:1px solid #d4d4d4;border-radius:.5rem;font-size:.875rem;transition:all .15s cubic-bezier(.4,0,.2,1)}._formGroup_1gyf3_316 input:focus,._formGroup_1gyf3_316 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formGroup_1gyf3_316 input::placeholder,._formGroup_1gyf3_316 textarea::placeholder{color:#a3a3a3}._formGroup_1gyf3_316 textarea{resize:vertical;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}._modalFooter_1gyf3_350{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e5e5}._cancelBtn_1gyf3_357,._submitWorkBtn_1gyf3_358{flex:1;padding:.75rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._cancelBtn_1gyf3_357{background:transparent;color:#404040;border:1px solid #d4d4d4}._cancelBtn_1gyf3_357:hover{background:#fafafa}._submitWorkBtn_1gyf3_358{background:#3b82f6;color:#fff}._submitWorkBtn_1gyf3_358:hover:not(:disabled){background:#2563eb}._submitWorkBtn_1gyf3_358:disabled{opacity:.6;cursor:not-allowed}._workSubmission_1gyf3_390{display:flex;flex-direction:column;gap:.5rem;min-width:200px}._workHours_1gyf3_397{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;color:#3b82f6}._workHours_1gyf3_397 svg{width:14px;height:14px}._workNotes_1gyf3_410{font-size:.6875rem;color:#525252;font-style:italic;background:#fafafa;padding:.25rem .5rem;border-radius:.375rem;border-left:3px solid #3b82f6;max-width:250px;word-wrap:break-word;line-height:1.4}._container_ebrn9_1{padding:1.5rem;max-width:900px;margin:0 auto}._pageHeader_ebrn9_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media (max-width: 640px){._pageHeader_ebrn9_7{flex-direction:column;align-items:flex-start;gap:1rem}}._pageTitle_ebrn9_21{font-size:1.5rem;font-weight:700;color:#171717;margin:0 0 .25rem;letter-spacing:-.025em}._pageSubtitle_ebrn9_29{font-size:.875rem;color:#525252;margin:0}._editBtn_ebrn9_35{padding:.75rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._editBtn_ebrn9_35:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}._profileCard_ebrn9_52{background:#fff;border-radius:.75rem;border:1px solid #e5e5e5;overflow:hidden}._profileHeader_ebrn9_59{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#eff6ff,#fff);border-bottom:1px solid #e5e5e5}@media (max-width: 640px){._profileHeader_ebrn9_59{flex-direction:column;text-align:center}}._avatar_ebrn9_74{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._avatar_ebrn9_74 span{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.025em}._profileInfo_ebrn9_91{flex:1}._profileName_ebrn9_95{font-size:1.125rem;font-weight:600;color:#171717;margin:0 0 .25rem}._profileEmail_ebrn9_102{font-size:.875rem;color:#525252;margin:0 0 .75rem}._profileMeta_ebrn9_108{display:flex;flex-wrap:wrap;gap:1rem}._metaItem_ebrn9_114{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#737373}._metaItem_ebrn9_114 svg{flex-shrink:0}._profileForm_ebrn9_125{padding:1.5rem}._formSection_ebrn9_129{margin-bottom:1.5rem}._formSection_ebrn9_129:last-child{margin-bottom:0}._sectionTitle_ebrn9_136{font-size:1rem;font-weight:600;color:#171717;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e5e5}._formGrid_ebrn9_145{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}._formGroup_ebrn9_151{display:flex;flex-direction:column}._formGroup_ebrn9_151._fullWidth_ebrn9_155{grid-column:1/-1}._formGroup_ebrn9_151 label{margin-bottom:.5rem;font-size:.8125rem;font-weight:600;color:#404040}._formGroup_ebrn9_151 input[type=text],._formGroup_ebrn9_151 input[type=tel],._formGroup_ebrn9_151 input[type=email]{padding:.75rem;border:1px solid #d4d4d4;border-radius:.5rem;font-size:.875rem;transition:all .15s cubic-bezier(.4,0,.2,1)}._formGroup_ebrn9_151 input[type=text]:focus,._formGroup_ebrn9_151 input[type=tel]:focus,._formGroup_ebrn9_151 input[type=email]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formGroup_ebrn9_151 input[type=text]:disabled,._formGroup_ebrn9_151 input[type=tel]:disabled,._formGroup_ebrn9_151 input[type=email]:disabled{background:#fafafa;color:#525252;cursor:not-allowed}._checkboxLabel_ebrn9_188{display:flex;align-items:center;gap:.5rem;cursor:pointer}._checkboxLabel_ebrn9_188 input[type=checkbox]{width:18px;height:18px;cursor:pointer}._checkboxLabel_ebrn9_188 input[type=checkbox]:disabled{cursor:not-allowed}._checkboxLabel_ebrn9_188 span{font-size:.875rem;color:#404040}._formActions_ebrn9_207{display:flex;gap:.75rem;padding-top:1.25rem;border-top:1px solid #e5e5e5;margin-top:1.5rem}._cancelBtn_ebrn9_215,._saveBtn_ebrn9_216{flex:1;padding:.75rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._cancelBtn_ebrn9_215{background:transparent;color:#404040;border:1px solid #d4d4d4}._cancelBtn_ebrn9_215:hover{background:#fafafa}._saveBtn_ebrn9_216{background:#3b82f6;color:#fff}._saveBtn_ebrn9_216:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}._saveBtn_ebrn9_216:disabled{opacity:.6;cursor:not-allowed}._accountStatus_ebrn9_250{padding:1.5rem;background:#fafafa;border-top:1px solid #e5e5e5}._statusGrid_ebrn9_256{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._statusItem_ebrn9_262{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#fff;border-radius:.5rem;border:1px solid #e5e5e5}._statusLabel_ebrn9_272{font-size:.8125rem;color:#737373;font-weight:500}._statusValue_ebrn9_278{font-size:.875rem;font-weight:600}._statusValue_ebrn9_278._active_ebrn9_282{color:#059669}._statusValue_ebrn9_278._inactive_ebrn9_285{color:#dc2626}._statusValue_ebrn9_278._verified_ebrn9_288{color:#0891b2}._blog_1oezq_1{min-height:100vh;background:linear-gradient(135deg,#fafafa,#eff6ff);padding:1.5rem}@media (max-width: 768px){._blog_1oezq_1{padding:1rem}}._header_1oezq_12{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #00000008;margin-bottom:2rem;overflow:hidden}._headerContent_1oezq_19{display:flex;align-items:center;justify-content:space-between;padding:2rem}@media (max-width: 768px){._headerContent_1oezq_19{flex-direction:column;gap:1.5rem;text-align:center}}._headerTitle_1oezq_32{font-size:1.875rem;font-weight:700;color:#171717;margin:0}@media (max-width: 768px){._headerTitle_1oezq_32{font-size:1.5rem}}._headerSubtitle_1oezq_43{color:#525252;margin:.5rem 0 0;font-size:1rem}._headerActions_1oezq_48{display:flex;gap:1rem}._controls_1oezq_53{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:1.5rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){._controls_1oezq_53{flex-direction:column;align-items:stretch}}._searchSection_1oezq_72{flex:1;min-width:300px}@media (max-width: 768px){._searchSection_1oezq_72{min-width:auto}}._searchBox_1oezq_82{position:relative;max-width:400px}@media (max-width: 768px){._searchBox_1oezq_82{max-width:none}}._searchIcon_1oezq_92{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a3a3a3;font-size:1rem}._searchInput_1oezq_101{width:100%;padding:1rem 1rem 1rem 2.5rem;border:2px solid #e5e5e5;border-radius:.75rem;font-size:.875rem;background:#fff;transition:all .2s cubic-bezier(.4,0,.2,1)}._searchInput_1oezq_101:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #dbeafe}._searchInput_1oezq_101::placeholder{color:#a3a3a3}._controlsRight_1oezq_119{display:flex;align-items:center;gap:1rem}@media (max-width: 768px){._controlsRight_1oezq_119{justify-content:space-between}}._sortControls_1oezq_130{display:flex;align-items:center;gap:.5rem}._sortSelect_1oezq_136{padding:.75rem 1rem;border:2px solid #e5e5e5;border-radius:.5rem;background:#fff;font-size:.8125rem;color:#404040;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._sortSelect_1oezq_136:focus{outline:none;border-color:#3b82f6}._viewControls_1oezq_151{display:flex;gap:.25rem;background:#f5f5f5;border-radius:.5rem;padding:.25rem}._viewButton_1oezq_159{padding:.75rem;border:none;background:transparent;border-radius:.375rem;color:#525252;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}._viewButton_1oezq_159:hover{background:#fff;color:#3b82f6}._viewButton_1oezq_159._active_1oezq_175{background:#fff;color:#3b82f6;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}._refreshButton_1oezq_181{padding:.75rem;border:2px solid #e5e5e5;background:#fff;border-radius:.5rem;color:#525252;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}._refreshButton_1oezq_181:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}._content_1oezq_199{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #00000008;padding:2rem;min-height:400px}@media (max-width: 768px){._content_1oezq_199{padding:1.5rem}}._loading_1oezq_212{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem;color:#525252}._loading_1oezq_212 ._spinner_1oezq_220{width:40px;height:40px;border:3px solid #e5e5e5;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_1oezq_220 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1oezq_220{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._empty_1oezq_238{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem;text-align:center}._emptyIcon_1oezq_246{width:80px;height:80px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#a3a3a3;font-size:1.875rem}._empty_1oezq_238 h3{color:#171717;margin-bottom:.5rem;font-size:1.125rem}._empty_1oezq_238 p{color:#525252;margin-bottom:1.5rem;font-size:1rem}._postsContainer_1oezq_269{display:grid;gap:1.5rem}._postsContainer_1oezq_269._gridView_1oezq_273{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}@media (max-width: 640px){._postsContainer_1oezq_269._gridView_1oezq_273{grid-template-columns:1fr}}._postsContainer_1oezq_269._listView_1oezq_281{grid-template-columns:1fr;gap:1rem}._postCard_1oezq_286{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid #e5e5e5}._postCard_1oezq_286:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #00000008;border-color:#dbeafe}._cardImage_1oezq_300{position:relative;height:200px;overflow:hidden;background:#f5f5f5}._cardImage_1oezq_300 ._postImage_1oezq_306{width:100%;height:100%;object-fit:cover;transition:all .2s cubic-bezier(.4,0,.2,1)}._cardImage_1oezq_300 ._placeholder_1oezq_312{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a3a3a3;font-size:1.875rem;background:#fafafa}._cardContent_1oezq_323{padding:1.5rem}._cardTitle_1oezq_327{font-size:1.125rem;font-weight:600;color:#171717;margin:0 0 .75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._cardExcerpt_1oezq_339{color:#525252;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._cardMeta_1oezq_349{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.8125rem;color:#737373}._cardMeta_1oezq_349 ._cardDate_1oezq_357{display:flex;align-items:center;gap:.5rem}._cardActions_1oezq_363{display:flex;gap:.5rem;justify-content:flex-end}._actionButton_1oezq_369{padding:.75rem;border:1px solid #e5e5e5;background:#fff;border-radius:.5rem;color:#525252;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}._actionButton_1oezq_369:hover{background:#fafafa;border-color:#d4d4d4;color:#404040}._actionButton_1oezq_369._dangerButton_1oezq_386:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}._primaryButton_1oezq_392{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}._primaryButton_1oezq_392:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}._primaryButton_1oezq_392:active{transform:translateY(0)}._primaryButton_1oezq_392:disabled{opacity:.6;cursor:not-allowed;transform:none}._secondaryButton_1oezq_419{background:#fff;color:#404040;border:2px solid #e5e5e5;padding:1rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem}._secondaryButton_1oezq_419:hover{background:#fafafa;border-color:#d4d4d4}._modalOverlay_1oezq_437{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:500;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_1oezq_437{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000005;max-width:600px;width:100%;max-height:90vh;overflow:hidden;animation:_modalSlideIn_1oezq_1 .3s ease-out}._modal_1oezq_437._largeModal_1oezq_462{max-width:800px}@keyframes _modalSlideIn_1oezq_1{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}._modalHeader_1oezq_476{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e5e5;background:#fafafa}._modalHeader_1oezq_476 h2{margin:0;color:#171717;font-size:1.125rem}._closeButton_1oezq_490{padding:.5rem;border:none;background:transparent;color:#737373;cursor:pointer;border-radius:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}._closeButton_1oezq_490:hover{background:#e5e5e5;color:#404040}._modalForm_1oezq_504{padding:1.5rem;max-height:70vh;overflow-y:auto}._formGroup_1oezq_510{margin-bottom:1.5rem}._label_1oezq_514{display:block;font-weight:600;color:#404040;margin-bottom:.5rem;font-size:.8125rem}._input_1oezq_522,._textarea_1oezq_522{width:100%;padding:1rem;border:2px solid #e5e5e5;border-radius:.5rem;font-size:.875rem;transition:all .2s cubic-bezier(.4,0,.2,1)}._input_1oezq_522:focus,._textarea_1oezq_522:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #dbeafe}._input_1oezq_522::placeholder,._textarea_1oezq_522::placeholder{color:#a3a3a3}._textarea_1oezq_522{resize:vertical;min-height:120px}._imageUpload_1oezq_544{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}._fileInput_1oezq_551{display:none}._uploadButton_1oezq_555{padding:1rem 1.5rem;background:#f5f5f5;border:2px dashed #d4d4d4;border-radius:.5rem;color:#525252;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;font-weight:500}._uploadButton_1oezq_555:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}._fileInfo_1oezq_574{color:#737373;font-size:.8125rem;display:block;margin-top:.5rem}._imagePreview_1oezq_581{margin-top:1rem}._imagePreview_1oezq_581 img{width:100%;max-width:300px;height:200px;object-fit:cover;border-radius:.5rem;border:2px solid #e5e5e5}._socialLinks_1oezq_593{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}._socialInput_1oezq_599{position:relative}._socialInput_1oezq_599 ._socialIcon_1oezq_602{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a3a3a3;font-size:1rem}._socialInput_1oezq_599 ._input_1oezq_522{padding-left:2.5rem}._modalActions_1oezq_614{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e5e5e5}._viewContent_1oezq_622{padding:1.5rem;max-height:70vh;overflow-y:auto}._viewImage_1oezq_628{margin-bottom:1.5rem}._viewImage_1oezq_628 ._viewImageFile_1oezq_631{width:100%;max-height:400px;object-fit:cover;border-radius:.5rem;border:1px solid #e5e5e5}._viewText_1oezq_639{margin-bottom:1.5rem}._viewText_1oezq_639 p{line-height:1.8;color:#404040;font-size:1rem;white-space:pre-wrap}._viewSocial_1oezq_649{margin-bottom:1.5rem}._viewSocial_1oezq_649 h4{color:#171717;margin-bottom:1rem;font-size:1rem}._viewSocial_1oezq_649 ._socialLinks_1oezq_593{display:flex;flex-wrap:wrap;gap:1rem}._viewSocial_1oezq_649 ._socialLink_1oezq_593{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fafafa;border-radius:.5rem;color:#404040;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid #e5e5e5}._viewSocial_1oezq_649 ._socialLink_1oezq_593:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}._viewMeta_1oezq_680{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid #e5e5e5;font-size:.8125rem;color:#737373}@media (max-width: 640px){._viewMeta_1oezq_680{flex-direction:column;gap:.5rem}}._imageLoading_1oezq_695{display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#737373;font-size:.8125rem;border-radius:.5rem;min-height:200px}._imageError_1oezq_706{display:flex;align-items:center;justify-content:center;background:#fef2f2;color:#ef4444;font-size:.8125rem;border-radius:.5rem;min-height:200px;border:1px solid #fee2e2}._toastContainer_1oezq_718{position:fixed;top:1.5rem;right:1.5rem;z-index:800;display:flex;flex-direction:column;gap:.75rem;max-width:400px}@media (max-width: 640px){._toastContainer_1oezq_718{left:1rem;right:1rem;max-width:none}}._toast_1oezq_718{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #00000008;border-left:4px solid #06b6d4;animation:_toastSlideIn_1oezq_1 .3s ease-out}._toast_1oezq_718._toastSuccess_1oezq_743{border-left-color:#10b981}._toast_1oezq_718._toastError_1oezq_746{border-left-color:#ef4444}@keyframes _toastSlideIn_1oezq_1{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}._toastContent_1oezq_760{display:flex;align-items:center;padding:1rem;gap:.75rem}._toastIcon_1oezq_767{font-size:1rem;color:#06b6d4}._toastSuccess_1oezq_743 ._toastIcon_1oezq_767{color:#10b981}._toastError_1oezq_746 ._toastIcon_1oezq_767{color:#ef4444}._toastMessage_1oezq_778{flex:1;color:#404040;font-size:.8125rem;line-height:1.4}._toastClose_1oezq_785{padding:.25rem;border:none;background:transparent;color:#a3a3a3;cursor:pointer;border-radius:.375rem;transition:all .2s cubic-bezier(.4,0,.2,1)}._toastClose_1oezq_785:hover{background:#f5f5f5;color:#525252}@media (max-width: 1024px){._postsContainer_1oezq_269._gridView_1oezq_273{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){._blog_1oezq_1{padding:1rem}._header_1oezq_12{margin-bottom:1.5rem}._headerContent_1oezq_19{padding:1.5rem}._controls_1oezq_53{padding:1rem;margin-bottom:1.5rem}._content_1oezq_199{padding:1.5rem}._modal_1oezq_437{margin:1rem;max-height:calc(100vh - 2rem)}._modalForm_1oezq_504,._viewContent_1oezq_622{padding:1rem}}@media (max-width: 640px){._blog_1oezq_1{padding:.75rem}._headerContent_1oezq_19{padding:1rem}._headerTitle_1oezq_32{font-size:1.125rem}._controls_1oezq_53{padding:.75rem}._content_1oezq_199{padding:1rem}._postsContainer_1oezq_269._gridView_1oezq_273{grid-template-columns:1fr}._cardContent_1oezq_323{padding:1rem}._modal_1oezq_437{margin:.5rem;max-height:calc(100vh - 1rem)}._modalHeader_1oezq_476{padding:1rem}._modalForm_1oezq_504,._viewContent_1oezq_622{padding:.75rem}._socialLinks_1oezq_593{grid-template-columns:1fr}._modalActions_1oezq_614{flex-direction:column}._modalActions_1oezq_614 ._primaryButton_1oezq_392,._modalActions_1oezq_614 ._secondaryButton_1oezq_419{width:100%;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:.875rem;line-height:1.5;color:#171717;background-color:#fafafa}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:#3b82f6;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1)}a:hover{color:#2563eb}button,input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}img{max-width:100%;height:auto}.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}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#a3a3a3;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#737373}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::selection{background:#3b82f626;color:#171717}
