*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{color:#f1f5f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f1117;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}img,video{max-width:100%;display:block}a{color:#1e3a5f;text-decoration:none}a:hover{text-decoration:underline}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.25rem}.text-xl{font-size:1.5rem}.text-2xl{font-size:2rem}.text-3xl{font-size:2.5rem}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-bold{font-weight:700}.text-muted{color:#ffffff8c}.text-primary{color:#1e3a5f}.text-danger{color:#ef4444}.text-success{color:#22c55e}.text-center{text-align:center}.text-right{text-align:right}.leading-tight{line-height:1.2}.leading-normal{line-height:1.6}.leading-loose{line-height:1.8}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.page-main{flex:1}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (width<=768px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:#0f1117;border:1px solid #ffffff14;border-radius:0;padding:1.5rem;transition:box-shadow .25s;box-shadow:0 1px 3px #00000059}.card:hover{box-shadow:0 4px 16px #00000073}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:0;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .15s,transform .15s,box-shadow .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{color:#fff;background-color:#1e3a5f}.btn--primary:hover{background-color:#152d4a;text-decoration:none;box-shadow:0 4px 16px #00000073}.btn--primary:active{transform:translateY(1px)}.btn--secondary{color:#1e3a5f;background-color:#0000;border:2px solid #1e3a5f}.btn--secondary:hover{color:#fff;background-color:#1e3a5f;text-decoration:none}.btn--ghost{color:#ffffff8c;background-color:#0000}.btn--ghost:hover{color:#f1f5f9;background-color:#1a2332;text-decoration:none}.btn--danger{color:#fff;background-color:#ef4444}.btn--danger:hover{background-color:#ec1e1e;text-decoration:none}.btn--accent{color:#fff;background-color:#d97706}.btn--accent:hover{background-color:#b45309;text-decoration:none;box-shadow:0 4px 16px #00000073}.btn--accent:active{transform:translateY(1px)}.btn--outline-light{color:#fff;background-color:#0000;border:2px solid #fff9}.btn--outline-light:hover{background-color:#ffffff1a;border-color:#fff;text-decoration:none}.btn--outline-primary{color:#4a9fd4;background-color:#0000;border:2px solid #4a9fd4}.btn--outline-primary:hover{color:#fff;background-color:#4a9fd4;text-decoration:none}.btn--sm{padding:.25rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1.25rem}@keyframes loader-bar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes loader-glow{0%,to{filter:drop-shadow(0 0 18px #d977064d)}50%{filter:drop-shadow(0 0 36px #d97706a6)}}.loader{z-index:9999;background:#080c12;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader__center{flex-direction:column;align-items:center;gap:3rem;display:flex}.loader__logo{width:auto;height:280px;animation:2.4s ease-in-out infinite loader-glow;display:block}.loader__bar{background:#ffffff1a;border-radius:1px;width:220px;height:2px;overflow:hidden}.loader__bar-fill{transform-origin:0;background:linear-gradient(90deg,#1e3a5f,#d97706);border-radius:1px;height:100%;animation:1.4s ease-in-out forwards loader-bar;transform:scaleX(0)}.navbar{z-index:200;background:0 0;border-bottom:1px solid #0000;height:80px;transition:background .25s,border-color .25s,box-shadow .25s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);background:#080c12f7;border-bottom-color:#ffffff14;box-shadow:0 4px 16px #00000073}.navbar__inner{flex-direction:row;justify-content:space-between;align-items:center;height:100%;display:flex}.navbar__brand{flex-direction:row;justify-content:flex-start;align-items:center;text-decoration:none;display:flex}.navbar__brand:hover{text-decoration:none}.navbar__logo{filter:drop-shadow(0 2px 8px #0006);width:auto;height:260px;padding-top:60px;transition:height .4s,padding-top .4s,opacity .15s;display:block}@media (width<=1100px){.navbar__logo{height:100px;padding-top:0}}.navbar--scrolled .navbar__logo{height:120px;padding-top:0}@media (width<=1100px){.navbar--scrolled .navbar__logo{height:100px;padding-top:0}}.navbar__nav{flex-direction:row;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}@media (width<=1024px){.navbar__nav{display:none}}.navbar__link{color:#ffffffd1;white-space:nowrap;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.navbar__link:hover{color:#fff;text-decoration:none}.navbar__link--active{color:#fff}.navbar--scrolled .navbar__link{color:#ffffffd1}.navbar--scrolled .navbar__link:hover{color:#fff;text-decoration:none}.navbar--scrolled .navbar__link--active{color:#fff}.navbar__cta{padding:.25rem 1.5rem;font-size:.875rem}.navbar__hamburger{border-radius:0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:.25rem;transition:background .15s;display:none}.navbar__hamburger span{transform-origin:50%;background:#ffffffe6;border-radius:0;width:22px;height:2px;transition:transform .25s,opacity .25s,background .25s;display:block}.navbar--scrolled .navbar__hamburger span{background:#ffffffe6}.navbar__hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=1024px){.navbar__hamburger{display:flex}}.navbar__mobile{background:#0f1117;border-top:1px solid #ffffff14;max-height:0;transition:max-height .4s;display:none;position:absolute;top:80px;left:0;right:0;overflow:hidden;box-shadow:0 8px 32px #0000008c}.navbar__mobile nav{flex-direction:column;justify-content:flex-start;align-items:stretch;padding:1rem;display:flex}@media (width<=1024px){.navbar__mobile{display:block}}.navbar__mobile.is-open{max-height:500px}.navbar__mobile-link{color:#ffffff8c;border-bottom:1px solid #ffffff14;padding:1rem .5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s}.navbar__mobile-link:last-of-type{border-bottom:none}.navbar__mobile-link:hover{color:#1e3a5f}.navbar__mobile-cta{text-align:center;margin-top:1rem}.footer{color:#ffffffbf;background:#080c12}.footer__top{border-bottom:1px solid #ffffff14;padding-block:4rem}.footer__top-inner{grid-template-columns:1.6fr 1fr 1fr;gap:4rem;display:grid}@media (width<=1024px){.footer__top-inner{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer__top-inner{grid-template-columns:1fr}}.footer__brand{margin-bottom:1.5rem;display:inline-block}.footer__brand:hover{text-decoration:none}.footer__brand:hover .footer__logo{filter:drop-shadow(0 0 18px #d977068c)}.footer__logo{filter:drop-shadow(0 2px 12px #00000080);width:auto;height:140px;transition:filter .25s;display:block}.footer__tagline{color:#ffffff8c;max-width:340px;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.footer__license{color:#ffffff80;flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;font-size:.875rem;display:flex}.footer__license svg{color:#d97706;flex-shrink:0;width:16px;height:16px}.footer__heading{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.875rem;font-weight:700}.footer__links{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}.footer__links li{color:#ffffff8c;font-size:.875rem;transition:color .15s}.footer__links li:hover{color:#ffffffd9}.footer__contact-list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.footer__contact-list li{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.footer__contact-list li svg{color:#d97706;flex-shrink:0;width:16px;height:16px}.footer__contact-list li a,.footer__contact-list li span{color:#ffffffa6}.footer__contact-list li a{text-decoration:none}.footer__contact-list li a:hover{color:#fff}.footer__bottom{padding-block:1.5rem}.footer__bottom-inner{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.footer__bottom-inner p{color:#ffffff59;font-size:.875rem}@keyframes kb-zoom-tr{0%{transform:scale(1)translate(0)}to{transform:scale(1.12)translate(-2%,-2%)}}@keyframes kb-zoom-bl{0%{transform:scale(1.08)translate(-2%,1%)}to{transform:scale(1)translate(2%,-2%)}}@keyframes kb-zoom-br{0%{transform:scale(1)translate(2%,2%)}to{transform:scale(1.1)translate(-1%,-3%)}}@keyframes progress{0%{width:0}to{width:100%}}.hero{flex-direction:row;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero__slides{position:absolute;inset:0}.hero__slide{opacity:0;will-change:transform, opacity;background-position:50%;background-size:cover;transition:opacity 1.4s;position:absolute;inset:0}.hero__slide.is-active{opacity:1}.hero__slide--1.is-active{animation:8s ease-in-out forwards kb-zoom-tr}.hero__slide--2.is-active{animation:8s ease-in-out forwards kb-zoom-bl}.hero__slide--3.is-active{animation:8s ease-in-out forwards kb-zoom-br}.hero__overlay{z-index:1;background:linear-gradient(#080c128c 0%,#080c1273 50%,#080c12a6 100%);position:absolute;inset:0}.hero__socials{z-index:10;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;display:flex;position:absolute;top:50%;left:2rem;transform:translateY(-50%)}@media (width<=768px){.hero__socials{display:none}}.hero__social{writing-mode:vertical-rl;letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;padding-block:.25rem;font-size:.7rem;font-weight:700;text-decoration:none;transition:color .25s;position:relative;transform:rotate(180deg)}.hero__social:before{content:"";background:#ffffff4d;width:1px;height:0;transition:height .4s;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.hero__social:hover{color:#fff;text-decoration:none}.hero__social:hover:before{height:1.5rem}.hero__content{z-index:5;text-align:center;color:#fff;max-width:820px;padding-inline:1.5rem;position:relative}.hero__eyebrow{color:#ffffffe6;letter-spacing:.04em;background:#ffffff1a;border:1px solid #fff3;border-radius:0;align-items:center;gap:.25rem;margin-bottom:2rem;padding:5px 1rem;font-size:.875rem;display:inline-flex}.hero__title{letter-spacing:-.03em;color:#fff;text-shadow:0 2px 12px #000000b3,0 4px 40px #00000080;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:1}.hero__accent{color:#4a9fd4}.hero__subtitle{color:#fffc;text-shadow:0 1px 8px #000000a6;margin-inline:auto;max-width:560px;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.hero__actions{flex-flow:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero__indicators{z-index:10;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:0;width:40px;height:3px;padding:0;transition:background .25s;overflow:hidden}.hero__dot.is-active{background:#ffffff40}.hero__dot.is-active .hero__dot-progress{animation:6s linear forwards progress}.hero__dot:hover:not(.is-active){background:#ffffff8c}.hero__dot-progress{background:#4a9fd4;border-radius:0;width:0;height:100%;display:block}.about{background:linear-gradient(150deg,#1a2332 0%,#0f1117 100%);padding-block:4rem}.about__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}@media (width<=1024px){.about__grid{grid-template-columns:1fr}}.about__pre{color:#d97706;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.about__title{color:#f1f5f9;margin-bottom:1.5rem;font-size:2rem;line-height:1.2}.about__text{color:#ffffff8c;margin-bottom:1rem;font-size:1rem;line-height:1.6}.about__trust{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;margin-top:1.5rem;display:flex}.about__trust li{color:#f1f5f9;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.about__trust li svg{color:#d97706;flex-shrink:0;width:18px;height:18px}.about__right{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2rem;display:flex}.about__stats-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about__stat{text-align:center;background:#0f1117;border:1px solid #ffffff14;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:1.5rem;display:flex;box-shadow:0 1px 3px #00000059}.about__stat-num{color:#1e3a5f;font-size:2rem;font-weight:700}.about__stat-label{color:#ffffff8c;text-align:center;font-size:.875rem}.about__licenses{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.about__license{color:#fff;background:#1e3a5f;border-radius:0;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.about__license strong{margin-bottom:2px;font-size:.875rem;display:block}.about__license span{opacity:.7;font-size:.72rem}.about__license-icon{background:#ffffff26;border-radius:0;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.about__license-icon svg{width:24px;height:24px}.services{background:radial-gradient(at 15% 60%,#1e3a5f8c 0%,#0000 60%),radial-gradient(at 85% 20%,#4a9fd40f 0%,#0000 50%),#080c12;padding-block:3rem 3.5rem}.services__header{text-align:center;max-width:640px;margin:0 auto 3rem}.services__pre{color:#fff6;text-transform:uppercase;letter-spacing:.25em;margin-bottom:.5rem;font-size:.65rem;font-weight:700;display:block}.services__pre:before{display:none}.services__title{color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:400;line-height:1.1}.services__hi{color:#d97706;font-style:italic}.services__sub{color:#fff6;font-size:.875rem;line-height:1.7}.services__grid{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:2rem;display:flex}.services__grid .services__card{flex:0 0 100%}@media (width>=576px){.services__grid .services__card{flex:0 0 calc(50% - 4px)}}@media (width>=1024px){.services__grid .services__card{flex:0 0 calc(33.333% - 6px)}}.services__card{text-align:center;background:#1c2333;border:1px solid #ffffff14;border-radius:0;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;transition:background .25s,transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.services__card:hover{z-index:1;background:#1a2332;border-color:#d9770659;transform:translateY(-2px);box-shadow:0 12px 40px #00000080}.services__icon{transform-origin:50%;background:0 0;border:none;border-radius:0;flex-direction:row;justify-content:center;align-items:center;width:auto;height:auto;margin-bottom:1rem;display:flex}.services__icon svg{color:var(--c,#1e3a5f);stroke-width:1.3px;width:52px;height:52px}.services__cat{color:#f1f5f9;text-transform:uppercase;letter-spacing:.18em;margin-bottom:1rem;font-size:.65rem;font-weight:700;line-height:1.7}.services__groups{flex-direction:column;gap:1rem;width:100%;display:flex}.services__group{width:100%}.services__group-label{text-transform:uppercase;letter-spacing:.2em;color:var(--c,#1e3a5f);opacity:.8;margin-bottom:.25rem;font-size:.6rem;font-weight:700}.services__group-label:before{content:"— "}.services__chips{text-align:center;margin-bottom:.5rem;display:block}.services__chip{color:#ffffff8c;text-transform:capitalize;cursor:default;transform-origin:50%;font-size:.78rem;transition:color .15s;display:inline}.services__chip+.services__chip:before{content:" · ";color:#1e3a5f66}.services__chip:hover{color:#f1f5f9}.services__more{text-transform:uppercase;letter-spacing:.1em;color:#d97706;cursor:pointer;background:0 0;border:1.5px solid #d97706;border-radius:0;align-items:center;gap:6px;margin-top:1rem;padding:.25rem 1.5rem;font-size:.68rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s,transform .15s;display:inline-flex}.services__more:hover{color:#080c12;background:#d97706;transform:translateY(-2px)}.services__more:active{transform:translateY(0)}.services__cta{text-align:center}.portfolio{background-color:#1a2332;padding-block:4rem}.portfolio__header{text-align:center;margin-bottom:3rem}.portfolio__pre{color:#d97706;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.portfolio__title{color:#f1f5f9;margin-bottom:1rem;font-size:2rem}.portfolio__subtitle{color:#ffffff8c;max-width:500px;margin-inline:auto;font-size:1rem}.portfolio__carousel{align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.portfolio__carousel-nav{color:#f1f5f9;cursor:pointer;background:#1c2333;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,border-color .15s,transform .15s;display:flex}.portfolio__carousel-nav:hover{color:#fff;background:#d97706;border-color:#d97706;transform:scale(1.06)}.portfolio__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;flex:1;justify-content:flex-start;gap:0;min-width:0;display:flex;overflow-x:auto}.portfolio__grid::-webkit-scrollbar{display:none}.portfolio__grid{scrollbar-width:none}.portfolio__grid--center{justify-content:center}.portfolio__grid--lightbox-open{visibility:hidden}.portfolio__card{aspect-ratio:3/4;scroll-snap-align:start;background:#080c12;flex:0 0 100%;max-width:100%;position:relative;overflow:hidden}@media (width>=576px){.portfolio__card{flex:0 0 237px;max-width:237px}}.portfolio__card--clickable{cursor:pointer}.portfolio__card:hover .portfolio__image{transform:scale(1.06)}.portfolio__card:hover .portfolio__overlay{background:#00000059}.portfolio__state{text-align:center;color:#ffffff8c;padding:4rem;font-size:1rem}.portfolio__image{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.portfolio__placeholder-icon{flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.portfolio__placeholder-icon svg{color:#fff3;width:48px;height:48px}.portfolio__play-icon{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;z-index:1;background:#00000080;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:52px;height:52px;transition:opacity .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.portfolio__play-icon svg{color:#fff;width:22px;height:22px;margin-left:2px}.portfolio__order-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:2;pointer-events:none;letter-spacing:.03em;background:#0009;border-radius:4px;padding:4px 7px;font-size:.7rem;font-weight:700;line-height:1;position:absolute;top:8px;left:8px}.portfolio__card:hover .portfolio__play-icon{opacity:0}.portfolio__overlay{z-index:1;text-align:center;background:#0000007a;flex-direction:column;justify-content:center;align-items:center;padding:1rem;transition:background .25s;display:flex;position:absolute;inset:0}.portfolio__name{color:#fff;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 1px 6px #0009;font-size:.72rem;font-weight:700;line-height:1.5}.portfolio__desc{display:none}.portfolio__cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.portfolio__cta-text{color:#ffffff8c;font-size:1.25rem}.portfolio-modal{-webkit-backdrop-filter:blur(6px);z-index:2000;background:#000000bf;justify-content:center;align-items:flex-start;padding:3rem 2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.portfolio-modal__content{background:#0f1117;border-radius:0;width:100%;max-width:1000px;margin-block:auto;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000073}.portfolio-modal__close{z-index:10;color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,transform .15s;display:flex;position:absolute;top:1rem;right:1rem}.portfolio-modal__close:hover{background:#000000b3;transform:scale(1.08)}.portfolio-modal__loading{justify-content:center;align-items:center;padding:4rem;display:flex}.portfolio-modal__spinner{border:3px solid #d9770633;border-top-color:#d97706;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite pm-spin}.portfolio-modal__hero{aspect-ratio:16/9;background:#080c12;width:100%;overflow:hidden}.portfolio-modal__hero img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.portfolio-modal__hero img:hover{transform:scale(1.02)}.portfolio-modal__body{padding:3rem;padding-bottom:1.5rem}.portfolio-modal__meta{margin-bottom:.5rem}.portfolio-modal__tag{color:#d97706;text-transform:uppercase;letter-spacing:.08em;background:#d977061f;border:1px solid #d9770640;border-radius:0;padding:3px 10px;font-size:.7rem;font-weight:700;display:inline-block}.portfolio-modal__title{color:#f1f5f9;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.2}.portfolio-modal__desc{color:#ffffff8c;max-width:64ch;font-size:1rem;line-height:1.75}.portfolio-modal__gallery{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem 3rem 3rem;display:grid}@media (width<=576px){.portfolio-modal__gallery{grid-template-columns:1fr}}.portfolio-modal__photo{cursor:pointer;aspect-ratio:3/2;background:#080c12;border-radius:0;position:relative;overflow:hidden}.portfolio-modal__photo img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.portfolio-modal__photo:hover img{transform:scale(1.06)}.portfolio-modal__photo:hover .portfolio-modal__caption{opacity:1}.portfolio-modal__caption{color:#ffffffe6;opacity:0;background:linear-gradient(#0000,#000000a6);padding:.5rem 1rem;font-size:.875rem;transition:opacity .15s;position:absolute;bottom:0;left:0;right:0}.portfolio-lightbox{z-index:3000;background:#000c;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:fixed;inset:0}.portfolio-lightbox__img-wrap{flex-direction:column;align-items:center;gap:.5rem;max-width:calc(100vw - 160px);display:flex;position:relative}.portfolio-lightbox__img-wrap img{object-fit:contain;border-radius:0;max-width:100%;max-height:80vh;display:block;box-shadow:0 24px 60px #0009}.portfolio-lightbox__video{border-radius:0;outline:none;max-width:100%;max-height:80vh;display:block}.portfolio-lightbox__order-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;pointer-events:none;z-index:1;letter-spacing:.02em;background:#000000a6;border-radius:6px;padding:8px 14px;font-size:1.5rem;font-weight:700;line-height:1;position:absolute;top:12px;left:12px}.portfolio-lightbox__caption{color:#fff9;text-align:center;font-size:.875rem}.portfolio-lightbox__dots{justify-content:center;gap:8px;display:flex}.portfolio-lightbox__dot{cursor:pointer;background:#ffffff59;border-radius:50%;width:8px;height:8px;transition:background .15s,transform .15s}.portfolio-lightbox__dot--active{background:#fff;transform:scale(1.3)}.portfolio-lightbox__dot:hover{background:#ffffffb3}.portfolio-lightbox__close{z-index:3;color:#fff;cursor:pointer;background:#000000a6;border:1.5px solid #ffffffa6;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .15s;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 2px 10px #00000080}.portfolio-lightbox__close:hover{background:#000000d9;transform:scale(1.08)}.portfolio-lightbox__nav{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s,transform .15s;display:flex}.portfolio-lightbox__nav:hover{background:#ffffff2e;transform:scale(1.08)}@media (width<=768px){.portfolio-lightbox{gap:0;padding:.5rem}.portfolio-lightbox__img-wrap{width:100%;max-width:100%}.portfolio-lightbox__img-wrap img,.portfolio-lightbox__video{max-width:100%;max-height:86vh}.portfolio-lightbox__nav{z-index:2;background:#0000008c;width:44px;height:44px;position:absolute;top:50%;transform:translateY(-50%)}.portfolio-lightbox__nav--prev{left:10px}.portfolio-lightbox__nav--next{right:10px}.portfolio-lightbox__nav:hover{transform:translateY(-50%)}}@keyframes pm-spin{to{transform:rotate(360deg)}}.pm-fade-enter-active,.pm-fade-leave-active{transition:opacity .25s}.pm-fade-enter-from,.pm-fade-leave-to{opacity:0}.why{background:radial-gradient(at 90% 10%,#4a9fd417 0%,#0000 55%),radial-gradient(at 10% 80%,#1e3a5f73 0%,#0000 55%),#080c12;padding-block:4rem}.why__header{text-align:center;color:#fff;margin-bottom:4rem}.why__pre{color:#d97706;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.why__title{color:#fff;margin-bottom:1rem;font-size:2rem;line-height:1.2}.why__subtitle{color:#ffffffa6;max-width:560px;margin-inline:auto;font-size:1rem;line-height:1.6}.why__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=1024px){.why__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.why__grid{grid-template-columns:1fr}}.why__card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:0;padding:2rem;transition:background .25s,border-color .25s}.why__card:hover{background:#ffffff14;border-color:#d9770666}.why__icon{background:#d9770626;border-radius:0;flex-direction:row;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.why__icon svg{color:#d97706;width:24px;height:24px}.why__name{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.why__desc{color:#fff9;font-size:.875rem;line-height:1.6}.star-rating{flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;display:flex}.star-rating__star{cursor:pointer;color:#ffffff2e;background:0 0;border:none;padding:0;transition:color .15s,transform .15s}.star-rating__star svg{width:20px;height:20px}.star-rating__star--filled{color:#d97706}.star-rating__star:hover:not(:disabled){transform:scale(1.1)}.star-rating__star:disabled,.star-rating--readonly .star-rating__star{cursor:default}.star-rating--readonly .star-rating__star:hover{transform:none}.reviews{background:linear-gradient(135deg,#0f1117 0%,#1a2332 60%,#161c2a 100%);padding-block:4rem}.reviews__header{text-align:center;margin-bottom:4rem}.reviews__pre{color:#d97706;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.reviews__title{color:#f1f5f9;margin-bottom:1rem;font-size:2rem;line-height:1.2}.reviews__subtitle{color:#ffffff8c;max-width:560px;margin-inline:auto;font-size:1rem;line-height:1.6}.reviews__state{text-align:center;color:#ffffff8c;padding:3rem;font-size:1rem}.reviews__carousel{align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.reviews__carousel-nav{color:#f1f5f9;cursor:pointer;background:#1c2333;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,border-color .15s,transform .15s;display:flex}.reviews__carousel-nav:hover{color:#fff;background:#d97706;border-color:#d97706;transform:scale(1.06)}.reviews__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;flex:1;gap:1.5rem;min-width:0;display:flex;overflow-x:auto}.reviews__track::-webkit-scrollbar{display:none}.reviews__track{scrollbar-width:none}.reviews__card{scroll-snap-align:start;background:#ffffff0a;border:1px solid #ffffff14;border-radius:0;flex:0 0 100%;max-width:100%;padding:2rem;transition:background .25s,border-color .25s}@media (width>=576px){.reviews__card{flex:0 0 calc(50% - .75rem);max-width:calc(50% - .75rem)}}@media (width>=768px){.reviews__card{flex:0 0 calc(33.3333% - 1rem);max-width:calc(33.3333% - 1rem)}}.reviews__card:hover{background:#ffffff14;border-color:#d9770666}.reviews__comment{color:#ffffffbf;margin-block:1rem;font-size:.875rem;line-height:1.6}.reviews__author{color:#fff;font-size:.875rem;font-weight:700}.reviews__cta{text-align:center}.reviews__form{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.5rem;display:flex}.reviews__field{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.25rem;display:flex}.reviews__field label{color:#f1f5f9;font-size:.875rem;font-weight:500}.reviews__field input,.reviews__field textarea{color:#f1f5f9;background:#0f1117;border:1.5px solid #ffffff14;border-radius:0;outline:none;padding:10px 1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.reviews__field input:focus,.reviews__field textarea:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}.reviews__field input.is-error,.reviews__field textarea.is-error{border-color:#ef4444}.reviews__field input.is-error:focus,.reviews__field textarea.is-error:focus{box-shadow:0 0 0 3px #ef44441a}.reviews__field textarea{resize:vertical}.reviews__error{color:#ef4444;font-size:.875rem}.reviews__submit{align-self:flex-start}.reviews__success{color:#22c55e;background:#22c55e14;border:1px solid #22c55e40;border-radius:0;padding:1rem;font-size:.875rem;font-weight:500}.reviews__error-msg{color:#ef4444;background:#ef444414;border:1px solid #ef444440;border-radius:0;padding:1rem;font-size:.875rem}.review-modal-backdrop{z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.review-modal{background:#0f1117;border:1px solid #ffffff14;border-radius:0;width:100%;max-width:480px;max-height:90vh;padding:3rem;overflow-y:auto;box-shadow:0 8px 32px #0000008c}.review-modal__header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.review-modal__title{color:#f1f5f9;margin:0;font-size:1.25rem}.review-modal__close{color:#ffffff8c;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .15s}.review-modal__close:hover{color:#f1f5f9}.faq{background:linear-gradient(135deg,#1a2332 0%,#0f1117 60%,#161c2a 100%);padding-block:4rem}.faq__header{text-align:center;margin-bottom:4rem}.faq__pre{color:#d97706;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.faq__title{color:#f1f5f9;margin-bottom:1rem;font-size:2rem}.faq__subtitle{color:#ffffff8c;max-width:500px;margin-inline:auto;font-size:1rem}.faq__list{margin-inline:auto;flex-direction:column;justify-content:flex-start;align-items:stretch;max-width:780px;margin-bottom:3rem;display:flex}.faq__item{border-bottom:1px solid #ffffff14}.faq__item:first-child{border-top:1px solid #ffffff14}.faq__item--open .faq__chevron{transform:rotate(180deg)}.faq__question{text-align:left;color:#f1f5f9;cursor:pointer;background:0 0;border:none;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem 0;font-size:1rem;font-weight:500;display:flex}.faq__question:hover{color:#1e3a5f}.faq__chevron{color:#d97706;flex-shrink:0;width:20px;height:20px;transition:transform .25s}.faq__answer{max-height:0;transition:max-height .4s;overflow:hidden}.faq__answer p{color:#ffffff8c;padding-bottom:1.5rem;font-size:.875rem;line-height:1.6}.faq__cities{flex-wrap:wrap;gap:8px;padding-bottom:1.5rem;display:flex}.faq__city{color:#1e3a5f;letter-spacing:.03em;background:#1e3a5f12;border:1px solid #1e3a5f2e;border-radius:0;padding:5px 14px;font-size:.72rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.faq__city:hover{background:#1e3a5f24;border-color:#1e3a5f59}.faq__answer-end{color:#ffffff8c;padding-bottom:1.5rem;font-size:.875rem;font-style:italic;line-height:1.6}.faq__bottom{text-align:center;color:#ffffff8c;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1rem;display:flex}.contact{background:radial-gradient(at 50% 100%,#1e3a5f66 0%,#0000 65%),linear-gradient(#0f1117 0%,#1a2332 100%);padding-block:4rem}.contact__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}@media (width<=1024px){.contact__grid{grid-template-columns:1fr}}.contact__info{padding-top:.5rem}.contact__pre{color:#d97706;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.contact__title{color:#f1f5f9;margin-bottom:1rem;font-size:2rem;line-height:1.2}.contact__text{color:#ffffff8c;margin-bottom:1rem;font-size:1rem;line-height:1.6}.contact__service-area{color:#d97706;margin-bottom:2rem;font-size:.875rem;font-weight:500}.contact__details{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.contact__details li{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.contact__detail-icon{background:#1e3a5f14;border-radius:0;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.contact__detail-icon svg{color:#1e3a5f;width:20px;height:20px}.contact__detail-label{color:#ffffff8c;margin-bottom:2px;font-size:.875rem;display:block}.contact__detail-value{color:#f1f5f9;font-size:.875rem;font-weight:500;text-decoration:none}.contact__detail-value:hover{color:#4a9fd4}.contact__detail-value--block{line-height:1.8;display:block}.contact__badge{color:#4a9fd4;background:#4a9fd414;border:1px solid #4a9fd433;border-radius:0;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.contact__badge svg{flex-shrink:0;width:16px;height:16px}.contact__form-wrap{background:#0f1117;border:1px solid #ffffff14;border-radius:0;padding:3rem;box-shadow:0 4px 16px #00000073}.contact__form{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.5rem;display:flex}.contact__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=576px){.contact__row{grid-template-columns:1fr}}.contact__field{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.25rem;display:flex}.contact__field label{color:#f1f5f9;font-size:.875rem;font-weight:500}.contact__field input,.contact__field select,.contact__field textarea{color:#f1f5f9;background:#0f1117;border:1.5px solid #ffffff14;border-radius:0;outline:none;padding:10px 1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}.contact__field input.is-error,.contact__field select.is-error,.contact__field textarea.is-error{border-color:#ef4444}.contact__field input.is-error:focus,.contact__field select.is-error:focus,.contact__field textarea.is-error:focus{box-shadow:0 0 0 3px #ef44441a}.contact__field textarea{resize:vertical}.contact__field select{cursor:pointer}.contact__error{color:#ef4444;font-size:.875rem}.contact__submit{flex-direction:row;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;display:flex}.contact__spinner{width:18px;height:18px;animation:1s linear infinite spin}.contact__success{color:#22c55e;background:#22c55e14;border:1px solid #22c55e40;border-radius:0;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;font-weight:500;display:flex}.contact__success svg{color:#22c55e;flex-shrink:0;width:18px;height:18px}.contact__error-msg{color:#ef4444;background:#ef444414;border:1px solid #ef444440;border-radius:0;padding:1rem;font-size:.875rem}@keyframes spin{to{transform:rotate(360deg)}}.admin-layout{color:#e2e8f0;background:#050e18;height:100vh;display:flex}.admin-sidebar{background:#0c1d2e;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;width:240px;padding:1.5rem;display:flex}.admin-sidebar__brand{color:#d97706;letter-spacing:-.01em;margin-bottom:3rem;font-size:1.25rem;font-weight:700}.admin-sidebar__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.admin-sidebar__link{color:#94a3b8;border-radius:0;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:block}.admin-sidebar__link:hover,.admin-sidebar__link--active{color:#d97706;background:#d9770626;text-decoration:none}.admin-sidebar__logout{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:0;margin-top:auto;padding:.5rem 1rem;font-family:Roboto,sans-serif;font-size:.875rem;transition:border-color .15s,color .15s}.admin-sidebar__logout:hover{color:#ef4444;border-color:#ef4444}.admin-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-topbar{border-bottom:1px solid #ffffff0f;align-items:center;height:80px;padding-inline:2rem;display:flex}.admin-topbar__title{color:#f1f5f9;text-transform:capitalize;font-size:1.25rem;font-weight:500}.admin-main{flex:1;padding:2rem;overflow-y:auto}.admin-login{background:#050e18;justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login__card{background:#0c1d2e;border-radius:0;width:100%;max-width:400px;padding:3rem;box-shadow:0 8px 32px #0000008c}.admin-login__title{color:#fff;text-align:center;margin-bottom:2rem;font-size:1.5rem}.admin-login__hint{color:#94a3b8;text-align:center;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.admin-login__form{flex-direction:column;gap:1rem;display:flex}.admin-login__error{color:#ef4444;margin:0;font-size:.875rem}.admin-login__back{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.875rem;transition:color .15s}.admin-login__back:hover{color:#94a3b8}.admin-login__back:disabled{opacity:.4;cursor:not-allowed}.admin-login__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite admin-spin;display:inline-block}@keyframes admin-spin{to{transform:rotate(360deg)}}.form-group{flex-direction:column;gap:.25rem;display:flex}.form-group label{color:#cbd5e1;font-size:.875rem;font-weight:500}.form-group input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:0;padding:.5rem 1rem;font-size:1rem;transition:border-color .15s}.form-group input:focus{border-color:#d97706;outline:none}.form-group input:disabled{opacity:.5;cursor:not-allowed}.form-group input::placeholder{color:#475569;letter-spacing:.2em}.dashboard__title{color:#f1f5f9;margin-bottom:2rem;font-size:2rem}.stat-card{background:#0c1d2e;border:1px solid #ffffff0f;border-radius:0;flex-direction:column;gap:.25rem;padding:2rem;display:flex}.stat-card__value{color:#d97706;font-size:2rem;font-weight:700}.stat-card__label{color:#64748b;font-size:.875rem;font-weight:500}.visitas-view__title{color:#f1f5f9;margin-bottom:2rem;font-size:2rem}.visitas-view__subtitle{color:#cbd5e1;margin-block:2rem 1rem;font-size:1.25rem}.visitas-view__state{text-align:center;color:#64748b;padding:4rem;font-size:1rem}.visitas-view__state--error{color:#ef4444}.visitas-table-wrap{overflow-x:auto}.visitas-table{border-collapse:collapse;width:100%}.visitas-table__th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff0f;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.visitas-table__row{transition:background-color .15s}.visitas-table__row:hover{background:#ffffff05}.visitas-table__td{color:#e2e8f0;border-bottom:1px solid #ffffff0a;padding:.5rem 1rem;font-size:1rem}.not-found{text-align:center;padding-block:4rem}.not-found__code{color:#ffffff14;font-size:6rem;font-weight:700;line-height:1}.not-found__msg{margin-top:1rem;font-size:1.25rem}.table-scroll-wrap{overflow-x:auto}.grid{gap:1.5rem;display:grid}.grid--3{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.btn-create{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s}.btn-create:hover{background:#2563eb}.btn-edit{color:#3b82f6;cursor:pointer;background:0 0;border:1px solid #3b82f6;border-radius:5px;padding:.3rem .7rem;font-size:.8rem;transition:background .15s,color .15s}.btn-edit:hover{color:#fff;background:#3b82f6}.btn-photos{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #64748b;border-radius:5px;padding:.3rem .7rem;font-size:.8rem;transition:background .15s,color .15s}.btn-photos:hover{color:#fff;background:#64748b}.btn-tag{color:#f59e0b;cursor:pointer;background:0 0;border:1px solid #f59e0b;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;transition:background .15s,color .15s}.btn-tag:hover{color:#fff;background:#f59e0b}.btn-cancel{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:border-color .15s,color .15s}.btn-cancel:hover:not(:disabled){color:#f1f5f9;border-color:#64748b}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:background .15s}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.btn-save{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:background .15s}.btn-save:hover:not(:disabled){background:#2563eb}.btn-save:disabled{opacity:.5;cursor:not-allowed}.modal-backdrop{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#1e293b;border:1px solid #334155;border-radius:10px;flex-direction:column;gap:1.25rem;width:100%;max-width:440px;padding:1.5rem;display:flex}.modal__header{justify-content:space-between;align-items:center;display:flex}.modal__title{color:#f1f5f9;margin:0;font-size:1rem;font-weight:600}.modal__close{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem;line-height:1;transition:color .15s}.modal__close:hover{color:#f1f5f9}.modal__form{flex-direction:column;gap:1rem;display:flex}.modal__actions{justify-content:flex-end;gap:.75rem;margin-top:.25rem;display:flex}.form-field{flex-direction:column;gap:.35rem;display:flex}.form-field__label{color:#94a3b8;font-size:.8rem;font-weight:500}.form-field__required{color:#f87171}.form-field__optional{color:#475569;font-weight:400}.form-field__input{color:#f1f5f9;background:#0f172a;border:1px solid #334155;border-radius:6px;outline:none;padding:.55rem .75rem;font-size:.875rem;transition:border-color .15s}.form-field__input:focus{border-color:#3b82f6}.form-field__input--error{border-color:#f87171}.form-field__input--mono{letter-spacing:.15em;font-family:monospace}.form-field__input:disabled{opacity:.5;cursor:not-allowed}.form-field__input::placeholder{color:#475569}.form-alert{border-radius:6px;padding:.6rem .9rem;font-size:.8rem}.form-alert--error{color:#f87171;background:#f871711a;border:1px solid #f871714d}.modal--wide{max-height:90vh;overflow-y:auto;max-width:720px!important}.form-field__input--textarea{resize:vertical;font-family:inherit}.form-field__input--sm{padding:.4rem .6rem;font-size:.8rem}.form-field__input--xs{text-align:center;width:50px;padding:.3rem .4rem;font-size:.8rem}.modal--sm{max-width:360px!important}.modal__body{color:#94a3b8;margin:0;font-size:.875rem;line-height:1.5}.modal-backdrop--dark{background:#000c}.proyectos-view__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.proyectos-view__title{color:#f1f5f9;margin:0;font-size:2rem}.proyectos-view__state{text-align:center;color:#64748b;padding:4rem;font-size:1rem}.proyectos-view__state--error{color:#ef4444}.proyectos-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.proyecto-card{background:#0c1d2e;border:1px solid #ffffff0f;border-radius:0;transition:border-color .15s;overflow:hidden}.proyecto-card:hover{border-color:#ffffff1f}.proyecto-card__cover{aspect-ratio:16/9;background:#0f172a;overflow:hidden}.proyecto-card__cover img,.proyecto-card__cover video{object-fit:cover;width:100%;height:100%;display:block}.proyecto-card__placeholder{color:#475569;justify-content:center;align-items:center;width:100%;height:100%;font-size:.875rem;display:flex}.proyecto-card__body{padding:1rem}.proyecto-card__title{color:#f1f5f9;margin:0 0 1rem;font-size:1rem;font-weight:700}.proyecto-card__actions{flex-wrap:wrap;gap:.25rem;display:flex}.photos-upload{margin-bottom:1.5rem}.photos-upload__label{color:#fff;cursor:pointer;background:#3b82f6;border-radius:6px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s;display:inline-flex}.photos-upload__label:hover{background:#2563eb}.photos-upload__input{display:none}.photos-upload__status{color:#d97706;margin-top:.5rem;font-size:.875rem}.photos-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.photo-item{background:#0f172a;border:1px solid #ffffff0f;border-radius:0;overflow:hidden}.photo-item__preview{aspect-ratio:4/3;position:relative;overflow:hidden}.photo-item__preview img,.photo-item__preview video{object-fit:cover;width:100%;height:100%;display:block}.photo-item__badge{color:#000;text-transform:uppercase;letter-spacing:.05em;background:#f59e0b;border-radius:4px;padding:.15rem .5rem;font-size:.65rem;font-weight:600;position:absolute;top:.25rem;left:.25rem}.photo-item__body{flex-direction:column;gap:.25rem;padding:.5rem;display:flex}.photo-item__footer{justify-content:space-between;align-items:center;gap:.25rem;display:flex}.photo-item__order{color:#64748b;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.photo-item__actions{gap:.25rem;display:flex}.btn-delete{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:5px;padding:.3rem .7rem;font-size:.8rem;transition:background .15s,color .15s}.btn-delete:hover{color:#fff;background:#ef4444}.btn-delete--sm{padding:.2rem .4rem;font-size:.7rem;line-height:1}.categorias-view{flex-direction:column;gap:2rem;display:flex}.categorias-view__header{justify-content:space-between;align-items:center;display:flex}.categorias-view__title{color:#f1f5f9;margin:0;font-size:2rem}.categorias-view__state{text-align:center;color:#64748b;padding:4rem;font-size:1rem}.categorias-view__state--error{color:#ef4444}.categorias-table{border-collapse:collapse;width:100%;font-size:.875rem}.categorias-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff0f;padding:.5rem 1rem;font-size:.75rem;font-weight:500}.categorias-table tr{transition:background-color .15s}.categorias-table tr:hover{background:#ffffff05}.categorias-table td{color:#e2e8f0;vertical-align:middle;border-bottom:1px solid #ffffff0a;padding:.5rem 1rem}.categorias-table__img img{object-fit:cover;border-radius:0;width:48px;height:48px}.categorias-table__no-img{color:#475569}.categorias-table__service{color:#94a3b8}.categorias-table__desc{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:260px;overflow:hidden}.categorias-table__date{color:#64748b;font-size:.8rem}.categorias-table__actions{text-align:right}.servicios-view{flex-direction:column;gap:2rem;display:flex}.servicios-view__header{justify-content:space-between;align-items:center;display:flex}.servicios-view__title{color:#f1f5f9;margin:0;font-size:2rem}.servicios-view__state{text-align:center;color:#64748b;padding:4rem;font-size:1rem}.servicios-view__state--error{color:#ef4444}.servicios-table{border-collapse:collapse;width:100%;font-size:.875rem}.servicios-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff0f;padding:.5rem 1rem;font-size:.75rem;font-weight:500}.servicios-table tr{transition:background-color .15s}.servicios-table tr:hover{background:#ffffff05}.servicios-table td{color:#e2e8f0;vertical-align:middle;border-bottom:1px solid #ffffff0a;padding:.5rem 1rem}.servicios-table__img img{object-fit:cover;border-radius:0;width:48px;height:48px}.servicios-table__no-img{color:#475569}.servicios-table__desc{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:260px;overflow:hidden}.servicios-table__count{color:#94a3b8}.servicios-table__date{color:#64748b;font-size:.8rem}.servicios-table__actions{justify-content:flex-end;gap:.25rem;display:flex}.reviews-view{flex-direction:column;gap:2rem;display:flex}.reviews-view__header{justify-content:space-between;align-items:center;display:flex}.reviews-view__title{color:#f1f5f9;margin:0;font-size:2rem}.reviews-view__state{text-align:center;color:#64748b;padding:4rem;font-size:1rem}.reviews-view__state--error{color:#ef4444}.reviews-tabs{border-bottom:1px solid #ffffff0f;gap:.25rem;display:flex}.reviews-tabs__tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.reviews-tabs__tab:hover{color:#cbd5e1}.reviews-tabs__tab--active{color:#d97706;border-bottom-color:#d97706}.reviews-table{border-collapse:collapse;width:100%;font-size:.875rem}.reviews-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff0f;padding:.5rem 1rem;font-size:.75rem;font-weight:500}.reviews-table tr{transition:background-color .15s}.reviews-table tr:hover{background:#ffffff05}.reviews-table td{color:#e2e8f0;vertical-align:middle;border-bottom:1px solid #ffffff0a;padding:.5rem 1rem}.reviews-table__comment{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:320px;overflow:hidden}.reviews-table__date{color:#64748b;font-size:.8rem}.reviews-table__actions{justify-content:flex-end;gap:.25rem;display:flex}.status-badge{text-transform:capitalize;letter-spacing:.02em;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-block}.status-badge--pendiente{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d}.status-badge--aprobado{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e4d}.status-badge--rechazado{color:#ef4444;background:#ef44441f;border:1px solid #ef44444d}.btn-approve{color:#22c55e;cursor:pointer;background:0 0;border:1px solid #22c55e;border-radius:5px;padding:.3rem .7rem;font-size:.8rem;transition:background .15s,color .15s}.btn-approve:hover:not(:disabled){color:#fff;background:#22c55e}.btn-approve:disabled{opacity:.5;cursor:not-allowed}.btn-reject{color:#f59e0b;cursor:pointer;background:0 0;border:1px solid #f59e0b;border-radius:5px;padding:.3rem .7rem;font-size:.8rem;transition:background .15s,color .15s}.btn-reject:hover:not(:disabled){color:#fff;background:#f59e0b}.btn-reject:disabled{opacity:.5;cursor:not-allowed}
