.navbar{position:fixed;top:0;width:100%;background:transparent;z-index:1000;border-bottom:none}.nav-container{max-width:1200px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:600;letter-spacing:-.5px;cursor:pointer;display:flex;align-items:center}.logo-image{height:50px;width:auto;transition:all .3s ease}.logo-image:hover{transform:scale(1.05)}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-menu a{text-decoration:none;color:var(--gray-dark);font-size:.95rem;font-weight:400;cursor:pointer;transition:all .3s ease;position:relative}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background:var(--black);transition:width .3s ease}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.nav-menu a.active{color:var(--black);font-weight:500}.login-btn{padding:.5rem 1.5rem;background:var(--black);color:var(--white)!important;border-radius:50px;transition:all .3s ease}.login-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.login-btn:after{display:none}@media (max-width: 768px){.nav-menu{gap:1.5rem;font-size:.85rem}.nav-container{padding:1rem 1.5rem}}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:24px;height:2px;background:var(--black);margin:3px 0;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:scale(0)}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-menu{position:fixed;top:0;right:0;width:320px;height:100vh;background:var(--white);z-index:1000;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-logo{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700;color:var(--black);display:flex;align-items:center}.mobile-logo-image{height:44px;width:auto}.close-btn{width:40px;height:40px;border:none;background:#0000000d;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.close-btn:hover{background:#0000001a;transform:rotate(90deg)}.close-btn svg{width:18px;height:18px;color:var(--black)}.mobile-nav-menu{flex:1;padding:2rem 0;list-style:none;margin:0;display:flex;flex-direction:column}.mobile-nav-menu li{margin:0}.mobile-nav-menu a{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;color:var(--black);text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;border-left:4px solid transparent}.mobile-nav-menu a:hover{background:#0000000d;border-left-color:var(--black);transform:translate(8px)}.mobile-nav-menu a.active{background:#0000001a;border-left-color:var(--black);color:var(--black)}.menu-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.menu-icon svg{width:20px;height:20px;color:currentColor}.mobile-login-item{margin-top:auto;padding:2rem;border-top:1px solid rgba(0,0,0,.1)}.mobile-login-btn{display:flex!important;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 2rem;background:var(--black);color:var(--white)!important;border:none;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border-left:none!important;transform:none!important}.mobile-login-btn:hover{background:#333;transform:translateY(-2px)!important;box-shadow:0 8px 24px #0003;border-left:none!important}@media (max-width: 768px){.desktop-menu{display:none}.hamburger{display:flex}}@media (max-width: 480px){.mobile-menu{width:100vw}.mobile-menu-header{padding:1.5rem}.mobile-nav-menu a{padding:1rem 1.5rem;font-size:1rem}.mobile-login-item{padding:1.5rem}}body.mobile-menu-open{overflow:hidden}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f5f5f7}.hero-video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;-webkit-transform:translateZ(0);transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#ffffff4d,#fff3,#ffffff4d);z-index:2}.hero-content{position:relative;z-index:10;text-align:center;max-width:1200px;padding:0 2rem}.hero-title{font-family:Sora,sans-serif;font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--black)}.hero-title .line{display:block}.hero-subtitle{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;color:var(--gray-dark);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-input-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.input-wrapper{position:relative;flex:1}.styled-input-bar{width:100%;padding:1.2rem 1.5rem;border:2px solid rgba(0,0,0,.1);border-radius:50px;font-family:Inter,sans-serif;font-size:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;box-sizing:border-box}.styled-input-bar:focus{border-color:var(--black);box-shadow:0 0 0 4px #0000001a;transform:translateY(-2px)}.styled-input-bar:focus+.input-label,.styled-input-bar:not(:placeholder-shown)+.input-label{transform:translateY(-2.5rem) scale(.85);color:var(--black);font-weight:500}.input-label{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:1rem;color:var(--gray-medium);pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fffffff2;padding:0 .5rem}.start-button{padding:1.2rem 2.5rem;background:var(--black);color:var(--white);border:none;border-radius:50px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.start-button:hover{background:#333;transform:translateY(-2px)}.hero-login-text{text-align:center;margin-top:1rem}.hero-login-text p{font-family:Inter,sans-serif;font-size:.9rem;color:var(--gray-medium);margin:0}.login-link{color:var(--black);text-decoration:none;transition:all .3s ease}.login-link:hover{color:#333;text-decoration:underline}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--gray-medium);cursor:pointer;z-index:10;transition:all .3s ease;text-align:center}.scroll-indicator:hover{color:var(--black)}.scroll-indicator span{font-size:.9rem;font-weight:500;letter-spacing:.1em;display:block;text-align:center;white-space:nowrap;margin:0 auto;width:100%}.scroll-indicator svg{display:block;margin:0 auto;flex-shrink:0}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.hero{padding:6rem 1.5rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-input-container{flex-direction:column;gap:1rem}.input-wrapper,.styled-input-bar{width:100%}.start-button{width:100%;padding:1.2rem 2rem}.hero-login-text{margin-top:1.5rem}.hero-login-text p{font-size:.85rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem}.scroll-indicator span{text-align:center;display:block;white-space:nowrap}.scroll-indicator svg{display:block;margin:0 auto}.hero-video-background{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);will-change:transform}}.services{padding:8rem 2rem;background:var(--gray-light)}.container{max-width:1200px;margin:0 auto}.section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.02em;text-align:center;margin-bottom:5rem;text-transform:uppercase}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}.service-card{background:var(--white);padding:3rem 2rem;border-radius:20px;border:1px solid rgba(0,0,0,.05);cursor:pointer}.service-icon{width:60px;height:60px;margin-bottom:1.5rem;color:var(--black)}.service-icon svg{width:100%;height:100%}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.5px}.service-card p{color:var(--gray-medium);line-height:1.7}@media (max-width: 768px){.services{padding:5rem 1.5rem}.services-grid{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;-webkit-overflow-scrolling:touch;max-width:none;margin:0}.service-card{flex:0 0 280px;scroll-snap-align:start;padding:2rem 1.5rem}.service-card h3{font-size:1.3rem}.service-card p{font-size:.9rem;line-height:1.6}.service-icon{width:50px;height:50px;margin-bottom:1rem}}.process{padding:8rem 2rem 1rem;background:var(--white)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:4rem}.step{text-align:center;cursor:pointer}.step-number{font-size:3rem;font-weight:700;color:var(--gray-light);margin-bottom:1rem;letter-spacing:-2px;transition:color .3s ease}.step h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.5px}.step p{color:var(--gray-medium);line-height:1.7}.process-cta{display:flex;justify-content:center;margin-top:3rem;background:transparent!important;width:100%;padding:0;border:none;box-shadow:none!important}.process-button{padding:1rem 2.5rem;background:linear-gradient(135deg,#000,#1a1a1a);color:var(--white);border:none;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;font-family:inherit;box-shadow:0 10px 30px #00000026,0 1px 3px #0000001a;transition:all .3s ease;text-decoration:none;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);position:relative;z-index:1}.process-button:hover{transform:translateY(-2px) translateZ(0);box-shadow:0 15px 40px #0003,0 5px 10px #00000026}@media (max-width: 768px){.process{padding:5rem 1.5rem}}.appointment-section{padding:4rem 2rem 8rem;background:var(--white)}.appointment-subtitle{text-align:center;color:var(--gray-medium);font-size:1.2rem;margin-bottom:4rem}.appointment-form{max-width:700px;margin:0 auto}.form-group{position:relative}.form-group-full{grid-column:1 / -1}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.5rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white)}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.appointment-form .cta-button{width:100%;margin-top:1rem}.alternative-option{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.06)}.alternative-text{font-size:.9rem;color:var(--gray-medium);font-weight:400}.create-account-btn{padding:.5rem 1.2rem;background:transparent;color:var(--gray-dark);border:1px solid rgba(0,0,0,.12);border-radius:8px;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.create-account-btn:hover{background:#0000000a;border-color:var(--black);color:var(--black)}.form-message{text-align:center;margin-top:2rem;padding:1rem;border-radius:12px;font-weight:500}.form-message.success{background:#4caf501a;color:#2e7d32}.form-message.error{background:#f443361a;color:#c62828}@media (max-width: 768px){.appointment-section{padding:5rem 1.5rem}}.footer{background:var(--black);color:var(--white);padding:5rem 2rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%)}.footer-content{max-width:1400px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 2.5fr;gap:4rem;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:Sora,sans-serif;letter-spacing:-.02em}.footer-brand p{color:#ffffffb3;line-height:1.6;margin-bottom:2rem;max-width:350px}.footer-social{display:flex;gap:1rem}.social-link{width:44px;height:44px;border-radius:12px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.social-link:hover{background:var(--white);color:var(--black);border-color:var(--white);box-shadow:0 8px 24px #fff3}.social-link svg{width:20px;height:20px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.footer-column h3{font-size:1rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em;font-family:Sora,sans-serif}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a,.footer-column span{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-column a:hover{color:var(--white);transform:translate(5px)}.contact-info li{display:flex;align-items:center;gap:.75rem}.contact-info svg{width:18px;height:18px;flex-shrink:0;opacity:.7}.contact-info a{transform:none}.contact-info a:hover{transform:none;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-bottom p{color:#ffffff80;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;align-items:center;gap:1rem}.footer-bottom-links a{color:#ffffff80;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--white)}.footer-bottom-links span{color:#ffffff4d}@media (max-width: 1024px){.footer-main{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer{padding:4rem 1.5rem 2rem}.footer-main{gap:2.5rem;margin-bottom:3rem}.footer-brand h2{font-size:2rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-bottom-links{justify-content:center}}@media (max-width: 480px){.footer-social{flex-wrap:wrap}.social-link{width:40px;height:40px}.social-link svg{width:18px;height:18px}}.home,.services-page{width:100%;overflow-x:hidden}.services-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:8rem 2rem 4rem;overflow:hidden;background:linear-gradient(180deg,#fff,#f5f5f7)}.services-hero-content{max-width:900px;text-align:center;z-index:2}.services-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:2rem;text-transform:uppercase;max-width:900px}.services-hero p{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--gray-medium);max-width:700px;margin:0 auto 4rem;line-height:1.7}.discover-button-container{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:6rem;position:relative}.arrows-circle{position:absolute;width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.floating-arrow{position:absolute;color:#000}.floating-arrow.arrow-top-right{top:0;right:0;opacity:.35}.floating-arrow.arrow-bottom-right{bottom:0;right:0;opacity:.35}.floating-arrow.arrow-bottom-left{bottom:0;left:0;opacity:.35}.floating-arrow.arrow-top-left{top:0;left:0;opacity:.35}.discover-button{margin:0;height:auto;background:transparent;padding:0;border:none;cursor:pointer;letter-spacing:3px;text-decoration:none;font-size:2em;font-family:Arial,sans-serif;position:relative;text-transform:uppercase;color:transparent;-webkit-text-stroke:1px rgba(0,0,0,.6);z-index:2}.discover-button .hover-text{position:absolute;box-sizing:border-box;color:#000;width:0%;top:0;right:0;bottom:0;left:0;border-right:6px solid #000000;overflow:hidden;transition:.5s;-webkit-text-stroke:1px #000000}.discover-button:hover .hover-text{width:100%;filter:drop-shadow(0 0 23px rgba(0,0,0,.3))}.scroll-indicator-bottom{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);cursor:pointer;z-index:10;color:var(--gray-dark);opacity:.6;transition:opacity .3s ease}.scroll-indicator-bottom:hover{opacity:1}.scroll-indicator-bottom svg{display:block}.floating-shapes{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.floating-shape{position:absolute;width:100px;height:100px;background:linear-gradient(135deg,#0000000d,#00000005);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-shape:nth-child(1){top:20%;left:10%;width:150px;height:150px}.floating-shape:nth-child(2){top:60%;right:15%;width:120px;height:120px}.floating-shape:nth-child(3){bottom:15%;left:20%;width:100px;height:100px}.service-section{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem;position:relative}.service-section.dark{background:var(--black);color:var(--white)}.service-section.light{background:var(--white);color:var(--black)}.service-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.service-content{position:relative;padding-top:3rem}.service-number{font-size:8rem;font-weight:700;opacity:.05;position:absolute;top:-3rem;left:-1rem;line-height:1;letter-spacing:-5px;z-index:0;pointer-events:none}.service-content h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-2px;margin-bottom:1rem;margin-top:2rem;position:relative;z-index:1}.service-content h3{font-size:clamp(1.3rem,2vw,1.8rem);font-weight:400;margin-bottom:2rem;opacity:.7;position:relative;z-index:1}.service-content p{font-size:1.1rem;line-height:1.8;margin-bottom:3rem;opacity:.8;position:relative;z-index:1}.service-features{margin-bottom:3rem;position:relative;z-index:1}.feature-item{display:flex;align-items:center;gap:1rem;padding:.8rem 0;cursor:pointer;position:relative;z-index:1}.feature-dot{width:8px;height:8px;border-radius:50%;background:var(--gray-medium);transition:all .3s ease}.feature-item span{font-size:1rem;opacity:.9}.service-tech{margin-top:3rem;position:relative;z-index:1}.tech-label{font-size:.9rem;opacity:.6;display:block;margin-bottom:1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.8rem}.tech-tag{padding:.5rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer}.service-section.dark .tech-tag{background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.service-section.light .tech-tag{background:#0000000d;border:1px solid rgba(0,0,0,.1)}.service-visual{perspective:1200px;display:flex;align-items:center;justify-content:center}.visual-container-3d{width:100%;height:500px;position:relative;display:flex;align-items:center;justify-content:center}.icon-wrapper{transform-style:preserve-3d;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.service-icon-3d{width:100%;height:100%;transform-style:preserve-3d;cursor:pointer}.icon-3d{width:100%;height:100%;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.web-icon .icon-3d{transform:rotateX(5deg) rotateY(-5deg)}.app-icon .icon-3d{transform:rotateX(-3deg) rotateY(8deg)}.custom-icon .icon-3d{transform:rotateX(2deg) rotateY(-3deg)}.web-icon:hover .icon-3d{filter:drop-shadow(0 15px 40px rgba(0,0,0,.3))}.app-icon:hover .icon-3d{filter:drop-shadow(0 15px 40px rgba(29,29,31,.3))}.custom-icon:hover .icon-3d{filter:drop-shadow(0 15px 40px rgba(45,45,47,.3))}.custom-icon svg circle:first-of-type{animation:rotateGear 10s linear infinite;transform-origin:100px 100px}.custom-icon svg circle:nth-of-type(4){animation:rotateGear 8s linear infinite reverse;transform-origin:140px 70px}.custom-icon svg circle:nth-of-type(7){animation:rotateGear 12s linear infinite;transform-origin:60px 130px}@keyframes rotateGear{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.services-cta{padding:10rem 2rem;background:var(--gray-light);text-align:center}.cta-content h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-2px;margin-bottom:1rem}.cta-content p{font-size:1.3rem;color:var(--gray-medium);margin-bottom:3rem}@media (max-width: 1024px){.service-container{grid-template-columns:1fr;gap:4rem}.service-visual{order:-1}.visual-container-3d{height:350px}.icon-wrapper{width:250px;height:250px}}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;z-index:10;color:var(--gray-dark);opacity:.6;transition:opacity .3s ease}.scroll-indicator:hover{opacity:1}.scroll-indicator span{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em}@media (max-width: 768px){.services-hero,.service-section{padding:6rem 1.5rem 4rem}.service-number{font-size:5rem;top:-2rem;left:-1rem}.floating-shape{display:none}.visual-container-3d{height:280px}.icon-wrapper{width:200px;height:200px}.scroll-indicator{bottom:2rem}.services-hero .scroll-indicator{margin-top:3rem}}.process-page{width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.process-hero{min-height:40vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 2rem;background:linear-gradient(180deg,#fff,#f5f5f7);-webkit-backface-visibility:hidden;backface-visibility:hidden}.process-hero-header{max-width:1200px;margin:0 auto;width:100%;text-align:center;will-change:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.process-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase;max-width:800px;margin:0 auto}.timeline-section{padding:8rem 2rem;background:var(--white);position:relative}.timeline-container{max-width:1200px;margin:0 auto;position:relative}.timeline-line{position:absolute;left:50%;top:0;width:2px;background:linear-gradient(180deg,var(--black),var(--gray-medium));transform:translate(-50%);z-index:1}.process-step{position:relative;margin-bottom:8rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.process-step.left{grid-template-areas:"card marker"}.process-step.right{grid-template-areas:"marker card"}.process-step.left .step-card{grid-area:card;text-align:right}.process-step.right .step-card{grid-area:card;text-align:left}.step-marker{grid-area:marker;width:80px;height:80px;border-radius:50%;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;position:relative;z-index:2;margin:0 auto;cursor:pointer;box-shadow:0 10px 30px #0003}.step-card{background:var(--white);padding:3rem;border-radius:20px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;will-change:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.step-header h2{font-size:2.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:.5rem;will-change:auto}.step-header h3{font-size:1.3rem;font-weight:400;color:var(--gray-medium);margin-bottom:1rem;will-change:auto}.step-duration{display:inline-block;padding:.4rem 1rem;background:var(--gray-light);border-radius:50px;font-size:.9rem;font-weight:500;color:var(--gray-dark)}.step-description{margin:2rem 0;font-size:1.05rem;line-height:1.8;color:var(--gray-dark)}.step-activities{margin:2rem 0}.step-activities h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;opacity:.8}.activities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.activity-item{display:flex;align-items:center;gap:.8rem;padding:.5rem 0;cursor:pointer;transition:all .3s ease}.activity-dot{width:6px;height:6px;border-radius:50%;background:var(--black);flex-shrink:0}.activity-item span{font-size:.95rem;opacity:.8}.step-deliverables{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.step-deliverables h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;opacity:.8}.deliverables-list{display:flex;flex-wrap:wrap;gap:.8rem}.deliverable-tag{padding:.6rem 1.2rem;background:var(--black);color:var(--white);border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.methodology-section{padding:8rem 2rem;background:var(--gray-light)}.methodology-content{max-width:1200px;margin:0 auto;text-align:center}.methodology-content h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-2px;margin-bottom:1rem}.methodology-content>p{font-size:1.2rem;color:var(--gray-medium);margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.methodology-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.methodology-card{background:var(--white);padding:2.5rem 2rem;border-radius:20px;box-shadow:0 10px 30px #00000014;cursor:pointer;transition:all .3s ease;will-change:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.methodology-card h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px}.methodology-card p{font-size:1rem;line-height:1.7;color:var(--gray-medium)}.process-cta{padding:10rem 2rem;background:var(--white);color:var(--black);text-align:center}.process-cta .cta-content h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-2px;margin-bottom:1rem;color:var(--black)}.process-cta .cta-content p{font-size:1.3rem;color:var(--gray-medium);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.process-cta .cta-button{display:inline-block;padding:1.2rem 3rem;background:var(--black);color:var(--white);text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:500;transition:all .3s ease}@media (max-width: 1024px){.process-step{grid-template-columns:1fr;grid-template-areas:"marker" "card"!important;gap:2rem}.step-card{text-align:left!important}.timeline-line{left:40px}.step-marker{margin:0}}@media (max-width: 768px){.process-hero,.timeline-section,.methodology-section{padding:6rem 1.5rem 4rem}.activities-grid{grid-template-columns:1fr}.step-card{padding:2rem}.step-header h2{font-size:2rem}.methodology-grid{grid-template-columns:1fr}}.contact-page{width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.contact-hero{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;background:linear-gradient(180deg,#fff,#f5f5f7);position:relative;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.contact-hero-content{max-width:900px;text-align:center;z-index:2;position:relative;will-change:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.contact-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:2rem;text-transform:uppercase;max-width:900px}.contact-hero p{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--gray-medium);max-width:700px;margin:0 auto;line-height:1.7}.animated-background{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.bg-particle{position:absolute;width:4px;height:4px;background:var(--black);border-radius:50%}.contact-form-section{padding:8rem 2rem;background:var(--white)}.form-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:6rem;align-items:start}.form-intro h2{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;letter-spacing:-2px;margin-bottom:1.5rem}.form-intro>p{font-size:1.1rem;color:var(--gray-medium);line-height:1.7;margin-bottom:3rem}.contact-benefits{display:flex;flex-direction:column;gap:2rem}.benefit-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:var(--gray-light);border-radius:15px;cursor:pointer;transition:all .3s ease;will-change:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.benefit-icon{width:40px;height:40px;flex-shrink:0;color:var(--black)}.benefit-icon svg{width:100%;height:100%}.benefit-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.benefit-item p{font-size:.95rem;color:var(--gray-medium)}.contact-form{background:var(--white);padding:3rem;border-radius:20px;box-shadow:0 20px 60px #00000014;border:1px solid rgba(0,0,0,.05)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-field{margin-bottom:1.5rem;transition:all .3s ease}.form-field.focused{transform:scale(1.01)}.form-field label{display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem;color:var(--gray-dark)}.required{color:#e74c3c}.form-field input,.form-field select,.form-field textarea{width:100%;padding:1rem 1.5rem;border:2px solid rgba(0,0,0,.1);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 4px #0000000d}.form-field textarea{resize:vertical;min-height:120px}.form-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.submit-button{width:100%;padding:1.2rem 2rem;background:var(--black);color:var(--white);border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .3s ease;margin-top:1rem}.submit-button:hover{box-shadow:0 10px 30px #0003}.form-message{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:12px;font-weight:500;text-align:center}.form-message.success{background:#4caf501a;color:#2e7d32;border:1px solid rgba(76,175,80,.3)}.form-message.error{background:#f443361a;color:#c62828;border:1px solid rgba(244,67,54,.3)}.info-section{padding:8rem 2rem;background:var(--gray-light)}.info-content{max-width:1200px;margin:0 auto;text-align:center}.info-content h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-2px;margin-bottom:4rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.info-card{background:var(--white);padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #00000014;cursor:pointer;transition:all .3s ease;will-change:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.info-card h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;opacity:.7}.info-main{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--black)}.info-sub{font-size:1rem;color:var(--gray-medium)}@media (max-width: 1024px){.form-container{grid-template-columns:1fr;gap:4rem}.form-grid{grid-template-columns:1fr}}@media (max-width: 768px){.contact-hero,.contact-form-section,.info-section{padding:6rem 1.5rem 4rem}.contact-form{padding:2rem}.benefit-item{padding:1rem}.info-grid{grid-template-columns:1fr}}.auth-page{min-height:100vh;display:flex;align-items:stretch;justify-content:flex-start;background:var(--white);position:relative;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth-container{width:100%;min-height:100vh;display:grid;grid-template-columns:45% 55%;position:relative;z-index:2;will-change:auto}.auth-left{background:var(--black);color:var(--white);padding:3rem 4rem;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden;gap:4rem}.back-home{display:inline-flex;align-items:center;gap:.5rem;color:var(--white);text-decoration:none;font-size:.95rem;opacity:.7;transition:all .3s ease;width:fit-content;margin-bottom:2rem}.back-home:hover{opacity:1;transform:translate(-5px)}.auth-branding{flex:0;display:flex;flex-direction:column;justify-content:flex-start;margin-top:4rem}.auth-branding h1{font-size:clamp(3rem,6vw,5rem);font-weight:700;letter-spacing:-3px;margin-bottom:1.5rem;line-height:1}.auth-branding p{font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.6;opacity:.8;max-width:500px}.auth-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:auto;padding-bottom:2rem}.feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.feature-icon{width:32px;height:32px;color:var(--white);flex-shrink:0}.feature-icon svg{width:100%;height:100%}.feature-title{font-size:1rem;opacity:.9}.auth-right{background:linear-gradient(135deg,#f5f5f7,#fff);padding:4rem;display:flex;flex-direction:column;justify-content:center;position:relative}.auth-tabs{display:flex;gap:1rem;margin-bottom:3rem;position:relative;background:var(--gray-light);padding:.5rem;border-radius:12px}.tab{flex:1;padding:1rem 2rem;background:transparent;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;z-index:2;font-family:inherit;color:var(--gray-medium)}.tab.active{color:var(--black)}.tab-indicator{position:absolute;top:.5rem;left:.5rem;width:calc(50% - .5rem);height:calc(100% - 1rem);background:var(--white);border-radius:8px;box-shadow:0 2px 10px #0000000d;z-index:1;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.form-carousel{position:relative;overflow:visible;min-height:600px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.form-wrapper{position:absolute;width:100%;top:0;left:0;will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.auth-form{max-width:500px;margin:0 auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.auth-form h2{font-size:2rem;font-weight:700;letter-spacing:-1px;margin-bottom:.5rem;will-change:auto}.auth-form>p{color:var(--gray-medium);margin-bottom:2.5rem;font-size:1rem;will-change:auto}.form-group{margin-bottom:1.5rem;will-change:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.form-group label{display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem;color:var(--gray-dark)}.form-group input{width:100%;padding:1rem 1.5rem;border:2px solid rgba(0,0,0,.1);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white)}.form-group input:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 4px #0000000d}.form-group input::placeholder{color:var(--gray-medium);opacity:.5}.submit-btn{width:100%;padding:1.2rem 2rem;background:var(--black);color:var(--white);border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .3s ease;margin-top:1rem}.submit-btn:hover{box-shadow:0 10px 30px #0003}.auth-message{margin-top:2rem;padding:1rem 1.5rem;border-radius:12px;font-weight:500;text-align:center;max-width:500px;margin-left:auto;margin-right:auto}.auth-message.success{background:#4caf501a;color:#2e7d32;border:1px solid rgba(76,175,80,.3)}.auth-message.error{background:#f443361a;color:#c62828;border:1px solid rgba(244,67,54,.3)}.auth-bg{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1;overflow:hidden}.bg-circle{position:absolute;background:radial-gradient(circle,rgba(0,0,0,.1),transparent);border-radius:50%}@media (max-width: 1024px){.auth-container{grid-template-columns:1fr}.auth-left{display:none}.auth-right{padding:3rem 2rem;position:relative}.mobile-back-btn{position:absolute;top:1rem;left:1rem;width:44px;height:44px;border-radius:12px;background:#0000000d;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.mobile-back-btn:hover{background:#0000001a}.mobile-back-btn svg{width:20px;height:20px;color:var(--gray-dark)}}@media (max-width: 768px){.auth-right{padding:2rem 1.5rem}.auth-tabs{margin-bottom:2rem}.tab{padding:.8rem 1rem;font-size:.9rem}.auth-form h2{font-size:1.8rem}.form-carousel{min-height:550px}}@media (max-width: 480px){.auth-right{padding:1.5rem 1rem}.form-group input{padding:.9rem 1.2rem}.submit-btn{padding:1rem 1.5rem}}.auth-links{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 0;text-align:center}.link-btn{background:none;border:none;color:var(--black);font-size:.9rem;cursor:pointer;padding:.5rem 0;transition:all .2s ease;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:#0000004d}.link-btn:hover{color:var(--black);text-decoration-color:var(--black);transform:translateY(-1px)}.back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--gray-dark);font-size:.9rem;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:all .2s ease}.back-btn:hover{color:var(--black)}.auto-created-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;pointer-events:none}.popup-content{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 20px 60px #00000026;border:1px solid rgba(0,0,0,.08);max-width:400px;text-align:center;position:relative;pointer-events:all}.popup-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#0000000d;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--gray-dark);transition:all .2s ease}.popup-close:hover{background:#0000001a;color:var(--black)}.popup-icon{width:60px;height:60px;margin:0 auto 1rem;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center}.popup-icon svg{width:32px;height:32px;color:#fff}.popup-content h3{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:var(--black)}.popup-content p{margin:0;color:var(--gray-dark);line-height:1.5}.success-icon{width:80px;height:80px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #10b9814d}.success-icon svg{width:40px;height:40px;color:#fff;stroke-width:3}.auth-form .success-icon+h2{text-align:center;margin-bottom:1rem}.auth-form .success-icon+h2+p{text-align:center;color:var(--gray-dark);margin-bottom:1.5rem}.auth-form .success-icon+h2+p+p{text-align:center;color:var(--gray-dark);margin-bottom:2rem}.header-actions{display:flex;align-items:center;gap:2rem}.project-tabs{display:flex;gap:.5rem;background:#0000000d;padding:.25rem;border-radius:50px;position:relative;transition:all .3s ease}.project-tabs.drag-active{background:#0000001a;transform:scale(1.02);box-shadow:0 4px 16px #0000001a}.tab-btn{padding:.75rem 1.5rem;border:none;border-radius:50px;font-family:Sora,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:transparent;color:var(--gray-medium);white-space:nowrap;position:relative;text-transform:uppercase;letter-spacing:.5px}.tab-btn.active{background:var(--black);color:var(--white);box-shadow:0 2px 8px #00000026}.tab-btn:hover:not(.active){background:#0000001a;color:var(--black)}.tab-btn.drag-over{background:#00000026!important;transform:scale(1.02);box-shadow:0 0 0 2px #0003}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.project-card-admin{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-title-section{flex:1}.project-header h3{font-size:1.3rem;font-weight:600;margin:0 0 .25rem}.project-id .id-label{font-size:.75rem;color:var(--gray-medium);font-weight:500}.project-id .id-value{font-size:.75rem;color:var(--primary-color);font-weight:600;background:#6366f11a;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace}.project-actions{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:.75rem}.project-actions .btn-action{padding:.75rem 1rem;border:none;border-radius:10px;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-update{background:#6366f11a;color:#6366f1;border:1px solid rgba(99,102,241,.2)}.btn-update:hover{background:#6366f133;border-color:#6366f14d}.btn-view{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.btn-view:hover{background:#10b98133;border-color:#10b9814d}.btn-delete{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.btn-delete:hover{background:#ef444433;border-color:#ef44444d}.status-select{grid-column:span 2;padding:.75rem 3rem .75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:10px;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;background:var(--white);transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.status-select:hover{border-color:var(--black)}.status-select:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000000d}.project-modal,.update-modal{max-width:95%;width:1000px;max-height:90vh;overflow-y:auto;z-index:1000;position:relative;overflow:visible}.project-modal.modal-content,.update-modal.modal-content{overflow:visible}.project-form,.update-form{overflow:visible}.project-form .form-row,.update-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem;overflow:visible}.project-form .form-group,.update-form .form-group{margin-bottom:1.5rem;position:relative;z-index:1}.project-form .form-group:has(.client-search-container){z-index:1002;overflow:visible;position:relative}.project-form select,.update-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}@media (max-width: 768px){.project-modal,.update-modal{max-width:95%;padding:1.5rem}.project-form .form-row,.update-form .form-row{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;flex-direction:column;gap:1rem}.project-tabs{width:100%;justify-content:center}.tab-btn{flex:1;text-align:center}.add-project-btn{width:100%;justify-content:center}.projects-grid{grid-template-columns:1fr}}.progress-slider-container{position:relative;padding:1rem 0}.progress-slider{width:100%;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;outline:none;position:relative;z-index:2;cursor:pointer}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--black);cursor:pointer;box-shadow:0 2px 8px #0003;transition:all .3s ease}.progress-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #0000004d}.progress-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--black);cursor:pointer;border:none;box-shadow:0 2px 8px #0003;transition:all .3s ease}.progress-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #0000004d}.progress-slider-track{position:absolute;top:50%;left:0;right:0;height:8px;background:#0000000f;border-radius:50px;transform:translateY(-50%);pointer-events:none;z-index:1}.progress-slider-fill{height:100%;background:linear-gradient(90deg,#000,#333);border-radius:50px;transition:width .2s ease}.form-group label{font-weight:600;color:var(--black);margin-bottom:.75rem}.image-input-section{margin-bottom:1rem}.image-input-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.file-upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--black);border:2px solid var(--black);border-radius:.5rem;color:var(--white);cursor:pointer;transition:all .2s ease;font-size:.875rem}.file-upload-btn:hover{background:#333;border-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.file-upload-btn svg{width:1rem;height:1rem;color:var(--white)}.file-upload-btn:disabled{opacity:.5;cursor:not-allowed}.image-preview{position:relative;display:inline-block;margin-top:.5rem}.preview-image{width:120px;height:80px;object-fit:cover;border-radius:.5rem;border:2px solid #e5e7eb}.remove-image-btn{position:absolute;top:-.5rem;right:-.5rem;width:1.5rem;height:1.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.remove-image-btn:hover{background:#dc2626}.images-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:.5rem}input:disabled,textarea:disabled{opacity:.6;cursor:not-allowed;background-color:#f9fafb}.project-card-admin[draggable=true]{transition:all .3s ease}.project-card-admin[draggable=true]:hover{cursor:grab;transform:translateY(-2px);box-shadow:0 8px 32px #0000001f}.project-card-admin[draggable=true]:active{cursor:grabbing;transform:scale(.98)}.project-card-admin.dragging{opacity:.5;transform:rotate(5deg)}.client-search-container{position:relative;z-index:1001}.client-search-container input{padding-right:3rem}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--gray-medium);pointer-events:none}.client-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 8px 32px #0000001f;max-height:200px;overflow-y:auto;z-index:10001;margin-top:.25rem}.client-option{padding:1rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(0,0,0,.05)}.client-option:last-child{border-bottom:none}.client-option:hover{background:#0000000d}.client-info{display:flex;flex-direction:column;gap:.25rem}.client-name{font-weight:500;color:var(--black)}.client-email{font-size:.85rem;color:var(--gray-medium)}.no-clients{padding:1rem;text-align:center;color:var(--gray-medium);font-style:italic}.drag-feedback{position:fixed;bottom:2rem;right:2rem;display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:12px;font-weight:500;box-shadow:0 8px 32px #00000026;z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.drag-feedback.success{background:#10b981e6;color:var(--white)}.drag-feedback.error{background:#ef4444e6;color:var(--white)}.feedback-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.feedback-icon svg{width:18px;height:18px}.project-card-admin[draggable=true]:active{cursor:grabbing;transform:rotate(5deg) scale(.95);opacity:.7;z-index:1000}.admin-dashboard{display:flex;min-height:100vh;background:#f5f5f7}.admin-sidebar{width:280px;background:var(--white);border-right:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100}.sidebar-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.sidebar-header h2{font-size:1.8rem;font-weight:700;margin:0;font-family:Sora,sans-serif}.sidebar-nav{flex:1;padding:1.5rem 0;overflow-y:auto}.nav-item{width:100%;padding:1rem 2rem;display:flex;align-items:center;gap:1rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:.95rem;color:var(--gray-dark);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;font-weight:500;border-radius:12px;margin:0 1rem}.nav-item:hover{background:#0000000a;color:var(--black)}.nav-item.active{background:var(--black);color:var(--white)}.nav-item.active .nav-icon svg{color:var(--white)}.nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.nav-icon svg{width:100%;height:100%}.nav-label{flex:1}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(0,0,0,.06)}.user-switch{padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.06)}.user-info{flex:1;min-width:0}.logout-icon-btn{width:36px;height:36px;border-radius:8px;background:#0000000a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.logout-icon-btn svg{width:18px;height:18px}.admin-main{margin-left:280px;flex:1;padding:3rem;min-height:100vh;width:calc(100% - 280px)}.admin-content{max-width:100%;width:100%}.admin-content h1{font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;font-family:Sora,sans-serif;text-transform:uppercase;letter-spacing:-.02em}.search-box{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:50px;min-width:300px;margin-bottom:2rem;box-shadow:0 2px 8px #0000000a}.search-box svg{width:18px;height:18px;color:var(--gray-medium);flex-shrink:0}.search-box input{border:none;outline:none;font-family:inherit;font-size:.95rem;flex:1;background:transparent}.users-table-container{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#00000005;border-bottom:1px solid rgba(0,0,0,.06)}.users-table th{padding:1.2rem 1.5rem;text-align:left;font-weight:600;font-size:.85rem;color:var(--gray-dark);text-transform:uppercase;letter-spacing:.5px}.users-table td{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.04);font-size:.95rem;color:var(--gray-dark)}.users-table tbody tr{transition:background .2s ease}.users-table tbody tr:hover{background:#00000005}.users-table tbody tr:last-child td{border-bottom:none}.user-cell{display:flex;align-items:center;gap:1rem}.user-avatar-small{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#000,#333);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;flex-shrink:0;overflow:hidden}.user-avatar-small img{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-name{font-weight:500;color:var(--black)}.role-badge-small{padding:.35rem .9rem;border-radius:50px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.role-badge-small.admin{background:#6366f11a;color:#6366f1}.role-badge-small.user{background:#10b9811a;color:#10b981}.text-center{text-align:center}.table-actions{display:flex;gap:.5rem;justify-content:flex-end}.btn-icon{width:36px;height:36px;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.btn-icon svg{width:18px;height:18px}.btn-icon.btn-edit{background:#3b82f61a;color:#3b82f6;border-color:#3b82f633}.btn-icon.btn-edit:hover{background:#3b82f633;border-color:#3b82f6}.btn-icon.btn-reset{background:#6366f11a;color:#6366f1}.btn-icon.btn-reset:hover{background:#6366f133}.btn-icon.btn-delete{background:#ef44441a;color:#ef4444}.btn-icon.btn-delete:hover{background:#ef444433}.empty-row{text-align:center;padding:3rem!important;color:var(--gray-medium);font-size:1rem}.users-grid{display:none}.appointments-accordion{display:flex;flex-direction:column;gap:1rem}.appointment-accordion-item{background:var(--white);border-radius:16px;box-shadow:0 4px 20px #0000000f;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.appointment-accordion-item:hover{box-shadow:0 8px 32px #0000001f}.appointment-accordion-header{padding:1.5rem 2rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease;border-bottom:1px solid transparent}.appointment-accordion-header:hover{background-color:#00000005}.appointment-summary{display:flex;align-items:center;justify-content:space-between;flex:1;gap:2rem}.appointment-summary-main h4{font-size:1.1rem;font-weight:600;margin:0 0 .25rem;color:var(--black)}.appointment-summary-email{font-size:.9rem;color:var(--gray-medium);display:block;margin-bottom:.25rem}.appointment-summary-business{font-size:.85rem;color:var(--gray-dark);font-weight:500;display:block}.appointment-summary-meta{display:flex;align-items:center;gap:1rem;flex-shrink:0}.appointment-date{font-size:.85rem;color:var(--gray-medium);font-weight:500}.status-badge-small{padding:.35rem .9rem;border-radius:50px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.status-badge-small.status-pending{background:#fbbf241a;color:#f59e0b}.status-badge-small.status-confirmed{background:#10b9811a;color:#10b981}.status-badge-small.status-completed{background:#6366f11a;color:#6366f1}.status-badge-small.status-cancelled{background:#ef44441a;color:#ef4444}.accordion-chevron{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--gray-medium);margin-left:1rem}.accordion-chevron svg{width:18px;height:18px}.appointment-accordion-content{border-top:1px solid rgba(0,0,0,.06)}.appointment-details-expanded{padding:2rem}.appointment-contact-info{display:flex;gap:2rem;margin-bottom:1.5rem}.appointment-message-expanded{margin-bottom:1.5rem}.appointment-message-expanded h5{font-size:.9rem;font-weight:600;color:var(--gray-dark);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.appointment-message-expanded p{color:var(--gray-dark);line-height:1.6;margin:0;padding:1rem;background:#00000005;border-radius:12px;border-left:4px solid var(--black)}.appointment-card-admin{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(0,0,.2,1)}.appointment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.appointment-header h3{font-size:1.3rem;font-weight:600;margin-bottom:.3rem}.appointment-email{color:var(--gray-medium);font-size:.9rem}.business-name{color:var(--gray-dark);font-size:.95rem;font-weight:500;margin-top:.3rem}.status-pending{background:#f59e0b}.status-confirmed{background:#10b981}.status-completed{background:#6366f1}.status-cancelled{background:#ef4444}.status-active{background:#10b981}.status-paused{background:#f59e0b}.appointment-details{display:flex;gap:2rem;margin-bottom:1rem}.detail-item{display:flex;align-items:center;gap:.5rem;color:var(--gray-dark);font-size:.9rem}.appointment-message{color:var(--gray-dark);line-height:1.6;margin-bottom:1.5rem;padding:1rem;background:#00000005;border-radius:10px}.appointment-actions{display:flex;gap:.75rem}.admin-content.chat-section{height:calc(100vh - 6rem);display:flex;flex-direction:column;overflow:hidden}.admin-content.chat-section h1{flex-shrink:0;margin-bottom:2rem}.chat-layout{display:grid;grid-template-columns:350px 1fr;gap:2rem;flex:1;min-height:0;overflow:hidden}.conversations-list{background:var(--white);border-radius:20px;padding:1.5rem;overflow-y:auto;box-shadow:0 4px 20px #0000000f;min-height:0;display:flex;flex-direction:column}.conversations-header{flex-shrink:0;margin-bottom:1rem}.conversations-header h3{margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:var(--black)}.search-container{margin-bottom:0}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.9rem;background:var(--white);transition:all .2s ease;font-family:inherit}.search-input:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000000d}.search-input::placeholder{color:var(--gray-medium)}.search-icon{position:absolute;left:.75rem;width:16px;height:16px;color:var(--gray-medium);pointer-events:none;z-index:1}.clear-search{position:absolute;right:.5rem;width:24px;height:24px;border:none;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--gray-medium)}.clear-search:hover{background:#0000000d;color:var(--black)}.clear-search svg{width:14px;height:14px}.conversations-list h3{flex-shrink:0;margin-bottom:1rem}.conversation-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-bottom:.5rem}.conversation-item:hover{background:#0000000a}.conversation-item.active{background:var(--black);color:var(--white)}.conversation-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#000,#333);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.conversation-item.active .conversation-avatar{background:linear-gradient(135deg,#fff,#f0f0f0);color:var(--black)}.conversation-info{flex:1;min-width:0}.conversation-info h4{font-size:.95rem;font-weight:600;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-info p{font-size:.85rem;color:var(--gray-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item.active .conversation-info p{color:#ffffffb3}.unread-badge{background:#ef4444;color:#fff;padding:.2rem .6rem;border-radius:50px;font-size:.75rem;font-weight:600}.chat-area{background:var(--white);border-radius:20px;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;overflow:hidden;min-height:0;height:100%}.chat-header{padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0;display:flex;justify-content:space-between;align-items:center;background:var(--white)}.chat-header h3{font-size:1.2rem;font-weight:600;margin:0 0 .25rem;color:var(--black)}.chat-header p{color:var(--gray-medium);font-size:.9rem;margin:0}.chat-actions{display:flex;gap:.5rem}.btn-delete-all{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-delete-all:hover{background:#ef444433;border-color:#ef4444}.btn-delete-all svg{width:16px;height:16px}.messages-container{flex:1 1 0;padding:2rem;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch}.message.user{justify-content:flex-start}.message.admin{justify-content:flex-end}.message-content{max-width:70%;padding:1.2rem 1.5rem;border-radius:16px;position:relative}.message-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.message-header p{margin:0;flex:1}.btn-delete-message{width:24px;height:24px;border-radius:4px;border:none;background:#ef44441a;color:#ef4444;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:0;flex-shrink:0}.message:hover .btn-delete-message{opacity:1}.btn-delete-message:hover{background:#ef444433;transform:scale(1.1)}.btn-delete-message svg{width:14px;height:14px}.message.user .message-content{background:#0000000d;color:var(--gray-dark);border-bottom-left-radius:4px}.message.admin .message-content{background:var(--black);color:var(--white);border-bottom-right-radius:4px}.message-form{display:flex;align-items:center;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0;background:var(--white)}.message-input-container{flex:1;display:flex;align-items:center;gap:.75rem}.message-form input{flex:1;padding:1rem 1.5rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-family:inherit;font-size:1rem}.message-form input:focus{outline:none;border-color:var(--black)}.attachment-btn{width:44px;height:44px;border-radius:10px;border:1px solid var(--black);background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.attachment-btn svg{width:20px;height:20px;color:var(--white)}.message-form button{width:48px;height:48px;background:var(--black);color:var(--white);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.message-form button svg{width:20px;height:20px}.attachment-preview-container{padding:1rem 2rem;border-top:1px solid rgba(0,0,0,.06);background:#fafafa}.edit-user-modal{max-width:600px;width:90%}.edit-user-form{display:flex;flex-direction:column;gap:1.5rem}.edit-user-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.edit-user-form .form-group{display:flex;flex-direction:column;gap:.5rem}.edit-user-form label{font-weight:500;color:var(--gray-dark);font-size:.9rem}.edit-user-form input,.edit-user-form select{padding:.75rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .2s ease}.edit-user-form input:focus,.edit-user-form select:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000000d}.edit-user-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}@media (max-width: 768px){.edit-user-form .form-row{grid-template-columns:1fr}.edit-user-modal{width:95%;margin:1rem}}.no-conversation{display:flex;align-items:center;justify-content:center;height:100%;color:var(--gray-medium);font-size:1.1rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card-admin{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(0,0,.2,1)}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-header h3{font-size:1.3rem;font-weight:600}.project-client{color:var(--gray-medium);font-size:.9rem;margin-bottom:1rem}.project-description{color:var(--gray-dark);line-height:1.6;margin-bottom:1.5rem}.project-progress{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.progress-bar{flex:1;height:8px;background:#0000000f;border-radius:50px;overflow:hidden}.project-progress span{font-weight:600;font-size:.9rem;min-width:45px;text-align:right}.project-actions{display:flex;gap:.75rem}.status-select{flex:1;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:10px;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;background:var(--white)}.stats-grid-admin{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.stat-card-admin{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:#0000000d;border-radius:12px}.stat-icon svg{width:24px;height:24px}.stat-card-admin h3{font-size:3rem;font-weight:700;margin-bottom:.5rem;font-family:Sora,sans-serif}.stat-card-admin p{color:var(--gray-medium);font-size:.95rem;font-weight:500}.recent-activity{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.activity-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;font-family:Sora,sans-serif}.activity-list{background:var(--white);border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #0000000f}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid rgba(0,0,0,.06)}.activity-item:last-child{border-bottom:none}.activity-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#000,#333);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.activity-info{flex:1;min-width:0}.activity-info h4{font-size:.95rem;font-weight:600;margin-bottom:.2rem}.activity-info p,.activity-date{font-size:.85rem;color:var(--gray-medium)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--white);padding:2.5rem;border-radius:20px;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d}.modal-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;font-family:Sora,sans-serif}.modal-content p{color:var(--gray-medium);margin-bottom:1.5rem}.modal-content input{width:100%;padding:1rem 1.2rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-family:inherit;font-size:1rem;margin-bottom:1.5rem}.modal-content input:focus{outline:none;border-color:var(--black)}.modal-actions{display:flex;gap:1rem}.btn-cancel,.btn-confirm{flex:1;padding:1rem;border:none;border-radius:12px;font-family:inherit;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-cancel{background:#0000000d;color:var(--gray-dark)}@media (max-width: 1024px){.admin-sidebar{width:240px}.admin-main{margin-left:240px;width:calc(100% - 240px);padding:2rem}.chat-layout{grid-template-columns:300px 1fr}}@media (max-width: 768px){.admin-sidebar{width:100%;height:auto;position:relative;border-right:none;border-bottom:1px solid rgba(0,0,0,.08)}.admin-main{margin-left:0;width:100%;padding:1.5rem}.users-grid,.projects-grid{grid-template-columns:1fr}.chat-layout{grid-template-columns:1fr;grid-template-rows:300px 1fr;gap:1rem}.admin-content.chat-section{height:calc(100vh - 4rem)}.conversations-list{max-height:300px;overflow-y:auto}.chat-area{min-height:400px;height:auto}.messages-container{max-height:300px;overflow-y:auto}.recent-activity{grid-template-columns:1fr}.sidebar-nav{display:flex;overflow-x:auto;padding:.5rem}.nav-item{flex-direction:column;padding:.75rem 1rem;min-width:80px;text-align:center}.nav-label{font-size:.75rem}}.add-project-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--black);color:var(--white);border:none;border-radius:50px;font-family:inherit;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.add-project-btn:hover{box-shadow:0 8px 24px #00000040}.add-project-btn svg{width:18px;height:18px}.btn-update{background:#6366f11a;color:#6366f1}.btn-view{background:#10b9811a;color:#10b981}.project-modal,.update-modal{max-width:95%;width:1000px;max-height:90vh;overflow-y:auto}.project-modal h3,.update-modal h3{font-size:1.8rem;margin-bottom:2rem}.project-form .form-row,.update-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.project-form .form-group,.update-form .form-group{margin-bottom:1.5rem}.project-form .form-group label,.update-form .form-group label{display:block;margin-bottom:.6rem;font-weight:500;color:var(--gray-dark);font-size:.9rem}.project-form input,.project-form select,.project-form textarea,.update-form input,.update-form select,.update-form textarea{width:100%;padding:1rem 1.2rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-family:inherit;font-size:1rem;transition:all .3s ease;background:var(--white)}.project-form input:focus,.project-form select:focus,.project-form textarea:focus,.update-form input:focus,.update-form select:focus,.update-form textarea:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000000d}.project-form select,.update-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.project-form textarea,.update-form textarea{resize:vertical;min-height:100px}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0000000d;border-radius:50px;font-size:.85rem;color:var(--gray-dark);font-weight:500}.tag-item button{width:20px;height:20px;border:none;background:#0000001a;color:var(--gray-dark);border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.tag-item button:hover{background:#ef444433;color:#ef4444}@media (max-width: 768px){.project-modal,.update-modal{max-width:95%;padding:1.5rem}.project-form .form-row,.update-form .form-row{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.add-project-btn{width:100%;justify-content:center}}.appointments-section,.requests-section{margin-bottom:3rem}.appointments-section h2,.requests-section h2{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;font-family:Sora,sans-serif;color:var(--gray-dark)}.appointment-actions,.request-actions{display:flex;gap:.75rem;margin-top:1.5rem}.appointment-actions .btn-action,.request-actions .btn-action{padding:.75rem 1.5rem;border:none;border-radius:10px;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.btn-confirm{background:#10b9811a;color:#10b981;border-color:#10b98133}.btn-confirm:hover{background:#10b98133;border-color:#10b9814d;transform:translateY(-1px)}.btn-complete{background:#6366f11a;color:#6366f1;border-color:#6366f133}.btn-complete:hover{background:#6366f133;border-color:#6366f14d;transform:translateY(-1px)}.btn-delete{background:#ef44441a;color:#ef4444;border-color:#ef444433}.btn-delete:hover{background:#ef444433;border-color:#ef44444d;transform:translateY(-1px)}.requests-grid-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.request-card-admin{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.request-header{margin-bottom:1.5rem}.request-header h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.request-user{color:var(--gray-medium);font-size:.9rem;margin-bottom:.3rem}.request-type-label{color:var(--gray-dark);font-size:.9rem;font-weight:500}.request-details-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.quick-codes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-top:2rem}.quick-code-card{background:var(--white);border-radius:12px;padding:1.5rem;border:1px solid rgba(0,0,0,.08);transition:all .3s ease}.quick-code-card:hover{box-shadow:0 8px 32px #0000001f}.quick-code-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.quick-code-info h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:var(--black)}.quick-code-email{margin:0;font-size:.9rem;color:var(--gray-dark)}.quick-code-actions{display:flex;gap:.5rem}.btn-copy{background:#10b981;color:#fff}.btn-copy:hover{background:#059669}.quick-code-display{background:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1rem;text-align:center}.code-label{display:block;font-size:.85rem;color:var(--gray-dark);margin-bottom:.5rem;font-weight:500}.code-value{font-size:1.5rem;font-weight:700;font-family:Courier New,monospace;color:var(--black);letter-spacing:.1em}.quick-code-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.detail-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--gray-dark)}.detail-item svg{width:16px;height:16px}.quick-code-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.status-badge.used{background:#ef4444;color:#fff}.status-badge.active{background:#10b981;color:#fff}.expiry-date{font-size:.85rem;color:var(--gray-dark)}.quick-code-modal{max-width:600px;width:90%}.quick-code-form{display:flex;flex-direction:column;gap:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h1{margin:0}.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--black);color:var(--white);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:#333}.btn-primary svg{width:18px;height:18px}.attachment-preview-container{background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1rem;margin-bottom:1rem}.attachment-item{position:relative;background:#f8f9fa;border-radius:8px;padding:.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.attachment-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:6px}.attachment-file-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#0000000d;border-radius:6px}.attachment-file-icon svg{width:24px;height:24px;color:var(--gray-dark)}.attachment-name{display:block;font-size:.75rem;font-weight:500;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.attachment-size{display:block;font-size:.7rem;color:var(--gray-dark);margin-top:.25rem}.remove-attachment{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#ef4444;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:all .2s ease}.message-input-container{display:flex;align-items:center;gap:.5rem;flex:1}.message-form{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--white);border-top:1px solid rgba(0,0,0,.08)}.attachment-controls{display:flex;align-items:center;gap:.5rem}.attachment-btn{width:40px;height:40px;border-radius:8px;border:1px solid var(--black);background:var(--black);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.attachment-btn:hover{background:#333;border-color:#333}.send-btn{width:40px;height:40px;border-radius:8px;border:none;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.send-btn:hover{background:#333}.send-btn svg{width:18px;height:18px}.message-attachments{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.attachment-preview{max-width:200px}.attachment-image{width:100%;height:auto;border-radius:6px;border:1px solid rgba(0,0,0,.08)}.attachment-file{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#0000000a;border-radius:6px;font-size:.85rem}.attachment-file svg{width:16px;height:16px;color:var(--gray-dark)}.stat-card{position:relative;overflow:hidden}.stat-content{display:flex;flex-direction:column;gap:.5rem}.stat-value{font-size:2rem;font-weight:700;margin:0}.stat-title{font-size:.9rem;color:var(--gray-medium);margin:0}.stat-change{display:flex;align-items:center;gap:.25rem;font-size:.8rem;font-weight:500}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.stat-change svg{width:12px;height:12px}.charts-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.chart-container{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f}.chart-container h3{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:var(--black)}.line-chart{display:flex;align-items:end;gap:1rem;height:200px;padding:1rem 0}.chart-bar{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;position:relative}.bar-fill{width:100%;background:linear-gradient(180deg,var(--black),#333);border-radius:4px 4px 0 0;transition:height 1s ease;margin-top:auto}.bar-label{font-size:.8rem;color:var(--gray-medium);margin-top:.5rem}.bar-value{position:absolute;top:-1.5rem;font-size:.75rem;font-weight:600;color:var(--black)}.donut-chart{display:flex;flex-direction:column;align-items:center;gap:2rem}.donut-center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--black),#333);color:var(--white)}.donut-total{font-size:2rem;font-weight:700}.donut-label{font-size:.8rem;opacity:.8}.donut-segments{display:flex;flex-direction:column;gap:.75rem;width:100%}.status-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;transition:background .2s ease}.status-item:hover{background:#0000000d}.status-dot{width:12px;height:12px;border-radius:50%}.status-dot.status-active{background:#10b981}.status-dot.status-paused{background:#f59e0b}.status-dot.status-completed{background:#6366f1}.status-name{flex:1;font-weight:500;text-transform:capitalize}.status-count{font-weight:600;color:var(--black)}.progress-section{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;margin:2rem 0}.progress-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:var(--black)}.progress-list{display:flex;flex-direction:column;gap:1rem}.progress-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:12px;background:#00000005;transition:all .3s ease}.progress-item:hover{background:#0000000d;transform:translate(4px)}.progress-info{display:flex;justify-content:space-between;align-items:center}.progress-name{font-weight:500;color:var(--black)}.progress-percentage{font-weight:600;color:var(--gray-dark)}.progress-bar-container{height:6px;background:#0000001a;border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--black),#333);border-radius:3px}.progress-status{align-self:flex-start;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:500;text-transform:capitalize}.progress-status.status-active{background:#10b9811a;color:#10b981}.progress-status.status-paused{background:#f59e0b1a;color:#f59e0b}.progress-status.status-completed{background:#6366f11a;color:#6366f1}.quick-actions{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f}.quick-actions h3{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:var(--black)}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.action-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#0000000d;border:none;border-radius:12px;font-family:inherit;font-weight:500;color:var(--black);cursor:pointer;transition:all .3s ease}.action-btn:hover{background:var(--black);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.action-btn svg{width:18px;height:18px}@media (max-width: 768px){.charts-section,.actions-grid{grid-template-columns:1fr}.line-chart{height:150px}.donut-center{width:100px;height:100px}.donut-total{font-size:1.5rem}}.account-settings-container{max-width:800px;margin:0 auto}.account-form{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f}.profile-photo-section{margin-bottom:2rem;text-align:center}.profile-photo-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:var(--black)}.photo-upload-area{display:flex;flex-direction:column;align-items:center;gap:1rem}.photo-preview{position:relative;display:inline-block}.photo-preview .preview-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid rgba(0,0,0,.1)}.remove-photo-btn{position:absolute;top:-8px;right:-8px;width:32px;height:32px;background:#ef4444;color:var(--white);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-photo-btn:hover{background:#dc2626;transform:scale(1.1)}.remove-photo-btn svg{width:16px;height:16px}.photo-placeholder{width:120px;height:120px;border-radius:50%;background:#0000000d;border:2px dashed rgba(0,0,0,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--gray-medium)}.photo-placeholder svg{width:32px;height:32px}.photo-placeholder span{font-size:.85rem;font-weight:500}.upload-photo-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--black);color:var(--white);border:none;border-radius:50px;font-family:inherit;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.upload-photo-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.upload-photo-btn svg{width:18px;height:18px}.form-fields{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.form-group label{font-weight:600;color:var(--black);font-size:.9rem}.form-group input{padding:1rem 1.2rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-family:inherit;font-size:1rem;transition:all .3s ease;background:var(--white)}.form-group input:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000000d}.form-group input.disabled-field{background:#0000000d;color:var(--gray-medium);cursor:not-allowed}.form-group small{font-size:.8rem;color:var(--gray-medium);font-style:italic}.form-actions{display:flex;justify-content:center}.save-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--black);color:var(--white);border:none;border-radius:50px;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:180px;justify-content:center}.save-btn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.save-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.save-btn svg{width:18px;height:18px}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.account-settings-container{margin:0}.account-form{padding:1.5rem;border-radius:16px}.photo-preview .preview-image,.photo-placeholder{width:100px;height:100px}.form-fields{gap:1rem}.save-btn{width:100%}}.instagram-connection-card,.instagram-config-card,.instagram-test-card,.instagram-commands-card,.instagram-messages-card{background:var(--white);border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a}.instagram-status{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border-radius:8px;margin-bottom:1rem}.instagram-status.connected{background:#22c55e1a;border:1px solid rgba(34,197,94,.2)}.instagram-status.disconnected{background:#fbbf241a;border:1px solid rgba(251,191,36,.2)}.instagram-status.not-configured,.instagram-status.error{background:#ef44441a;border:1px solid rgba(239,68,68,.2)}.instagram-status.checking{background:#3b82f61a;border:1px solid rgba(59,130,246,.2)}.status-icon{font-size:2rem;flex-shrink:0}.status-text h3{margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.status-text p{margin:0;color:var(--gray-medium);font-size:.9rem}.connect-btn{background:#e4405f;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;margin-left:auto}.connect-btn:hover{background:#c13584;transform:translateY(-2px)}.config-info h4{margin:1.5rem 0 1rem;font-size:1rem;font-weight:600;color:var(--black)}.url-list{margin-bottom:2rem}.url-item{margin-bottom:1rem;padding:1rem;background:#00000005;border-radius:8px;border-left:4px solid #E4405F}.url-item strong{display:block;margin-bottom:.5rem;color:var(--black)}.url-item code{background:#0000000d;padding:.5rem;border-radius:4px;font-family:Monaco,Menlo,monospace;font-size:.85rem;word-break:break-all;display:block}.env-vars{list-style:none;padding:0;margin:1rem 0}.env-vars li{padding:.75rem;margin-bottom:.5rem;background:#00000005;border-radius:6px;border-left:3px solid var(--black)}.env-vars code{font-weight:600;color:#e4405f}.test-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--black)}.form-input,.form-textarea{padding:.75rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-family:inherit;font-size:.9rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#e4405f;box-shadow:0 0 0 3px #e4405f1a}.test-send-btn{background:#e4405f;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;align-self:flex-start}.test-send-btn:hover{background:#c13584;transform:translateY(-2px)}.commands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.command-item{padding:1.5rem;background:#e4405f0d;border-radius:8px;border-left:4px solid #E4405F}.command-item strong{display:block;margin-bottom:.5rem;color:var(--black);font-size:.95rem}.command-item p{margin:0;color:var(--gray-medium);font-size:.85rem}.no-messages{text-align:center;padding:3rem 2rem;color:var(--gray-medium)}.no-messages p{margin:.5rem 0}.messages-list{display:flex;flex-direction:column;gap:1rem}.message-item{padding:1rem;background:#00000005;border-radius:8px;border-left:3px solid #E4405F}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.message-header strong{color:var(--black);font-size:.9rem}.message-time{color:var(--gray-medium);font-size:.8rem}.message-content{color:var(--gray-dark);font-size:.9rem;line-height:1.4}@media (max-width: 768px){.instagram-connection-card,.instagram-config-card,.instagram-test-card,.instagram-commands-card,.instagram-messages-card{padding:1.5rem;margin-bottom:1.5rem}.instagram-status{flex-direction:column;text-align:center;gap:1rem}.commands-grid{grid-template-columns:1fr;gap:1rem}.url-item code{font-size:.75rem}}.chat-type-toggle{display:flex;gap:.5rem;margin-bottom:2rem;justify-content:center}.toggle-btn{padding:.75rem 1.5rem;border:2px solid rgba(0,0,0,.1);background:var(--white);color:var(--gray-dark);border-radius:50px;font-family:inherit;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.toggle-btn:hover{border-color:var(--black);transform:translateY(-2px)}.toggle-btn.active{background:var(--black);color:var(--white);border-color:var(--black)}.conversation-avatar.instagram{background:linear-gradient(135deg,#e4405f,#c13584);color:var(--white);font-size:1.2rem;display:flex;align-items:center;justify-content:center}.instagram-username{font-size:.8rem;color:#e4405f;font-weight:500;margin:0}.message.instagram{position:relative}.message.instagram .message-content{background:#e4405f0d;border-left:3px solid #E4405F}.message-type-indicator{position:absolute;top:.5rem;right:.5rem;font-size:1rem;opacity:.7}.btn-generate-code{background:#10b981;color:var(--white);border:none;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;margin-right:.5rem}.btn-generate-code:hover{background:#059669;transform:translateY(-1px)}.btn-generate-code svg{width:16px;height:16px}.message-form input[placeholder*=Instagram]{border-color:#e4405f}.message-form input[placeholder*=Instagram]:focus{border-color:#c13584;box-shadow:0 0 0 3px #e4405f1a}.quick-code-generation-section{background:var(--white);border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a}.quick-code-generation-section h3{margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:var(--black);display:flex;align-items:center;gap:.5rem}.quick-code-generation-section h3:before{content:"🤖";font-size:1.5rem}.generation-info{background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.generation-info p{margin:0;color:var(--gray-dark);font-size:.9rem;line-height:1.5}.generation-steps{list-style:none;padding:0;margin:1rem 0}.generation-steps li{color:var(--gray-dark);font-size:.9rem;position:relative;padding:.5rem 0 .5rem 2rem}.generation-steps li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}@media (max-width: 768px){.chat-type-toggle{flex-direction:column;align-items:center}.toggle-btn{width:200px;justify-content:center}.btn-generate-code{font-size:.8rem;padding:.4rem .8rem}.btn-generate-code span{display:none}.instagram-username{font-size:.75rem}.message-type-indicator{font-size:.9rem}}.btn-reset-conversation{background:#f59e0b;color:var(--white);border:none;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;margin-right:.5rem}.btn-reset-conversation:hover{background:#d97706;transform:translateY(-1px)}.btn-reset-conversation svg{width:16px;height:16px}.conversation-item.instagram .conversation-info{position:relative}.conversation-item.instagram .conversation-info:after{content:"📱";position:absolute;top:0;right:0;font-size:.8rem;opacity:.7}.message.instagram .message-content{background:linear-gradient(135deg,#e4405f0d,#c135840d);border-left:3px solid #E4405F;border-radius:8px;padding:1rem}.message.instagram.user .message-content{background:linear-gradient(135deg,#3b82f60d,#2563eb0d);border-left:3px solid #3b82f6}.message.instagram .message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.message.instagram .message-header .conversation-state{font-size:.75rem;padding:.25rem .5rem;background:#0000001a;border-radius:12px;color:var(--gray-dark);font-weight:500}.message.instagram .message-header .conversation-state.awaiting{background:#f59e0b33;color:#f59e0b}.message.instagram .message-header .conversation-state.completed{background:#10b98133;color:#10b981}@media (max-width: 768px){.btn-reset-conversation{font-size:.8rem;padding:.4rem .8rem}.btn-reset-conversation span{display:none}.chat-actions{flex-wrap:wrap;gap:.5rem}.chat-actions button{flex:1;min-width:120px}}.instagram-users-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px}.instagram-users-card h3{margin:0 0 20px;color:#333;font-size:1.2rem}.no-users{text-align:center;padding:40px 20px;color:#666}.no-users p{margin:8px 0}.users-list{display:flex;flex-direction:column;gap:16px}.user-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa;transition:all .2s ease}.user-item:hover{background:#f0f0f0;border-color:#d0d0d0}.user-info{display:flex;align-items:center;gap:12px;flex:1}.user-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#e0e0e0}.user-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:1.2rem}.user-details{flex:1}.user-details strong{display:block;color:#333;font-size:1rem;margin-bottom:4px}.user-id{font-size:.85rem;color:#666;margin:2px 0}.last-message{font-size:.85rem;color:#888;margin:2px 0}.user-actions{display:flex;gap:8px;align-items:center}.bot-toggle-btn{padding:8px 16px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.bot-toggle-btn.enabled{background:#4caf50;color:#fff}.bot-toggle-btn.enabled:hover{background:#45a049}.bot-toggle-btn.disabled{background:#f44336;color:#fff}.bot-toggle-btn.disabled:hover{background:#da190b}.view-messages-btn{padding:8px 16px;background:#2196f3;color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.view-messages-btn:hover{background:#1976d2}.message-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.message-modal{background:#fff;border-radius:12px;width:95%;max-width:1200px;height:85vh;max-height:800px;display:flex;flex-direction:column;box-shadow:0 4px 20px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e0e0e0;flex-shrink:0}.modal-header h3{margin:0;color:#333;font-size:1.3rem}.close-modal-btn{background:none;border:none;font-size:1.8rem;cursor:pointer;color:#666;padding:8px;border-radius:4px;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-modal-btn:hover{background:#f0f0f0;color:#333}.messages-container{flex:1;padding:24px 32px;overflow-y:auto;min-height:400px;max-height:calc(85vh - 200px)}.message{margin-bottom:20px;display:flex;flex-direction:column}.message.user-message{align-items:flex-end}.message.bot-message{align-items:flex-start}.message-content{max-width:75%;padding:16px 20px;border-radius:16px;word-wrap:break-word;white-space:pre-wrap;font-size:.95rem;line-height:1.4}.user-message .message-content{background:#2196f3;color:#fff;border-bottom-right-radius:6px}.bot-message .message-content{background:#f0f0f0;color:#333;border-bottom-left-radius:6px}.message-time{font-size:.8rem;color:#888;margin-top:6px;padding:0 8px}.message-input-container{padding:24px 32px;border-top:1px solid #e0e0e0;display:flex;gap:16px;flex-shrink:0}.message-input{flex:1;padding:16px;border:1px solid #ddd;border-radius:12px;resize:vertical;font-family:inherit;font-size:.95rem;min-height:60px;max-height:120px}.message-input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a}.send-message-btn{padding:16px 32px;background:#2196f3;color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:500;font-size:.95rem;transition:all .2s ease;align-self:flex-end}.send-message-btn:hover{background:#1976d2;transform:translateY(-1px)}@media (max-width: 768px){.user-item{flex-direction:column;align-items:flex-start;gap:12px}.user-actions{width:100%;justify-content:flex-end}.message-modal{width:98%;height:90vh;max-height:none}.modal-header{padding:20px 24px}.modal-header h3{font-size:1.1rem}.messages-container{padding:20px 24px;max-height:calc(90vh - 180px)}.message-content{max-width:90%;font-size:.9rem}.message-input-container{padding:20px 24px;flex-direction:column}.send-message-btn{align-self:stretch;padding:14px}}@media (max-width: 480px){.message-modal{width:100%;height:100vh;border-radius:0}.modal-header{padding:16px 20px}.messages-container{padding:16px 20px;max-height:calc(100vh - 160px)}.message-input-container{padding:16px 20px}}.user-dashboard{display:flex;min-height:100vh;background:#f5f5f7}.dashboard-sidebar{width:280px;background:var(--white);border-right:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100;overflow-y:auto;overflow-x:hidden}.sidebar-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06);background:var(--white);display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{font-size:1.8rem;font-weight:700;margin:0;font-family:Sora,sans-serif;color:var(--black)}.mobile-close-btn{display:none;width:36px;height:36px;border-radius:8px;border:none;background:transparent;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.mobile-close-btn:hover{background:#0000000a}.mobile-close-btn svg{width:20px;height:20px;color:var(--gray-dark)}.sidebar-nav{flex:1;padding:1.5rem 0;overflow-y:auto;overflow-x:hidden;background:var(--white)}.nav-item{width:calc(100% - 2rem);padding:1rem 2rem;display:flex;align-items:center;gap:1rem;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:.95rem;color:var(--gray-dark);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;font-weight:500;border-radius:12px;margin:0 1rem;box-sizing:border-box;overflow:hidden;white-space:nowrap}.nav-item:hover{background:#0000000f;color:var(--black)}.nav-item:hover .nav-icon svg{color:var(--black)}.nav-item.active{background:var(--black)!important;color:var(--white)!important}.nav-item.active .nav-icon svg{color:var(--white)!important}.nav-item.active .nav-label{color:var(--white)!important}.nav-item.active:hover{background:#333!important;color:var(--white)!important}.nav-item.active:hover .nav-icon svg{color:var(--white)!important}.nav-item.active:hover .nav-label{color:var(--white)!important}.nav-item .active-indicator{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--white)}.nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:inherit;flex-shrink:0}.nav-icon svg{width:100%;height:100%;color:inherit}.nav-label{flex:1;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-badge{background:#ef4444;color:#fff;padding:.2rem .5rem;border-radius:50px;font-size:.7rem;font-weight:600;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(0,0,0,.06);background:var(--white)}.admin-switch{padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.06);background:var(--white)}.switch-panel-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#000,#1a1a1a);color:var(--white);border:none;border-radius:12px;font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.switch-panel-btn:hover{box-shadow:0 6px 20px #00000040}.switch-panel-btn svg{width:18px;height:18px}.user-profile{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#000,#333);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.user-info{flex:1;min-width:0;overflow:hidden}.user-name{font-weight:600;font-size:.9rem;color:var(--black);margin:0 0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.75rem;color:var(--gray-medium);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-icon-btn{width:36px;height:36px;border-radius:8px;background:#0000000a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;color:var(--gray-dark)}.logout-icon-btn:hover{background:var(--black);color:var(--white)}.logout-icon-btn:hover svg{color:var(--white)}.logout-icon-btn svg{width:18px;height:18px;color:inherit}.dashboard-main{margin-left:280px;flex:1;padding:3rem;min-height:100vh;width:calc(100% - 280px);overflow-y:auto}.dashboard-content{max-width:100%;width:100%;height:100%}.dashboard-content h1{font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;font-family:Sora,sans-serif;text-transform:uppercase;letter-spacing:-.02em}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:var(--white);padding:1.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background:#0000000d;border-radius:12px}.stat-icon svg{width:20px;height:20px}.stat-card h3{font-size:2rem;font-weight:700;margin-bottom:.5rem;font-family:Sora,sans-serif}.stat-card p{color:var(--gray-medium);font-size:.85rem;font-weight:500}.recent-section{margin-top:3rem}.recent-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;font-family:Sora,sans-serif}.project-list{display:grid;gap:1.5rem}.project-card{background:var(--white);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.04);position:relative;overflow:hidden}.project-card:hover{box-shadow:0 8px 32px #0000001f;border-color:#00000014}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.project-title-section h3{font-size:1.2rem;font-weight:600;margin:0 0 .25rem;color:var(--black);line-height:1.3}.project-type{font-size:.8rem;color:var(--gray-medium);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.project-id{display:flex;align-items:center;gap:6px;margin-top:4px}.id-label{font-size:.75rem;color:var(--gray-medium);font-weight:500}.id-value{font-size:.75rem;color:var(--primary-color);font-weight:600;background:#6366f11a;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace}.project-status-badge{padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.project-description{color:var(--gray-dark);line-height:1.5;margin-bottom:1.25rem;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-progress-section{margin-bottom:1.25rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.progress-label{font-size:.8rem;font-weight:600;color:var(--gray-dark);text-transform:uppercase;letter-spacing:.5px}.progress-percentage{font-size:.85rem;font-weight:600;color:var(--black)}.progress-bar{height:6px;background:#0000000f;border-radius:50px;overflow:hidden}.progress-fill{height:100%;border-radius:50px;transition:width .8s ease}.project-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.project-meta-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--gray-medium)}.project-meta-item svg{width:14px;height:14px}.project-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.project-action-btn{width:100%;padding:.75rem 1.5rem;border:none;border-radius:10px;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.project-action-btn.primary{background:var(--black);color:var(--white)}.project-action-btn.primary:hover{background:#333;transform:translateY(-1px)}.appointments-list{display:grid;gap:1.5rem}.appointment-card{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.appointment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.appointment-title-section,.request-title-section{flex:1}.appointment-header h3{font-size:1.2rem;font-weight:600;margin:0 0 .25rem}.appointment-id,.request-id{display:flex;align-items:center;gap:6px;margin-top:4px}.appointment-id .id-label,.request-id .id-label{font-size:.75rem;color:var(--gray-medium);font-weight:500}.appointment-id .id-value,.request-id .id-value{font-size:.75rem;color:var(--primary-color);font-weight:600;background:#6366f11a;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace}.status-badge{padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:500;color:#fff}.appointment-date{color:var(--gray-medium);margin-bottom:.5rem;font-size:.9rem}.appointment-message{color:var(--gray-dark);line-height:1.6;margin-top:1rem}.admin-notes{margin-top:1.5rem;padding:1.2rem;background:#00000008;border-radius:12px;border-left:3px solid var(--black)}.admin-notes strong{display:block;margin-bottom:.5rem;font-size:.9rem}.admin-notes p{color:var(--gray-dark);line-height:1.6;margin:0}.account-form{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;max-width:100%;max-height:calc(100vh - 200px);overflow-y:auto}.profile-photo-section{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.photo-preview{width:120px;height:120px;border-radius:50%;overflow:hidden;background:#f5f5f7;display:flex;align-items:center;justify-content:center;border:3px solid rgba(0,0,0,.08)}.preview-image{width:100%;height:100%;object-fit:cover}.preview-placeholder{width:60px;height:60px;color:var(--gray-medium)}.preview-placeholder svg{width:100%;height:100%}.photo-controls{flex:1}.photo-upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--black);color:var(--white);border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;border:none;text-decoration:none}.photo-upload-btn:hover{background:#333}.photo-upload-btn svg{width:18px;height:18px}.form-section{margin-bottom:3rem}.form-section h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;font-family:Sora,sans-serif}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.6rem;font-weight:500;color:var(--gray-dark);font-size:.9rem}.form-group input,.form-group select{width:100%;padding:1rem 1.2rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-family:inherit;font-size:1rem;transition:all .3s ease;background:var(--white)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000000d}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.save-btn{padding:1.2rem 3rem;background:var(--black);color:var(--white);border:none;border-radius:12px;font-family:inherit;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.save-btn:hover{box-shadow:0 8px 24px #0003}.form-message{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:12px;font-weight:500;font-size:.95rem}.attachment-preview-container{padding:1rem;border-top:1px solid rgba(0,0,0,.08);background:#fafafa}.attachment-preview-container h4{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:var(--gray-dark)}.attachments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.attachment-item{position:relative;background:var(--white);border-radius:8px;padding:.75rem;border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;gap:.5rem}.attachment-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px}.attachment-file-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#0000000d;border-radius:4px;color:var(--gray-medium)}.attachment-file-icon svg{width:32px;height:32px}.attachment-info{text-align:center;width:100%}.attachment-name{display:block;font-size:.75rem;font-weight:500;color:var(--gray-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.attachment-size{display:block;font-size:.7rem;color:var(--gray-medium);margin-top:.25rem}.remove-attachment{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;border:none;background:#ef4444;color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-attachment:hover{background:#dc2626;transform:scale(1.1)}.message-attachments{margin-top:.75rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem}.attachment-preview{border-radius:8px;overflow:hidden;background:#ffffff1a}.attachment-image{width:100%;height:auto;max-height:200px;object-fit:cover;cursor:pointer;transition:transform .2s ease}.attachment-image:hover{transform:scale(1.02)}.attachment-file{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#ffffff1a;border-radius:8px;color:inherit}.attachment-file svg{width:20px;height:20px;flex-shrink:0}.attachment-file span{font-size:.85rem;font-weight:500}.chat-container{display:flex;flex-direction:column;height:calc(100vh - 120px);max-height:calc(100vh - 120px);min-height:400px;overflow:hidden;position:relative}.chat-container.minimized{height:auto;max-height:none;min-height:auto}.chat-header{flex-shrink:0;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center}.chat-header h1{margin:0}.chat-controls{display:flex;gap:.5rem}.chat-minimize-btn{width:40px;height:40px;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.chat-minimize-btn:hover{background:#0000000a;border-color:var(--black)}.chat-minimize-btn svg{width:20px;height:20px;color:var(--gray-dark)}.messages-container{flex:1 1 0;overflow-y:auto;overflow-x:hidden;padding:1rem;margin-bottom:1rem;min-height:0;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fafafa;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#0000004d}.message{margin-bottom:1.5rem;display:flex}.message.user{justify-content:flex-end}.message.admin{justify-content:flex-start}.message-content{max-width:70%;padding:1.2rem 1.5rem;border-radius:16px}.message.user .message-content{background:var(--black);color:var(--white);border-bottom-right-radius:4px}.message.admin .message-content{background:#0000000d;color:var(--gray-dark);border-bottom-left-radius:4px}.message-content p{margin-bottom:.5rem;line-height:1.5}.message-time{font-size:.75rem;opacity:.7}.message-form{flex-shrink:0;display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--white);border-top:1px solid rgba(0,0,0,.08);border-radius:0 0 8px 8px}.message-input-container{flex:1;display:flex;align-items:center;gap:.5rem}.message-form input{flex:1;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.95rem;outline:none;transition:border-color .2s ease}.message-form input:focus{border-color:var(--black)}.attachment-controls{display:flex;align-items:center}.attachment-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--black);background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.attachment-btn:hover{background:#333;border-color:#333;color:var(--white)}.attachment-btn svg{width:18px;height:18px;color:var(--white)}.message-form button{width:40px;height:40px;border-radius:8px;border:none;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.message-form button:hover{background:#333}.message-form button svg{width:18px;height:18px}.chat-container.minimized .messages-container,.chat-container.minimized .message-form,.chat-container.minimized .attachment-preview-container{display:none}.empty-state-custom{text-align:center;color:var(--gray-dark);padding:4rem 2rem;background:var(--white);border-radius:20px;box-shadow:0 4px 20px #0000000f;font-size:1.1rem;line-height:1.8}.inline-link-btn{display:inline;background:var(--black);color:var(--white);border:none;padding:.4rem 1.2rem;border-radius:50px;font-family:inherit;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin:0 .3rem}.inline-link-btn:hover{box-shadow:0 4px 12px #0003}.form-appointments-section{margin-bottom:3rem}.form-appointments-section h2,.dashboard-requests-section h2{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;font-family:Sora,sans-serif;color:var(--gray-dark)}.dashboard-requests-section{margin-top:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.add-request-btn{width:50px;height:50px;background:var(--black);color:var(--white);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.add-request-btn:hover{box-shadow:0 8px 24px #00000040;transform:rotate(90deg)}.add-request-btn svg{width:24px;height:24px}.appointment-business{color:var(--gray-dark);font-weight:500;margin-bottom:.5rem;font-size:.95rem}.requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.request-card{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.request-header h3{font-size:1.2rem;font-weight:600;flex:1}.request-type{color:var(--gray-medium);font-size:.9rem;font-weight:500;margin-bottom:1rem}.request-description{color:var(--gray-dark);line-height:1.6;margin-bottom:1.5rem}.request-details{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.detail-tag{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#0000000d;border-radius:50px;font-size:.85rem;color:var(--gray-dark);font-weight:500}.detail-tag svg{width:14px;height:14px}.detail-tag.priority-low{background:#6366f11a;color:#6366f1}.detail-tag.priority-medium{background:#f59e0b1a;color:#f59e0b}.detail-tag.priority-high{background:#ef44441a;color:#ef4444}.detail-tag.priority-urgent{background:#dc262626;color:#dc2626;font-weight:600}.request-attachments{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#6366f10d;border-radius:10px;margin-bottom:1rem;color:#6366f1;font-size:.9rem;font-weight:500}.request-attachments svg{width:16px;height:16px}.request-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.06)}.request-date{color:var(--gray-medium);font-size:.85rem}.btn-delete-request{padding:.5rem 1.2rem;background:#ef44441a;color:#ef4444;border:none;border-radius:8px;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-delete-request:hover{background:#ef444433}.request-modal{max-width:95%;width:1200px;max-height:90vh;overflow-y:auto}.request-modal h3{font-size:1.8rem;margin-bottom:2rem}.request-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.request-form .form-group{margin-bottom:1.5rem}.request-form .form-group label{display:block;margin-bottom:.6rem;font-weight:500;color:var(--gray-dark);font-size:.9rem}.request-form input,.request-form select,.request-form textarea{width:100%;padding:1rem 1.2rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-family:inherit;font-size:1rem;transition:all .3s ease;background:var(--white)}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000000d}.request-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.request-form textarea{resize:vertical;min-height:100px}.file-upload-area{border:2px dashed rgba(0,0,0,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.file-upload-area:hover{border-color:var(--black);background:#00000005}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;color:var(--gray-dark)}.file-upload-label svg{width:32px;height:32px}.file-upload-label span{font-weight:500}.attachments-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.attachment-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#00000008;border-radius:8px;font-size:.9rem}.attachment-item button{width:24px;height:24px;border:none;background:#ef44441a;color:#ef4444;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.attachment-item button:hover{background:#ef444433}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #00000026;border:1px solid rgba(0,0,0,.08);position:relative;max-height:90vh;overflow-y:auto}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.06)}.btn-confirm,.btn-cancel{padding:.75rem 2rem;border-radius:8px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-confirm{background:var(--black);color:var(--white)}.btn-confirm:hover{background:#333;color:var(--white)}.btn-cancel{background:var(--white);color:var(--gray-dark);border:1px solid rgba(0,0,0,.12)}.btn-cancel:hover{background:#0000000a;color:var(--black);border-color:#0003}.mobile-header{display:none;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.08);background:var(--white)}.mobile-menu-btn{width:44px;height:44px;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.mobile-menu-btn:hover{background:#0000000a;border-color:var(--black)}.mobile-menu-btn svg{width:20px;height:20px;color:var(--gray-dark)}.mobile-header h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--black)}.mobile-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;display:none}@media (max-width: 1024px){.dashboard-sidebar{width:240px}.dashboard-main{margin-left:240px;width:calc(100% - 240px);padding:2rem}}@media (max-width: 768px){.user-dashboard{flex-direction:column;height:100vh;overflow:hidden}.dashboard-sidebar{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:var(--white);border-right:1px solid rgba(0,0,0,.08);z-index:1000;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;transition:left .3s ease-in-out}.dashboard-sidebar.mobile-open{left:0}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);background:var(--white);flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{font-size:1.5rem;margin:0;color:var(--black)}.mobile-close-btn{display:flex!important;width:36px;height:36px;border-radius:8px;border:none;background:transparent;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1001;position:relative}.mobile-close-btn:hover{background:#0000000a}.mobile-close-btn svg{width:20px;height:20px;color:var(--gray-dark);pointer-events:none}.sidebar-nav{padding:1rem 0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;gap:0;background:var(--white);flex:1}.nav-item{flex-shrink:0;width:calc(100% - 2rem);padding:.75rem 1rem;margin:.25rem 1rem;border-radius:8px;white-space:nowrap;font-size:.9rem;background:transparent;color:var(--gray-dark);display:flex;align-items:center;gap:.75rem;border:none;cursor:pointer;transition:all .3s ease;text-align:left;font-weight:500}.nav-item:hover{background:#0000000f;color:var(--black)}.nav-item:hover .nav-icon svg{color:var(--black)}.nav-item.active{background:var(--black)!important;color:var(--white)!important}.nav-item.active .nav-icon svg{color:var(--white)!important}.nav-item.active .nav-label{color:var(--white)!important}.nav-item.active:hover{background:#333!important;color:var(--white)!important}.nav-item.active:hover .nav-icon svg{color:var(--white)!important}.nav-item.active:hover .nav-label{color:var(--white)!important}.nav-icon{width:18px;height:18px;color:inherit;flex-shrink:0}.nav-icon svg{color:inherit;width:100%;height:100%}.nav-label{font-size:.9rem;color:inherit;flex:1}.unread-badge{background:#ef4444;color:#fff;padding:.2rem .5rem;border-radius:50px;font-size:.7rem;font-weight:600;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.06);background:var(--white);margin-top:auto;flex-shrink:0}.user-profile{flex-direction:row;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;font-size:.9rem;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:.9rem;color:var(--black);margin:0 0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.8rem;color:var(--gray-medium);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-icon-btn{background:#0000000a;color:var(--gray-dark);flex-shrink:0;width:36px;height:36px}.logout-icon-btn:hover{background:var(--black);color:var(--white)}.logout-icon-btn svg{color:inherit}.admin-switch{margin-top:.75rem;background:var(--white);padding:1rem 1.5rem 0}.switch-panel-btn{padding:.75rem 1rem;font-size:.85rem;background:var(--black);color:var(--white);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.switch-panel-btn:hover{background:#333;color:var(--white)}.dashboard-main{margin-left:0;padding:90px 0 0;flex:1;overflow:hidden;height:100vh;background:#f5f5f7;width:100%;display:flex;flex-direction:column}.mobile-header{position:fixed;top:0;left:0;right:0;background:var(--white);z-index:999;border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;min-height:70px;box-sizing:border-box;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-header-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.mobile-header-content h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--black);font-family:Sora,sans-serif}.mobile-chat-subtitle{margin:0;font-size:.8rem;color:var(--gray-medium);line-height:1.3;font-weight:400}.mobile-menu-btn{width:44px;height:44px;border-radius:12px;border:none;background:#0000000a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.mobile-menu-btn:hover{background:#00000014;transform:scale(1.05)}.mobile-menu-btn:active{transform:scale(.95)}.hamburger-lines{display:flex;flex-direction:column;gap:4px;width:20px;height:16px}.hamburger-lines span{width:100%;height:2px;background:var(--black);border-radius:1px;transition:all .3s ease}.hamburger-lines span:nth-child(1){width:100%}.hamburger-lines span:nth-child(2){width:80%}.hamburger-lines span:nth-child(3){width:60%}.mobile-sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.dashboard-content{padding:6rem 1rem 1rem;height:calc(100vh - 6rem);overflow:hidden;display:flex;flex-direction:column;flex:1;margin-top:0}.dashboard-content.chat-content{padding:0;height:100vh;max-height:100vh;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1}.dashboard-content h1{display:none}.chat-container{height:100vh;max-height:100vh;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;flex:1;margin:0;padding:70px 0 0;box-sizing:border-box;position:fixed;top:0;left:0;right:0;bottom:0;background:#f5f5f7}.chat-header{display:none}.messages-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;margin:0;height:calc(100vh - 150px);max-height:calc(100vh - 150px);background:var(--white);border:none;box-shadow:none;-webkit-overflow-scrolling:touch;position:absolute;top:70px;left:0;right:0;bottom:80px;box-sizing:border-box}.message-form{flex-shrink:0;height:80px;padding:1rem;gap:.75rem;border-top:1px solid rgba(0,0,0,.08);background:var(--white);display:flex;align-items:center;position:fixed;bottom:0;left:0;right:0;z-index:10;box-sizing:border-box}.stats-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:2rem;flex-shrink:0}.stat-card{padding:1rem}.stat-card h3{font-size:1.25rem}.stat-card p{font-size:.75rem}.stat-icon{width:1.5rem!important;height:1.5rem!important}.requests-grid{grid-template-columns:1fr;gap:1.5rem}.request-card{padding:1.5rem}.request-form .form-row{grid-template-columns:1fr;gap:1rem}.request-modal{max-width:95%;width:95%;padding:1.5rem;margin:1rem}.request-modal h3{font-size:1.5rem;margin-bottom:1.5rem}.modal-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem}.btn-confirm,.btn-cancel{width:100%;padding:1rem}.form-row{grid-template-columns:1fr;gap:1rem}.account-form{padding:1.5rem;max-height:calc(100vh - 150px);overflow-y:auto}.form-section h3{font-size:1.2rem}.message-content{max-width:85%}.section-header{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding:0 .5rem}.section-header h2{margin:0;flex:1}.add-request-btn{margin-right:1rem;flex-shrink:0}.project-list{gap:1.5rem}.project-card{padding:1.5rem}.appointments-list{gap:1.5rem}.appointment-card{padding:1.5rem}.empty-state{padding:3rem 1.5rem}.empty-state-custom{padding:3rem 1.5rem;font-size:1rem}}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}.form-group input.error:focus,.form-group select.error:focus,.form-group textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.project-status-section{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.deadline-info{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#dc2626;background:#dc262626;padding:.375rem .75rem;border-radius:.5rem;max-width:200px;text-align:center;border:1px solid rgba(220,38,38,.3);font-weight:500}.deadline-info svg{width:.875rem;height:.875rem;flex-shrink:0;color:#dc2626}.deadline-info.overdue{color:#fff;background:#dc2626;border-color:#b91c1c;box-shadow:0 0 10px #dc262666}.deadline-info.overdue svg{animation:pulse 2s infinite;color:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.project-action-btn.claim{background:#dc2626;color:#fff;border:2px solid #dc2626;box-shadow:0 4px 12px #dc26264d}.project-action-btn.claim:hover{background:#b91c1c;border-color:#b91c1c;box-shadow:0 6px 16px #dc262666}.project-action-btn.claim svg{width:1rem;height:1rem;margin-right:.5rem}@media (max-width: 768px){.project-status-section{flex-direction:column;align-items:stretch}.deadline-info{font-size:.625rem;padding:.25rem .5rem;max-width:none;text-align:left}}.chat-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#fff}.chat-header-content{flex:1}.chat-header-content h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#111827}.chat-subtitle{margin:0;font-size:.875rem;color:#6b7280;line-height:1.4;max-width:400px}.chat-controls{display:flex;align-items:center;gap:.5rem}.chat-minimize-btn{background:#f3f4f6;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.chat-minimize-btn:hover{background:#e5e7eb}.chat-minimize-btn svg{width:1.25rem;height:1.25rem;color:#374151}@media (max-width: 768px){.chat-header{flex-direction:column;gap:1rem;padding:1rem}.chat-header-content h1{font-size:1.25rem}.chat-subtitle{font-size:.8rem;max-width:none}.chat-controls{align-self:flex-end}}.message-sender{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:0 .75rem}.sender-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;background:#0000001a;display:flex;align-items:center;justify-content:center}.sender-avatar img{width:100%;height:100%;object-fit:cover}.sender-avatar svg{width:14px;height:14px;color:var(--gray-medium)}.sender-name{font-size:.8rem;font-weight:500;color:var(--gray-medium)}.message.admin .message-sender{justify-content:flex-start}.message.user .message-sender{justify-content:flex-end}.project-detail-page{min-height:100vh;background:#f5f5f7;padding:3rem 4rem}.back-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:50px;font-family:inherit;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;color:var(--gray-dark)}.back-btn:hover{background:var(--black);color:var(--white);border-color:var(--black)}.back-btn svg{width:18px;height:18px}.project-detail-container{max-width:100%;width:100%;margin:0}.project-detail-header{background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #0000000f;margin-bottom:3rem}.project-cover{width:100%;height:400px;overflow:hidden;background:linear-gradient(135deg,#f5f5f7,#e5e5e7)}.project-cover img{width:100%;height:100%;object-fit:cover}.project-info{padding:3rem}.project-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.status-badge{padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:500;text-transform:capitalize}.status-badge.status-active{background:#10b9811a;color:#10b981}.status-badge.status-completed{background:#6366f11a;color:#6366f1}.status-badge.status-paused{background:#f59e0b1a;color:#f59e0b}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{padding:.4rem 1rem;background:#0000000d;border-radius:50px;font-size:.8rem;color:var(--gray-dark);font-weight:500}.project-info h1{font-size:3rem;font-weight:700;margin-bottom:1rem;font-family:Sora,sans-serif;line-height:1.2}.project-description{font-size:1.1rem;color:var(--gray-medium);line-height:1.8;margin-bottom:2.5rem}.project-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2.5rem}.stat-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#00000005;border-radius:16px}.stat-item svg{width:32px;height:32px;color:var(--gray-medium);flex-shrink:0}.stat-item div{display:flex;flex-direction:column}.stat-label{font-size:.85rem;color:var(--gray-medium);margin-bottom:.3rem}.stat-value{font-size:1.3rem;font-weight:600;color:var(--black);font-family:Sora,sans-serif}.progress-bar-large{width:100%;height:12px;background:#0000000f;border-radius:50px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#000,#333);border-radius:50px}.updates-section{margin-top:3rem}.updates-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.06)}.updates-header h2{font-size:1.8rem;font-weight:700;margin:0;font-family:Sora,sans-serif}.timeline-stats{display:flex;align-items:center;gap:1rem}.timeline-count{font-size:.9rem;color:var(--gray-medium);font-weight:500}.empty-timeline{text-align:center;padding:4rem 2rem;color:var(--gray-medium);background:var(--white);border-radius:20px;box-shadow:0 4px 20px #0000000f}.empty-timeline-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:#0000000a;border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-timeline-icon svg{width:32px;height:32px}.empty-timeline h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-dark)}.timeline-container{position:relative;padding-left:2rem}.timeline-line{position:absolute;left:1.5rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,.05) 50%,transparent 100%)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-marker{position:absolute;left:-2rem;top:1rem;z-index:2}.timeline-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--white);box-shadow:0 2px 8px #0000001a}.timeline-dot.general{background:#6b7280}.timeline-dot.progress{background:#10b981}.timeline-dot.milestone{background:#6366f1}.timeline-dot.issue{background:#ef4444}.timeline-dot svg{width:16px;height:16px;color:#fff}.timeline-content{margin-left:1rem}.update-card-timeline{background:var(--white);border-radius:12px;border:1px solid rgba(0,0,0,.06);overflow:hidden;transition:all .3s ease}.update-card-timeline:hover{border-color:#0000001a;box-shadow:0 4px 20px #00000014}.update-header-timeline{padding:1rem 1.5rem;background:#00000005;border-bottom:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center}.update-meta{display:flex;align-items:center;gap:1rem}.update-type-label{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.update-type-label.general{background:#6b72801a;color:#6b7280}.update-type-label.progress{background:#10b9811a;color:#10b981}.update-type-label.milestone{background:#6366f11a;color:#6366f1}.update-type-label.issue{background:#ef44441a;color:#ef4444}.update-timestamp{font-size:.85rem;color:var(--gray-medium);font-weight:500}.update-author-info{display:flex;align-items:center;gap:.5rem}.author-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#000,#333);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.author-name{font-size:.85rem;font-weight:500;color:var(--gray-dark)}.update-body{padding:1.5rem}.update-title{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:var(--black);line-height:1.4}.update-description-timeline{color:var(--gray-dark);line-height:1.6;margin-bottom:1rem}.update-description-timeline p{margin:0 0 .75rem}.update-description-timeline p:last-child{margin-bottom:0}.update-media{margin:1.5rem 0}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.media-item{border-radius:8px;overflow:hidden;cursor:pointer;position:relative;background:#f8f9fa}.media-item img{width:100%;height:auto;min-height:150px;object-fit:contain;transition:transform .3s ease;background:#fff}.media-item:hover img{transform:scale(1.02)}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.image-modal img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px}.image-modal-close{position:absolute;top:20px;right:20px;background:#fff3;border:none;color:#fff;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.image-modal-close:hover{background:#ffffff4d}.update-attachments-timeline{margin:1.5rem 0;padding:1rem;background:#00000005;border-radius:8px;border:1px solid rgba(0,0,0,.06)}.attachments-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;font-weight:600;color:var(--gray-dark)}.attachments-header svg{width:16px;height:16px}.attachments-list{display:flex;flex-direction:column;gap:.5rem}.attachment-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--white);border-radius:6px;font-size:.85rem;color:var(--gray-dark);cursor:pointer;transition:background-color .2s ease}.attachment-item:hover{background:#00000005}.attachment-item svg{width:14px;height:14px;color:var(--gray-medium)}.update-footer{padding:1rem 1.5rem;background:#00000003;border-top:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center}.update-actions{display:flex;gap:1rem}.action-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:none;border:1px solid rgba(0,0,0,.1);border-radius:6px;font-size:.8rem;color:var(--gray-medium);cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#00000005;border-color:#00000026;color:var(--gray-dark)}.action-btn svg{width:14px;height:14px}.update-date-full{font-size:.8rem;color:var(--gray-medium)}.empty-state{text-align:center;color:var(--gray-medium);padding:4rem 2rem;background:var(--white);border-radius:20px;box-shadow:0 4px 20px #0000000f}.empty-state svg{width:64px;height:64px;margin:0 auto 1.5rem;opacity:.3}.empty-state p{font-size:1.1rem}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f5f5f7}.loading-spinner{width:48px;height:48px;border:4px solid rgba(0,0,0,.1);border-top-color:var(--black);border-radius:50%}@media (max-width: 1024px){.project-detail-page{padding:2rem 3rem}.project-info h1{font-size:2.5rem}.project-stats{grid-template-columns:1fr}}@media (max-width: 768px){.project-detail-page{padding:1.5rem 2rem}.project-cover{height:250px}.project-info{padding:2rem 1.5rem}.project-info h1{font-size:2rem}.update-card{padding:1.5rem}.update-images{grid-template-columns:1fr}.update-header{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.project-detail-page{padding:1rem 1.5rem}}.legal-page{width:100%;overflow-x:hidden}.legal-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f5f5f7);padding:8rem 2rem 4rem;text-align:center}.legal-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;text-transform:uppercase;font-family:Sora,sans-serif}.legal-hero-content p{font-size:1.1rem;color:var(--gray-medium)}.legal-content{padding:4rem 2rem 8rem;background:var(--white)}.legal-content .container{max-width:1200px;margin:0 auto;padding:0 2rem}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;font-family:Sora,sans-serif}.legal-section h3{font-size:1.3rem;font-weight:600;margin:2rem 0 1rem;font-family:Sora,sans-serif}.legal-section p{font-size:1.05rem;line-height:1.8;color:var(--gray-dark);margin-bottom:1rem}.legal-section ul{list-style:none;padding:0;margin:1.5rem 0}.legal-section ul li{padding-left:2rem;margin-bottom:.75rem;position:relative;line-height:1.6}.legal-section ul li:before{content:"•";position:absolute;left:.5rem;color:var(--black);font-weight:700;font-size:1.2rem}.legal-section strong{font-weight:600;color:var(--black)}.cookie-table{overflow-x:auto;margin:2rem 0}.cookie-table table{width:100%;border-collapse:collapse;background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:12px;overflow:hidden}.cookie-table th,.cookie-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.05)}.cookie-table th{background:var(--gray-light);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.cookie-table td{font-size:.95rem}.cookie-table tr:last-child td{border-bottom:none}@media (max-width: 768px){.legal-hero{padding:6rem 1.5rem 3rem}.legal-content{padding:3rem 1.5rem 6rem}.legal-section h2{font-size:1.5rem}.cookie-table{font-size:.85rem}.cookie-table th,.cookie-table td{padding:.75rem .5rem}}.deletion-form{background:var(--white);padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a;margin:2rem 0}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--black);font-size:.9rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-family:inherit;font-size:.9rem;transition:all .3s ease;box-sizing:border-box}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000001a}.form-textarea{resize:vertical;min-height:100px}.submit-btn{background:var(--black);color:var(--white);padding:.75rem 2rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.9rem}.submit-btn:hover:not(:disabled){background:#333;transform:translateY(-2px)}.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:12px;padding:2rem;text-align:center}.success-message h2{color:#059669;margin-bottom:1rem}.success-message p{margin-bottom:1rem}.success-message ul{text-align:left;max-width:400px;margin:1rem auto}@media (max-width: 768px){.deletion-form{padding:1.5rem;margin:1rem 0}.form-group{margin-bottom:1rem}.submit-btn{width:100%;padding:1rem}}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.contact-item{background:var(--white);padding:1.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a}.contact-item h3{margin:0 0 1rem;color:var(--black);font-size:1.1rem;font-weight:600}.contact-item p{margin:0;line-height:1.6;color:var(--gray-dark)}.contact-item strong{color:var(--black)}.schedule-info{background:var(--white);padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a;margin:1rem 0}.schedule-item{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.schedule-item:last-child{border-bottom:none}.quick-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.contact-method{background:#00000005;padding:1.5rem;border-radius:8px;border-left:4px solid var(--black)}.contact-method h4{margin:0 0 .5rem;color:var(--black);font-size:1rem;font-weight:600}.contact-method p{margin:0;color:var(--gray-medium);font-size:.9rem}@media (max-width: 768px){.contact-info{grid-template-columns:1fr;gap:1rem}.contact-item{padding:1rem}.schedule-info{padding:1.5rem}.schedule-item{flex-direction:column;align-items:flex-start;gap:.25rem}.quick-contact{grid-template-columns:1fr;gap:1rem}.contact-method{padding:1rem}}.resource-page{width:100%;overflow-x:hidden}.resource-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f5f5f7);padding:8rem 2rem 4rem;text-align:center}.resource-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;text-transform:uppercase;font-family:Sora,sans-serif}.resource-hero-content p{font-size:1.2rem;color:var(--gray-medium);max-width:600px;margin:0 auto}.faq-content{padding:4rem 2rem 8rem;background:var(--white)}.faq-content .container{max-width:1400px;margin:0 auto;padding:0 2rem}.faq-list{margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.faq-item{background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:16px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 20px #00000014}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:600;text-align:left;color:var(--black);transition:all .3s ease}.faq-question:hover{color:var(--gray-dark)}.faq-question svg{width:24px;height:24px;flex-shrink:0;margin-left:1rem}.faq-answer{overflow:hidden}.faq-answer p{padding:0 2rem 1.5rem;line-height:1.7;color:var(--gray-dark)}.faq-cta{text-align:center;padding:3rem 2rem;background:var(--gray-light);border-radius:20px;max-width:1200px;margin:0 auto}.faq-cta h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;font-family:Sora,sans-serif}.faq-cta p{color:var(--gray-medium);margin-bottom:2rem}.cta-button{display:inline-block;padding:1.2rem 3rem;background:var(--black);color:var(--white);text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:500;transition:all .3s ease}.support-channels{padding:4rem 2rem;background:var(--white)}.support-channels .container{max-width:1400px;margin:0 auto;padding:0 2rem}.support-channels h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;font-family:Sora,sans-serif;text-transform:uppercase}.channels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.channel-card{background:var(--white);padding:2.5rem 2rem;border-radius:20px;text-align:center;border:1px solid rgba(0,0,0,.1);transition:all .3s ease;text-decoration:none;color:inherit;display:block}.channel-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-8px)}.channel-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:#0000000d;border-radius:16px;display:flex;align-items:center;justify-content:center}.channel-icon svg{width:32px;height:32px}.channel-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;font-family:Sora,sans-serif}.channel-description{color:var(--gray-medium);margin-bottom:1rem;font-size:.95rem}.channel-contact{font-weight:600;color:var(--black)}.support-form-section{padding:4rem 2rem 8rem;background:var(--gray-light)}.support-form-section .container{max-width:1400px;margin:0 auto;padding:0 2rem}.support-form-container{max-width:1000px;margin:0 auto;background:var(--white);padding:3rem;border-radius:20px;box-shadow:0 4px 20px #0000000f}.support-form-container h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;font-family:Sora,sans-serif;text-align:center}.support-form-container>p{text-align:center;color:var(--gray-medium);margin-bottom:2rem}.support-form{margin-top:2rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--gray-dark)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.2rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000000d}.form-group textarea{resize:vertical}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.submit-button{width:100%;padding:1.2rem;background:var(--black);color:var(--white);border:none;border-radius:12px;font-family:inherit;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.form-message{margin-top:1.5rem;padding:1rem;border-radius:12px;text-align:center;font-weight:500}.form-message.success{background:#10b9811a;color:#10b981;border-left:3px solid #10b981}.form-message.error{background:#ef44441a;color:#ef4444;border-left:3px solid #ef4444}.cases-content{padding:4rem 2rem 8rem;background:var(--white)}.cases-content .container{max-width:1400px;margin:0 auto;padding:0 2rem}.case-card{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.case-card:nth-child(2n){direction:rtl}.case-card:nth-child(2n) .case-content{direction:ltr}.case-image{position:relative;overflow:hidden}.case-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.case-card:hover .case-image img{transform:scale(1.05)}.case-category{position:absolute;top:1.5rem;left:1.5rem;padding:.5rem 1.2rem;background:var(--white);border-radius:50px;font-size:.85rem;font-weight:600}.case-content{padding:3rem}.case-content h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;font-family:Sora,sans-serif}.case-client{color:var(--gray-medium);margin-bottom:1.5rem;font-weight:500}.case-description{line-height:1.7;color:var(--gray-dark);margin-bottom:2rem}.case-results h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;font-family:Sora,sans-serif}.case-results ul{list-style:none;padding:0}.case-results li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-weight:500}.case-results li svg{width:20px;height:20px;color:#10b981;flex-shrink:0}@media (max-width: 768px){.resource-hero{padding:6rem 1.5rem 3rem}.faq-content,.support-channels,.support-form-section,.cases-content{padding:3rem 1.5rem 6rem}.faq-question{padding:1.2rem 1.5rem;font-size:1rem}.faq-answer p{padding:0 1.5rem 1.2rem}.channels-grid{grid-template-columns:1fr}.support-form-container{padding:2rem 1.5rem}.form-row,.case-card{grid-template-columns:1fr}.case-card:nth-child(2n){direction:ltr}.case-content{padding:2rem 1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--black: #000000;--white: #ffffff;--gray-light: #f5f5f7;--gray-medium: #86868b;--gray-dark: #1d1d1f}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--white);color:var(--gray-dark);overflow-x:hidden;line-height:1.7;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root{min-height:100vh}*{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.hero-title,.services-hero h1,.process-hero h1,.contact-hero h1,.section-title{font-family:Sora,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:-.03em}p{font-weight:400;letter-spacing:-.01em}h2,h3,h4,h5,h6{font-family:Sora,Inter,sans-serif;font-weight:600;letter-spacing:-.02em}
