.Hero-module__ZARIfG__hero{background-image:url(/images/hero.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__overlay{z-index:1;background:linear-gradient(135deg,#0f172aeb 0%,#1e293bd9 50%,#0f172ae6 100%);position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:2;text-align:center;max-width:950px;padding:var(--space-2xl) var(--space-lg);animation:1s forwards Hero-module__ZARIfG__fadeInUp;position:relative}.Hero-module__ZARIfG__badge{color:#fc0;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-xl);opacity:0;background:#ffcc001f;border:1px solid #ffcc004d;border-radius:9999px;align-items:center;gap:8px;padding:8px 20px;font-size:.8rem;font-weight:700;animation:.8s .2s forwards Hero-module__ZARIfG__fadeIn;display:inline-flex}.Hero-module__ZARIfG__badge svg{color:#fc0}.Hero-module__ZARIfG__title{font-family:var(--font-heading);color:#fff;margin-bottom:var(--space-lg);line-height:1.1}.Hero-module__ZARIfG__titleLine{color:#ffffffe6;font-size:clamp(1.2rem,5vw,2.8rem);font-weight:400;display:block}.Hero-module__ZARIfG__titleAccent{color:#fff;background:linear-gradient(135deg,#fff 0%,#fc0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding:8px 0;font-size:clamp(1.8rem,8vw,4.2rem);font-weight:700;display:block}.Hero-module__ZARIfG__subtitle{font-family:var(--font-body);color:#94a3b8;max-width:550px;margin:0 auto var(--space-2xl);font-size:clamp(.9rem,2vw,1.15rem);line-height:1.7}.Hero-module__ZARIfG__actions{gap:var(--space-md);margin-bottom:var(--space-3xl);flex-wrap:wrap;justify-content:center;display:flex}.Hero-module__ZARIfG__stats{justify-content:center;align-items:center;gap:var(--space-xl);opacity:0;flex-wrap:wrap;animation:1s .6s forwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__stat{text-align:center}.Hero-module__ZARIfG__statNumber{font-family:var(--font-heading);color:#fff;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;display:block}.Hero-module__ZARIfG__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.Hero-module__ZARIfG__statDivider{background:#ffffff26;width:1px;height:40px}.Hero-module__ZARIfG__scrollIndicator{z-index:2;opacity:0;animation:1s 1.2s forwards Hero-module__ZARIfG__fadeIn;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__mouse{border:2px solid #ffffff4d;border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:8px;display:flex}.Hero-module__ZARIfG__wheel{background:#ffffff80;border-radius:3px;width:3px;height:8px;animation:2s infinite Hero-module__ZARIfG__scrollWheel}@keyframes Hero-module__ZARIfG__scrollWheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@media (max-width:768px){.Hero-module__ZARIfG__stats{gap:var(--space-lg)}.Hero-module__ZARIfG__statDivider{display:none}.Hero-module__ZARIfG__hero{background-attachment:scroll}}
.Services-module__dpHhBa__services{background:var(--color-background)}.Services-module__dpHhBa__grid{gap:var(--space-2xl);grid-template-columns:repeat(2,1fr);display:grid}.Services-module__dpHhBa__card{background:var(--color-background);box-shadow:var(--shadow-md);opacity:0;border-radius:12px;transition:all .3s;overflow:hidden;transform:translateY(40px)}.Services-module__dpHhBa__card.Services-module__dpHhBa__visible{opacity:1;transform:translateY(0)}.Services-module__dpHhBa__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.Services-module__dpHhBa__card.Services-module__dpHhBa__visible:hover{transform:translateY(-4px)}.Services-module__dpHhBa__cardImage{height:280px;position:relative;overflow:hidden}.Services-module__dpHhBa__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardImage img{transform:scale(1.05)}.Services-module__dpHhBa__cardImageOverlay{background:linear-gradient(#0000 40%,#0f172a99 100%);position:absolute;inset:0}.Services-module__dpHhBa__cardIcon{background:var(--color-cta);border-radius:var(--radius-lg);color:#0f172a;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 4px 12px #fc06}.Services-module__dpHhBa__cardContent{padding:24px}.Services-module__dpHhBa__cardHeader{margin-bottom:var(--space-md)}.Services-module__dpHhBa__cardTitle{font-family:var(--font-heading);color:var(--color-primary);text-transform:uppercase;font-size:1.5rem}.Services-module__dpHhBa__cardSubtitle{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;font-weight:700}.Services-module__dpHhBa__cardDescription{color:var(--color-text-muted);margin-bottom:var(--space-lg);font-size:.9rem;line-height:1.7}.Services-module__dpHhBa__features{margin-bottom:var(--space-xl)}.Services-module__dpHhBa__feature{align-items:center;gap:var(--space-sm);color:var(--color-text);padding:6px 0;font-size:.85rem;display:flex}.Services-module__dpHhBa__feature svg{flex-shrink:0}.Services-module__dpHhBa__cardBtn{justify-content:center;width:100%}@media (max-width:768px){.Services-module__dpHhBa__grid{gap:var(--space-xl);grid-template-columns:1fr}.Services-module__dpHhBa__cardImage{height:220px}}
.GallerySection-module__a5c5NG__gallerySection{background:var(--bg-card);padding:var(--space-3xl) 0;position:relative;overflow:hidden}.GallerySection-module__a5c5NG__container{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.GallerySection-module__a5c5NG__content{flex-direction:column;display:flex}.GallerySection-module__a5c5NG__accent{color:var(--color-cta)}.GallerySection-module__a5c5NG__actions{gap:var(--space-md);margin-top:var(--space-xl);display:flex}.GallerySection-module__a5c5NG__visual{perspective:1000px;justify-content:center;align-items:center;height:550px;display:flex;position:relative}.GallerySection-module__a5c5NG__fanContainer{width:100%;max-width:420px;height:480px;position:relative}.GallerySection-module__a5c5NG__fanCard{transform-origin:50% 120%;width:100%;height:100%;position:absolute;top:0;left:0}.GallerySection-module__a5c5NG__fanCardOverlay{z-index:10;cursor:pointer;background:0 0;position:absolute;inset:0}@media (max-width:992px){.GallerySection-module__a5c5NG__container{gap:var(--space-2xl);grid-template-columns:1fr}.GallerySection-module__a5c5NG__visual{height:400px}.GallerySection-module__a5c5NG__fanContainer{max-width:320px;height:380px}}@media (max-width:480px){.GallerySection-module__a5c5NG__actions{flex-direction:column;width:100%}.GallerySection-module__a5c5NG__actions>*{text-align:center;justify-content:center;width:100%}.GallerySection-module__a5c5NG__visual{height:440px}.GallerySection-module__a5c5NG__fanContainer{max-width:320px;height:420px}}
.ProjectCard-module__U_VZua__card{border-radius:var(--radius-lg);background:#0b1120;border:1px solid #ffffff14;flex-direction:column;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;overflow:hidden}.ProjectCard-module__U_VZua__card:hover{background:#111827;transform:translateY(-4px);box-shadow:0 12px 24px -10px #00000080,0 0 0 1px #ffcc004d}.ProjectCard-module__U_VZua__carousel{aspect-ratio:4/3;background:#000;width:100%;position:relative;overflow:hidden}.ProjectCard-module__U_VZua__imageWrapper{width:100%;height:100%;position:relative}.ProjectCard-module__U_VZua__image{object-fit:cover;transition:transform .5s}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__image{transform:scale(1.05)}.ProjectCard-module__U_VZua__navBtn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;opacity:0;background:#0006;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__navBtn{opacity:1}.ProjectCard-module__U_VZua__navBtn:hover{background:var(--color-cta);color:#000;border-color:var(--color-cta)}.ProjectCard-module__U_VZua__prevBtn{left:8px}.ProjectCard-module__U_VZua__nextBtn{right:8px}.ProjectCard-module__U_VZua__indicators{z-index:2;justify-content:center;gap:6px;width:100%;display:flex;position:absolute;bottom:12px;left:0}.ProjectCard-module__U_VZua__indicator{background:#fff6;border-radius:50%;width:6px;height:6px;transition:all .2s}.ProjectCard-module__U_VZua__activeIndicator{background:var(--color-cta);border-radius:4px;width:16px}.ProjectCard-module__U_VZua__content{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.ProjectCard-module__U_VZua__meta{margin-bottom:var(--space-sm)}.ProjectCard-module__U_VZua__date{color:var(--color-cta);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.ProjectCard-module__U_VZua__title{margin-bottom:var(--space-sm);color:#f8fafc;font-size:1.25rem;line-height:1.3}.ProjectCard-module__U_VZua__description{color:#94a3b8;margin-top:auto;font-size:.9rem;line-height:1.6}
.About-module__vAULUW__about{position:relative;overflow:hidden}.About-module__vAULUW__about:before{content:"";background:linear-gradient(135deg,#ffcc0014 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-20%}.About-module__vAULUW__grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.About-module__vAULUW__strengthCard{border-radius:var(--radius-xl);padding:var(--space-2xl) var(--space-xl);text-align:center;opacity:0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;transition:all .3s;transform:translateY(30px)}.About-module__vAULUW__strengthCard.About-module__vAULUW__visible{opacity:1;transform:translateY(0)}.About-module__vAULUW__strengthCard:hover{background:#ffffff0f;border-color:#ffcc004d;transform:translateY(-4px)}.About-module__vAULUW__strengthCard.About-module__vAULUW__visible:hover{transform:translateY(-4px)}.About-module__vAULUW__iconWrap{border-radius:var(--radius-lg);width:64px;height:64px;margin:0 auto var(--space-lg);color:#fc0;background:#ffcc001a;justify-content:center;align-items:center;transition:all .3s;display:flex}.About-module__vAULUW__strengthCard:hover .About-module__vAULUW__iconWrap{background:var(--color-cta);color:#0f172a;transform:scale(1.05)}.About-module__vAULUW__cardTitle{font-family:var(--font-heading);color:#f1f5f9;text-transform:uppercase;margin-bottom:var(--space-sm);font-size:.9rem}.About-module__vAULUW__cardDesc{color:#94a3b8;font-size:.85rem;line-height:1.6}@media (max-width:1024px){.About-module__vAULUW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.About-module__vAULUW__grid{gap:var(--space-md);grid-template-columns:1fr}}
.ProjectModal-module__Gk35kW__backdrop{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:var(--space-xl);background:#0f172ad9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ProjectModal-module__Gk35kW__modalCard{border-radius:var(--radius-lg);background:#0b1120;border:1px solid #ffffff1a;grid-template-columns:1fr 1fr;width:100%;max-width:1000px;max-height:90vh;display:grid;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #000000b3}.ProjectModal-module__Gk35kW__closeBtn{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.ProjectModal-module__Gk35kW__closeBtn:hover{background:var(--color-cta);color:#000;border-color:var(--color-cta);transform:scale(1.1)}.ProjectModal-module__Gk35kW__carouselContainer{background:#000;width:100%;height:100%;min-height:400px;position:relative}.ProjectModal-module__Gk35kW__imageWrapper{width:100%;height:100%;position:absolute;inset:0}.ProjectModal-module__Gk35kW__image{object-fit:cover}.ProjectModal-module__Gk35kW__navBtn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProjectModal-module__Gk35kW__navBtn:hover{background:var(--color-cta);color:#000;border-color:var(--color-cta)}.ProjectModal-module__Gk35kW__prevBtn{left:16px}.ProjectModal-module__Gk35kW__nextBtn{right:16px}.ProjectModal-module__Gk35kW__indicators{z-index:2;justify-content:center;gap:8px;width:100%;display:flex;position:absolute;bottom:24px;left:0}.ProjectModal-module__Gk35kW__indicator{cursor:pointer;background:#fff6;border-radius:50%;width:8px;height:8px;transition:all .2s}.ProjectModal-module__Gk35kW__activeIndicator{background:var(--color-cta);border-radius:4px;width:24px}.ProjectModal-module__Gk35kW__contentContainer{padding:var(--space-2xl);flex-direction:column;display:flex}.ProjectModal-module__Gk35kW__meta{margin-bottom:var(--space-md)}.ProjectModal-module__Gk35kW__date{color:var(--color-cta);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.ProjectModal-module__Gk35kW__title{margin-bottom:var(--space-md);color:#f8fafc;font-size:2rem;line-height:1.2}.ProjectModal-module__Gk35kW__description{color:#94a3b8;font-size:1.05rem;line-height:1.7}.ProjectModal-module__Gk35kW__contactPrompt{padding-top:var(--space-2xl);gap:var(--space-md);border-top:1px solid #ffffff0d;flex-direction:column;margin-top:auto;display:flex}.ProjectModal-module__Gk35kW__contactPrompt p{color:#f8fafc;margin:0;font-size:1.1rem;font-weight:600}@media (max-width:992px){.ProjectModal-module__Gk35kW__modalCard{grid-template-columns:1fr;max-width:600px}.ProjectModal-module__Gk35kW__carouselContainer{height:350px;min-height:auto}}@media (max-width:480px){.ProjectModal-module__Gk35kW__backdrop{padding:var(--space-sm)}.ProjectModal-module__Gk35kW__carouselContainer{height:280px}.ProjectModal-module__Gk35kW__title{font-size:1.5rem}.ProjectModal-module__Gk35kW__contentContainer{padding:var(--space-xl)}}
.Testimonials-module__ItA9Ha__testimonials{background:var(--color-background)}.Testimonials-module__ItA9Ha__googleBadge{align-items:center;gap:var(--space-md);margin-bottom:var(--space-2xl);border-radius:var(--radius-full);box-shadow:var(--shadow-md);background:#fff;justify-content:center;width:fit-content;margin-left:auto;margin-right:auto;padding:16px 32px;display:flex}.Testimonials-module__ItA9Ha__badgeInfo{align-items:center;gap:var(--space-sm);display:flex}.Testimonials-module__ItA9Ha__badgeRating{font-family:var(--font-heading);color:var(--color-primary);font-size:1.5rem;font-weight:700}.Testimonials-module__ItA9Ha__badgeCount{color:var(--color-text-light);margin-left:4px;font-size:.8rem}.Testimonials-module__ItA9Ha__stars{gap:2px;display:flex}.Testimonials-module__ItA9Ha__carousel{max-width:700px;min-height:320px;margin:0 auto;position:relative}.Testimonials-module__ItA9Ha__card{background:var(--color-card);border-radius:var(--radius-xl);padding:var(--space-2xl);box-shadow:var(--shadow-lg);text-align:center;opacity:0;pointer-events:none;transition:all .5s;position:absolute;top:0;left:0;right:0;transform:translate(40px)scale(.95)}.Testimonials-module__ItA9Ha__activeCard{opacity:1;pointer-events:auto;transform:translate(0)scale(1)}.Testimonials-module__ItA9Ha__quoteIcon{margin-bottom:var(--space-md)}.Testimonials-module__ItA9Ha__quote{color:var(--color-text);margin:var(--space-lg) 0;font-size:1rem;font-style:italic;line-height:1.8}.Testimonials-module__ItA9Ha__author{align-items:center;gap:var(--space-md);margin-top:var(--space-lg);justify-content:center;display:flex}.Testimonials-module__ItA9Ha__avatar{background:var(--color-primary);color:#fff;width:44px;height:44px;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.Testimonials-module__ItA9Ha__authorName{color:var(--color-primary);font-size:.9rem;font-weight:700;display:block}.Testimonials-module__ItA9Ha__authorDate{color:var(--color-text-light);font-size:.75rem;display:block}.Testimonials-module__ItA9Ha__dots{gap:var(--space-sm);margin-top:var(--space-2xl);justify-content:center;display:flex}.Testimonials-module__ItA9Ha__dot{background:var(--color-border);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.Testimonials-module__ItA9Ha__activeDot{background:var(--color-cta);transform:scale(1.3)}@media (max-width:768px){.Testimonials-module__ItA9Ha__carousel{min-height:400px}.Testimonials-module__ItA9Ha__card{padding:var(--space-xl)}.Testimonials-module__ItA9Ha__googleBadge{padding:12px 20px}}
.Galeria-module__akRX6q__main{min-height:100vh;padding-top:100px}.Galeria-module__akRX6q__hero{padding:var(--space-2xl) 0 var(--space-xl);background:var(--bg-body)}.Galeria-module__akRX6q__accent{color:var(--color-cta)}.Galeria-module__akRX6q__gallery{padding-top:var(--space-lg);padding-bottom:var(--space-4xl)}.Galeria-module__akRX6q__grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}@media (max-width:768px){.Galeria-module__akRX6q__grid{grid-template-columns:1fr}}
.Contact-module__hcVmEa__contact{position:relative;overflow:hidden}.Contact-module__hcVmEa__grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.Contact-module__hcVmEa__animateItem{opacity:0;transition:all .6s;transform:translateY(30px)}.Contact-module__hcVmEa__animateItem.Contact-module__hcVmEa__visible{opacity:1;transform:translateY(0)}.Contact-module__hcVmEa__info,.Contact-module__hcVmEa__infoCard{gap:var(--space-xl);flex-direction:column;display:flex}.Contact-module__hcVmEa__infoItem{align-items:start;gap:var(--space-md);display:flex}.Contact-module__hcVmEa__infoIcon{border-radius:var(--radius-lg);color:#fc0;background:#ffcc001a;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Contact-module__hcVmEa__infoTitle{font-family:var(--font-heading);color:#f1f5f9;text-transform:uppercase;margin-bottom:4px;font-size:.8rem}.Contact-module__hcVmEa__infoText{color:#94a3b8;font-size:.9rem;line-height:1.6}.Contact-module__hcVmEa__infoLink{color:#fc0;cursor:pointer;font-size:1.1rem;font-weight:700;transition:color .2s}.Contact-module__hcVmEa__infoLink:hover{color:#ffe066}.Contact-module__hcVmEa__mapWrap{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.Contact-module__hcVmEa__formWrap{border-radius:var(--radius-xl);padding:var(--space-2xl);background:#ffffff08;border:1px solid #ffffff14}.Contact-module__hcVmEa__formTitle{font-family:var(--font-heading);color:#f1f5f9;text-transform:uppercase;margin-bottom:var(--space-xs);font-size:1.2rem}.Contact-module__hcVmEa__formSubtitle{color:#64748b;margin-bottom:var(--space-xl);font-size:.85rem}.Contact-module__hcVmEa__form{gap:var(--space-lg);flex-direction:column;display:flex}.Contact-module__hcVmEa__formGroup{flex-direction:column;gap:6px;display:flex}.Contact-module__hcVmEa__label{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{border-radius:var(--radius-md);color:#f1f5f9;font-family:var(--font-body);background:#ffffff0d;border:1px solid #ffffff1a;outline:none;padding:14px 16px;font-size:.9rem;transition:all .2s}.Contact-module__hcVmEa__input::placeholder,.Contact-module__hcVmEa__textarea::placeholder{color:#475569}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--color-cta);box-shadow:0 0 0 3px #ffcc0026}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__submitBtn{justify-content:center;width:100%;padding:16px!important;font-size:.9rem!important}.Contact-module__hcVmEa__dropzone{border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-lg);text-align:center;cursor:pointer;background:#ffffff05;border:2px dashed #ffffff1f;transition:all .25s}.Contact-module__hcVmEa__dropzone:hover{background:#ffcc000a;border-color:#fc06}.Contact-module__hcVmEa__dropzoneDragging{border-color:var(--color-cta);background:#ffcc0014;transform:scale(1.01)}.Contact-module__hcVmEa__dropzoneIcon{color:#475569;margin-bottom:var(--space-sm);transition:color .2s}.Contact-module__hcVmEa__dropzone:hover .Contact-module__hcVmEa__dropzoneIcon,.Contact-module__hcVmEa__dropzoneDragging .Contact-module__hcVmEa__dropzoneIcon{color:var(--color-cta)}.Contact-module__hcVmEa__dropzoneText{color:#94a3b8;margin-bottom:4px;font-size:.85rem}.Contact-module__hcVmEa__dropzoneLink{color:var(--color-cta);text-underline-offset:2px;font-weight:700;text-decoration:underline}.Contact-module__hcVmEa__dropzoneHint{color:#475569;font-size:.7rem}.Contact-module__hcVmEa__fileInput{display:none}.Contact-module__hcVmEa__filePreviews{gap:var(--space-sm);margin-top:var(--space-md);flex-direction:column;display:flex}.Contact-module__hcVmEa__filePreview{align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff14;padding:8px 10px;transition:background .2s;display:flex}.Contact-module__hcVmEa__filePreview:hover{background:#ffffff14}.Contact-module__hcVmEa__fileThumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:40px;height:40px}.Contact-module__hcVmEa__fileInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Contact-module__hcVmEa__fileName{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.Contact-module__hcVmEa__fileSize{color:#475569;font-size:.68rem}.Contact-module__hcVmEa__fileRemove{color:#64748b;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.Contact-module__hcVmEa__fileRemove:hover{color:#ef4444;background:#ef444426;border-color:#ef44444d}@media (max-width:768px){.Contact-module__hcVmEa__grid{grid-template-columns:1fr}}
