@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";html{scroll-behavior:smooth;box-sizing:border-box;font-size:18px;overflow-x:hidden}@media (max-width:768px){html{font-size:16px}}@media (max-width:480px){html{font-size:15px}}*,:before,:after{box-sizing:inherit;margin:0;padding:0}body{color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1rem;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img,video{max-width:100%;display:block}::selection{color:#000;background:#beb0a2}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#beb0a2;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a89a8c}.navbar{z-index:1000;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:fixed;top:1.25rem;left:0;right:0}.navbar-pill{pointer-events:all;background:#111;border-radius:9999px;grid-template-columns:1fr auto 1fr;align-items:center;width:fit-content;max-width:calc(100vw - 3rem);padding:.5rem .5rem .5rem .75rem;display:grid;box-shadow:0 2px 20px #00000080}.navbar-logo{color:#fff;justify-content:center;align-items:center;gap:.6rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.navbar-logo:hover{opacity:.7}.logo-icon{justify-content:center;align-items:center;width:30px;height:30px;display:flex;overflow:hidden}.logo-icon img{object-fit:contain;width:100%;height:100%}.logo-text{letter-spacing:.02em;color:#fff;font-size:.95rem;font-weight:600}.navbar-links{justify-self:start;align-items:center;gap:.1rem;display:flex}.nav-link{color:#ffffffbf;border-radius:9999px;padding:.45rem 1.75rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .18s,color .18s}.nav-link:hover{color:#fff;background:#ffffff1a}.nav-link.active{color:#fff}.navbar-button{color:#fff;background:#ffffff1f;border-radius:9999px;flex-shrink:0;justify-self:end;align-items:center;margin-left:.25rem;margin-right:.65rem;padding:.5rem 1.1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .18s,transform .15s;display:inline-flex;position:relative;overflow:hidden}.navbar-button:hover{background:#ffffff38;transform:translateY(-1px)}.button-text-default,.button-text-hover{transition:opacity .25s}.button-text-hover{opacity:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.navbar-button:hover .button-text-default{opacity:0}.navbar-button:hover .button-text-hover{opacity:1}.cm-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.cm-card{text-align:center;background:#111;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:380px;padding:2.5rem 2rem;display:flex;position:relative}.cm-close{color:#ffffff59;cursor:pointer;background:0 0;border:none;padding:.35rem;font-size:1rem;line-height:1;transition:color .15s;position:absolute;top:1rem;right:1rem}.cm-close:hover{color:#fff}.cm-logo{width:44px;height:44px;margin-bottom:.5rem}.cm-logo img{object-fit:contain;width:100%;height:100%}.cm-title{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.cm-subtitle{color:#ffffff73;max-width:280px;margin:0;font-size:.85rem;line-height:1.6}.cm-form{flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem;display:flex}.cm-input{color:#fff;letter-spacing:.12em;text-align:center;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .18s}.cm-input:focus{border-color:#beb0a2}.cm-input::placeholder{color:#fff3;letter-spacing:.02em}.cm-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:12px;width:100%;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .18s,opacity .18s}.cm-btn:hover:not(:disabled){background:#beb0a2}.cm-btn:disabled{opacity:.35;cursor:not-allowed}.cm-hint{color:#ffffff4d;margin:.25rem 0 0;font-size:.78rem}.cm-hint a{color:#beb0a2;text-decoration:none}.cm-hint a:hover{text-decoration:underline}.navbar-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:.25rem;padding:6px;display:none}.navbar-hamburger span{background:#ffffffd9;border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar-hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-hamburger.is-open span:nth-child(2){opacity:0}.navbar-hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar-mobile-menu{pointer-events:all;background:#111;border-radius:1.25rem;flex-direction:column;width:fit-content;min-width:220px;max-width:calc(100vw - 3rem);margin-top:.5rem;padding:.5rem 1.25rem 1.25rem;display:flex;box-shadow:0 4px 24px #0006}.mobile-nav-link{color:#fffc;border-bottom:1px solid #ffffff12;padding:1rem 0;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s}.mobile-nav-link:hover{color:#fff}.mobile-nav-btn{text-align:center;background:#ffffff1f;border-radius:9999px;margin-top:1rem;color:#fff!important;border-bottom:none!important;padding:.85rem!important}@media (max-width:600px){.navbar{top:1rem}.navbar-pill{justify-content:space-between;width:calc(100vw - 2rem);display:flex}.navbar-links{display:none}.navbar-button{justify-self:unset;margin-left:auto;display:inline-flex}.navbar-hamburger{display:none}}.lazy-wrap{background:#f0ece8;width:100%;height:100%;position:relative;overflow:hidden}.lazy-skeleton{background:linear-gradient(90deg,#f0ece8 25%,#e8e2dc 50%,#f0ece8 75%) 0 0/200% 100%;transition:opacity .3s;animation:1.4s infinite shimmer;position:absolute;inset:0}.lazy-wrap--loaded .lazy-skeleton{opacity:0;pointer-events:none}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lazy-img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;inset:0}.lazy-wrap--loaded .lazy-img{opacity:1}:root{--brand:#beb0a2;--brand-dark:#a89a8c;--black:#111;--white:#fff;--gray-light:#f7f5f3;--gray-mid:#666;--max-w:1200px}.btn{letter-spacing:.03em;cursor:pointer;border:1.5px solid #0000;border-radius:999px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-block}.btn-primary{background:var(--black);color:var(--white);border-color:var(--black)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);transform:translateY(-1px)}.btn-secondary{color:var(--black);border-color:var(--black);background:0 0}.btn-secondary:hover{background:var(--black);color:var(--white);transform:translateY(-1px)}.projects-section .btn-secondary{color:var(--white);border-color:#fff6}.projects-section .btn-secondary:hover{background:var(--white);color:var(--black)}.btn-white{background:var(--white);color:var(--black);border-color:var(--white)}.btn-white:hover{background:var(--brand);border-color:var(--brand);color:var(--white);transform:translateY(-1px)}.btn-sm{padding:.7rem 1.5rem;font-size:.95rem}.section-inner{max-width:var(--max-w);width:100%;margin:0 auto;padding:0 2.5rem}.section-inner h2{color:var(--black);margin:0 0 .5rem;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:700;line-height:1.15}.section-subtitle{color:var(--gray-mid);margin:0 0 2.25rem;font-size:1rem}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.hero{background:#000;flex-direction:column;min-height:115vh;display:flex;position:relative}.hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.hero-bg:before{content:"";filter:blur(60px);background:radial-gradient(at 40% 40%,#beb0a252 0%,#beb0a224 40%,#0000 70%);width:70%;height:100%;position:absolute;top:-15%;left:-10%}.hero-bg:after{content:"";opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px;position:absolute;inset:0}.hero-inner{z-index:1;flex:1;grid-template-columns:1.1fr .9fr;justify-content:center;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:4.5rem 1.5rem 2rem;display:grid;position:relative}.hero-text h1{color:var(--white);margin:0 0 1.75rem;font-size:clamp(2.2rem,3.8vw,3.4rem);font-weight:700;line-height:1.2}.accent{color:var(--brand)}.hero-text p{color:#fff9;max-width:500px;margin:0 0 2.75rem;font-size:1.2rem;line-height:1.75}.btn-hero-cta{color:#111;letter-spacing:.01em;background:#fff;border:none;border-radius:999px;align-items:center;gap:.65rem;padding:1.05rem 2.25rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 0 #beb0a200}.btn-hero-cta:hover{background:#f0ebe5;transform:translateY(-2px);box-shadow:0 8px 32px #beb0a259}.hero-cta-icon{color:#25d366;align-items:center;display:flex}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-model{justify-content:center;align-items:center;display:flex}.model-placeholder{aspect-ratio:4/3;border:2px dashed var(--brand);color:#fff6;background:#ffffff0d;border-radius:4px;justify-content:center;align-items:center;width:100%;font-size:1rem;display:flex}.hero-logos{background:var(--black);width:100%;margin-top:auto;padding:1rem 0}.hero-logos-label{text-align:center;letter-spacing:.14em;text-transform:uppercase;color:#fff6;margin-bottom:1.5rem;font-size:.72rem;font-weight:300}.logos-row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(.75rem,2.5vw,3rem);padding:0 1.5rem;display:flex}.logo-item{object-fit:contain;opacity:1;filter:brightness(1.4)contrast(1.1);flex-shrink:1;width:auto;max-width:clamp(60px,8vw,140px);height:clamp(22px,3.5vw,52px);transition:filter .2s}.logo-item:hover{filter:brightness(1.8)contrast(1.1)}.quote-section{background:var(--brand);padding:1.75rem .5rem;overflow:hidden}.quote-text{color:var(--black);text-align:center;white-space:nowrap;width:100%;margin:0;font-size:clamp(.4rem,2.7vw,2.2rem);font-weight:300;line-height:1.2}.how-section{background:var(--white);padding:5rem 0}.how-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem;display:grid}.how-card{border:1px solid #e8e4e0;border-radius:20px;padding:1.5rem}.how-icon{color:var(--brand);margin-bottom:1.25rem;font-size:2.25rem;display:block}.how-card h3{color:var(--black);margin:0 0 .5rem;font-size:1rem;font-weight:700}.how-card p{color:var(--gray-mid);margin:0;font-size:.9rem;line-height:1.65}.projects-section{background:#000;padding:5rem 0}.projects-section .section-inner h2{color:var(--white)}.projects-section .section-subtitle{color:#ffffff73}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.project-card{color:inherit;background:#1a1a1a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #beb0a240}.project-img{aspect-ratio:4/3;position:relative}.project-info{padding:1.5rem}.project-info h3{color:var(--white);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.project-info p{color:#ffffff73;margin:0;font-size:1rem;line-height:1.6}.testimonials-section{background:var(--white);padding:5rem 0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem;display:grid}.testimonial-card{border:1px solid #e8e4e0;border-radius:20px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.testimonial-top{align-items:center;gap:.85rem;display:flex}.testimonial-avatar{background:var(--brand);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;overflow:hidden}.testimonial-avatar img{object-fit:cover;width:100%;height:100%}.testimonial-name{color:var(--black);margin:0;font-size:.9rem;font-weight:700;line-height:1.2}.stars{gap:1px;margin-top:3px;display:flex}.google-logo{flex-shrink:0;margin-left:auto}.testimonial-time{color:var(--gray-mid);margin:0;font-size:.85rem}.testimonial-text{color:#444;flex:1;margin:0;font-size:.875rem;line-height:1.7}.testimonial-link{color:#4285f4;font-size:.875rem;font-weight:600;text-decoration:none}.testimonial-link:hover{text-decoration:underline}.plans-section{background:#000;padding:5rem 0}.plans-section .section-inner h2{color:var(--white)}.plans-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:860px;margin:2.5rem auto 0;display:grid}.plan-card{background:#111;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:1.75rem;display:flex}.plan-top{margin-bottom:1rem}.plan-icon{font-size:1.75rem}.plan-title{color:var(--white);margin:0 0 .25rem;font-size:1.15rem;font-weight:700}.plan-subtitle{color:var(--brand);margin:0 0 .85rem;font-size:.85rem;font-weight:600}.plan-desc{color:#ffffff73;flex:1;margin:0 0 1.25rem;font-size:.9rem;line-height:1.65}.plan-features{flex-direction:column;gap:.55rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.plan-features li{color:#ffffffbf;align-items:center;gap:.55rem;font-size:.875rem;display:flex}.plan-btn{text-align:center;color:#000;background:#fff;border-color:#fff;width:100%}.plan-btn:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.cta-highlight{padding:0 .75rem;display:inline-block;position:relative}.cta-highlight:before{content:"";background:var(--brand);z-index:0;border-radius:3px;position:absolute;inset:-.1em -.5rem;transform:rotate(-2.5deg)}.cta-highlight .accent{z-index:1;color:var(--white);position:relative}.cta-section{background:var(--white);padding:6rem 0}.cta-inner{text-align:center}.cta-inner h2{color:var(--black);margin:0 0 1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.cta-inner p{color:var(--gray-mid);max-width:500px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.7}@media (max-width:1024px){.how-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;gap:1.5rem;padding:5rem 1.5rem 1.5rem}.hero-model{order:-1;width:100%;max-width:480px;max-height:36vh;margin:0 auto}.model-placeholder{max-width:480px;margin:0 auto}.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.section-inner{padding:0 1.25rem}.how-section,.projects-section,.testimonials-section,.plans-section{padding:4rem 0}.cta-section{padding:5rem 0}.how-grid,.plans-grid,.testimonials-grid,.projects-grid{grid-template-columns:1fr}.how-grid,.testimonials-grid{margin-top:2rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{text-align:center}.section-head{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.section-subtitle{margin-bottom:0}.hero-logos{padding:.5rem 0}.hero-logos-label{margin-bottom:.5rem}.hero-inner{gap:1rem;padding:4.5rem 1.25rem 1rem}.hero-model{max-height:34vh}.hero-text h1{margin-bottom:1rem;font-size:clamp(2rem,8vw,3rem)}.hero-text p{margin-bottom:1.5rem;font-size:1rem}.how-card{padding:1.5rem}.plan-card{padding:1.75rem}.testimonial-card{padding:1.25rem}}@media (max-width:480px){.hero-inner{gap:.75rem;padding:4rem 1rem .75rem}.hero-model{max-width:100%;max-height:28vh}.hero-text h1{margin-bottom:.75rem;font-size:clamp(1.7rem,9vw,2.4rem)}.hero-text p{max-width:100%;margin-bottom:1.25rem;font-size:.9rem}.how-section,.projects-section,.testimonials-section,.plans-section{padding:3rem 0}.cta-section{padding:3.5rem 0}.how-card,.plan-card{padding:1.25rem}}.footer{background:#000;border-top:1px solid #ffffff1a;width:100%;max-width:100vw;padding:2rem 2rem 1rem;overflow-x:hidden}.footer-container{max-width:1400px;margin:0 auto}.footer-content{border-bottom:1px solid #ffffff0d;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding-bottom:1.25rem;display:grid}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-logo{justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.footer-logo img{object-fit:contain;width:100%;height:100%}.footer-brand-text{color:#fff;letter-spacing:.025em;font-size:1.125rem;font-weight:600}.footer-nav{justify-content:center;gap:1.5rem;display:flex}.footer-link{color:#ffffffb3;font-size:.875rem;text-decoration:none;transition:color .3s}.footer-link:hover{color:#beb0a2}.footer-contact{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.footer-contact-item{font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s}.footer-contact-item:hover{opacity:.75}.footer-contact-wa{color:#4ade80}.footer-contact-email{color:#ffffffb3}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.footer-bottom p{color:#fff6;margin:0;font-size:.75rem}.footer-legal{justify-content:center;align-items:center;gap:.75rem;display:flex}.footer-legal-link{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.75rem;text-decoration:underline;transition:color .3s}.footer-legal-link:hover{color:#beb0a2}.footer-separator{color:#ffffff4d;font-size:.75rem}.legal-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.legal-modal-content{background:#000;border:1px solid #beb0a24d;border-radius:20px;width:100%;max-width:700px;max-height:85vh;padding:3rem;animation:.3s ease-out slideUp;position:relative;overflow-y:auto}.legal-modal-close{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.legal-modal-close:hover{color:#beb0a2;background:#beb0a233}.legal-modal-title{color:#fff;letter-spacing:-.02em;margin:0 0 2rem;padding-right:3rem;font-size:2rem;font-weight:700}.legal-modal-body{flex-direction:column;gap:2rem;display:flex}.legal-section h3{color:#beb0a2;margin:0 0 .75rem;font-size:1.1rem;font-weight:700}.legal-section p{color:#fffc;margin:0;font-size:.95rem;line-height:1.7}.legal-section em{color:#ffffff80;font-size:.875rem}.legal-modal-content::-webkit-scrollbar{width:8px}.legal-modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.legal-modal-content::-webkit-scrollbar-thumb{background:#beb0a2;border-radius:10px}.legal-modal-content::-webkit-scrollbar-thumb:hover{background:#d4c4b4}@media (max-width:768px){.legal-modal-overlay{padding:1rem}.legal-modal-content{max-height:90vh;padding:2rem 1.5rem}.legal-modal-title{font-size:1.5rem}.legal-modal-close{top:1rem;right:1rem}.footer-legal{flex-direction:column;gap:.5rem}.footer-separator{display:none}}@media (max-width:480px){.legal-modal-content{padding:1.5rem 1.25rem}.legal-modal-title{padding-right:2.5rem;font-size:1.25rem}.legal-section h3{font-size:1rem}.legal-section p{font-size:.875rem}}.footer-socials{gap:.75rem;margin-top:.5rem;display:flex}.footer-social-link{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.footer-social-link svg{width:18px;height:18px}.footer-social-link:hover{color:#beb0a2;background:#beb0a21a;border-color:#beb0a2;transform:translateY(-3px)}.footer-social-link.instagram:hover{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-color:#fd1d1d}.footer-social-link.tiktok:hover{color:#fff;background:linear-gradient(135deg,#00f2ea,#ff0050);border-color:#00f2ea}@media (max-width:1024px){.footer-content{text-align:center;grid-template-columns:1fr;gap:1.5rem}.footer-brand,.footer-nav{justify-content:center}.footer-contact{align-items:center}}@media (max-width:768px){.footer{padding:2rem 1.25rem 1rem}.footer-nav{flex-direction:row;justify-content:center;gap:1.5rem}.footer-contact{gap:.6rem}.footer-contact-item{word-break:break-all;font-size:.8rem}.footer-bottom{padding-top:1.25rem}.footer-bottom p{font-size:.7rem}.footer-legal{flex-wrap:wrap;justify-content:center;gap:.5rem}}@media (max-width:480px){.footer{padding:1.5rem 1rem .75rem}.footer-content{gap:1.25rem}.footer-contact-item{font-size:.8rem}}.proyectos-page{background:#050505;min-height:100vh;position:relative}.proyectos-main{z-index:1;max-width:1200px;margin:0 auto;padding:8rem 1.5rem 6rem;position:relative}@media (max-width:768px){.proyectos-main{padding:6rem 1.25rem 4rem}.proyectos-header{margin-bottom:2rem}}@media (max-width:480px){.proyectos-main{padding:5rem 1rem 3rem}}.proyectos-header{margin-bottom:4rem}.proyectos-header h1{color:#fff;margin:0 0 .75rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700}.proyectos-header p{color:#ffffff59;margin:0;font-size:1.05rem}.proyectos-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.proyectos-card{color:inherit;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden}.proyectos-card:hover{border-color:#beb0a24d;transform:translateY(-4px);box-shadow:0 16px 40px #00000080}.proyectos-card-img{aspect-ratio:4/3;position:relative;overflow:hidden}.proyectos-card-img img,.proyectos-card-img>*{transition:transform .35s}.proyectos-card:hover .proyectos-card-img img{transform:scale(1.04)}.proyectos-card-info{flex-direction:column;flex:1;padding:1.25rem;display:flex}.proyectos-card-info h2{color:#fff;margin:0 0 .4rem;font-size:1rem;font-weight:600}.proyectos-card-info p{color:#ffffff59;flex:1;margin:0 0 1rem;font-size:.875rem;line-height:1.5}.proyectos-card-cta{color:#beb0a2;letter-spacing:.02em;font-size:.8rem;font-weight:600}@media (max-width:900px){.proyectos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.proyectos-grid{grid-template-columns:1fr;gap:1rem}}.pg-page{background:#050505;min-height:100vh;position:relative}.pg-main{z-index:1;max-width:1200px;margin:0 auto;padding:8rem 1.5rem 6rem;position:relative}@media (max-width:768px){.pg-main{padding:6rem 1.25rem 4rem}.pg-header{margin-bottom:2rem}}@media (max-width:480px){.pg-main{padding:5rem 1rem 3rem}.pg-lb-arrow{width:38px;height:38px}.pg-lb-arrow--prev{left:.5rem}.pg-lb-arrow--next{right:.5rem}}.pg-header{margin-bottom:3rem}.pg-back{color:#ffffff59;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.pg-back:hover{color:#fff}.pg-header h1{color:#fff;margin:0 0 .5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.pg-header p{color:#ffffff59;margin:0;font-size:1rem}.pg-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.pg-thumb{aspect-ratio:4/3;cursor:zoom-in;background:#ffffff0a;border:none;border-radius:16px;padding:0;transition:opacity .2s;display:block;position:relative;overflow:hidden}.pg-thumb:hover{opacity:.82}.pg-lightbox{z-index:2000;background:#000000f5;outline:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pg-lb-img-wrap{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex}.pg-lb-img{object-fit:contain;border-radius:12px;max-width:90vw;max-height:90vh;display:block}.pg-lb-close{color:#ffffffb3;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:background .2s,color .2s;display:flex;position:fixed;top:1.25rem;right:1.5rem}.pg-lb-close:hover{color:#fff;background:#ffffff26}.pg-lb-arrow{color:#fff;cursor:pointer;z-index:10;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.pg-lb-arrow:hover{background:#ffffff26}.pg-lb-arrow--prev{left:1.5rem}.pg-lb-arrow--next{right:1.5rem}.pg-lb-counter{color:#fff6;letter-spacing:.05em;font-size:.875rem;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.pg-not-found{background:#050505;min-height:100vh}.pg-not-found-body{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:calc(100vh - 200px);display:flex}.pg-not-found-body h2{color:#fff;font-size:1.5rem}.pg-back-btn{color:#fff;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s}.pg-back-btn:hover{background:#beb0a233}@media (max-width:768px){.pg-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.pg-lb-arrow--prev{left:.75rem}.pg-lb-arrow--next{right:.75rem}}@media (max-width:480px){.pg-grid{grid-template-columns:repeat(2,1fr)}}.admin-login{background:#000;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.admin-login-box{text-align:center;background:#111;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:400px;padding:2.5rem}.admin-login-logo{width:52px;height:52px;margin:0 auto 1.25rem}.admin-login-logo img{object-fit:contain;width:100%;height:100%}.admin-login-box h1{color:#fff;margin:0 0 .25rem;font-size:1.3rem;font-weight:700}.admin-login-sub{color:#fff6;margin:0 0 2rem;font-size:.85rem}.admin-login-form{text-align:left;flex-direction:column;gap:1rem;display:flex}.admin-field{flex-direction:column;gap:.4rem;display:flex}.admin-field label{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:600}.admin-field input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.admin-field input:focus{border-color:#beb0a2}.admin-field input::placeholder{color:#fff3}.admin-login-error{color:#ff6b6b;text-align:center;margin:0;font-size:.85rem}.admin-login-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;margin-top:.5rem;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .2s,transform .15s}.admin-login-btn:hover:not(:disabled){background:#beb0a2;transform:translateY(-1px)}.admin-login-btn:disabled{opacity:.5;cursor:not-allowed}.ap{color:#fff;background:#0a0a0a;height:100vh;font-family:inherit;display:flex;overflow:hidden}.ap-sidebar{background:#111;border-right:1px solid #ffffff12;flex-direction:column;flex-shrink:0;width:220px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.ap-sidebar-logo{border-bottom:1px solid #ffffff0f;align-items:center;gap:.6rem;padding:1.5rem 1.25rem 1.25rem;display:flex}.ap-sidebar-logo img{object-fit:contain;width:26px;height:26px}.ap-sidebar-logo span{color:#fff;font-size:.9rem;font-weight:700}.ap-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex}.ap-nav-item{color:#ffffff80;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .18s,color .18s;display:flex}.ap-nav-item:hover{color:#ffffffd9;background:#ffffff0f}.ap-nav-item.active{color:#beb0a2;background:#beb0a21f;font-weight:600}.ap-nav-icon{flex-shrink:0}.ap-sidebar-footer{border-top:1px solid #ffffff0f;flex-direction:column;gap:.6rem;padding:1rem 1.25rem;display:flex}.ap-user{color:#ffffff4d;word-break:break-all;font-size:.75rem}.ap-logout{color:#ffffff80;cursor:pointer;text-align:center;background:0 0;border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;padding:.4rem .75rem;font-family:inherit;font-size:.78rem;transition:all .18s;display:flex}.ap-logout:hover{color:#fff;border-color:#ffffff4d}.ap-main{flex:1;min-width:0;height:100vh;overflow-y:auto}.ap-section{width:100%;max-width:1100px;margin:0 auto;padding:2.5rem 2rem}.ap-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.ap-section-head h1{color:#fff;margin:0 0 .3rem;font-size:1.4rem;font-weight:700}.ap-section-head p{color:#ffffff59;margin:0;font-size:.85rem}.ap-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .18s;display:inline-flex}.ap-btn-primary{color:#000;background:#fff}.ap-btn-primary:hover:not(:disabled){background:#beb0a2}.ap-btn-primary:disabled{opacity:.5;cursor:not-allowed}.ap-btn-ghost{color:#fff;background:#ffffff12;border:1px solid #ffffff1a}.ap-btn-ghost:hover:not(:disabled){background:#ffffff1f}.ap-btn-ghost:disabled{opacity:.3;cursor:not-allowed}.ap-btn-danger{color:#ff6b6b;background:#ff50501a;border:1px solid #ff505033}.ap-btn-danger:hover{background:#ff505033}.ap-btn-sm{padding:.35rem .75rem;font-size:.78rem}.ap-order-hint{color:#ffffff40;margin:-1rem 0 1.25rem;font-size:.78rem}.ap-projects-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.1rem;display:grid}.ap-project-card{background:#161616;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;transition:border-color .2s;display:flex;overflow:hidden}.ap-project-card:hover{border-color:#ffffff24}.ap-project-card.is-featured{border-color:#beb0a24d}.ap-project-img{aspect-ratio:4/3;position:relative;overflow:hidden}.ap-project-img img{object-fit:cover;width:100%;height:100%}.ap-project-no-img{color:#fff3;background:#ffffff08;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;display:flex}.ap-project-count{color:#ffffffa6;background:#000000a6;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;position:absolute;bottom:.5rem;right:.5rem}.ap-featured-badge{color:#000;text-transform:uppercase;letter-spacing:.04em;background:#beb0a2;border-radius:4px;padding:.15rem .45rem;font-size:.62rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.ap-project-info{flex:1;padding:.9rem}.ap-project-info h3{color:#fff;margin:0 0 .3rem;font-size:.9rem;font-weight:600}.ap-project-info p{color:#fff6;margin:0 0 .4rem;font-size:.78rem;line-height:1.5}.ap-project-slug{color:#beb0a2;font-family:monospace;font-size:.7rem}.ap-project-actions{border-top:1px solid #ffffff0d;align-items:center;gap:.4rem;padding:.65rem .9rem;display:flex}.ap-order-btns{gap:.25rem;margin-right:auto;display:flex}.ap-pagination{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:1.25rem 0 .5rem;display:flex}.ap-pagination-info{color:#ffffff59;text-align:center;min-width:50px;font-size:.8rem}.ap-loading,.ap-empty{text-align:center;color:#ffffff40;padding:4rem 2rem}.ap-empty{flex-direction:column;align-items:center;gap:1rem;display:flex}.ap-coming-soon{text-align:center;border:1px dashed #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:5rem 2rem;display:flex}.ap-coming-icon{color:#ffffff40;width:2.5rem;height:2.5rem}.ap-coming-soon h3{color:#ffffff80;margin:0;font-size:1.1rem;font-weight:600}.ap-coming-soon p{color:#ffffff40;max-width:360px;margin:0;font-size:.875rem;line-height:1.6}.ap-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ap-modal{background:#111;border:1px solid #ffffff1a;border-radius:14px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.ap-modal-head{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 0;display:flex}.ap-modal-head h2{color:#fff;margin:0;font-size:1.05rem;font-weight:700}.ap-modal-close{color:#ffffff59;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem;transition:color .18s}.ap-modal-close:hover{color:#fff}.ap-modal-form{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.ap-field{flex-direction:column;gap:.35rem;display:flex}.ap-field label{color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.ap-field input,.ap-field textarea{color:#fff;resize:vertical;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:7px;outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.875rem;transition:border-color .18s}.ap-field input:focus,.ap-field textarea:focus{border-color:#beb0a2}.ap-field input::placeholder,.ap-field textarea::placeholder{color:#ffffff2e}.ap-field-hint{color:#ffffff40;font-size:.72rem}.ap-images-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem;display:grid}.ap-img-thumb{aspect-ratio:4/3;border:2px solid #0000;border-radius:6px;position:relative;overflow:hidden}.ap-img-thumb.is-cover{border-color:#beb0a2}.ap-img-thumb img{object-fit:cover;width:100%;height:100%}.ap-img-actions{opacity:0;background:#0000008c;justify-content:center;align-items:center;gap:.35rem;transition:opacity .18s;display:flex;position:absolute;inset:0}.ap-img-thumb:hover .ap-img-actions{opacity:1}.ap-img-actions button{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;transition:background .15s;display:flex}.ap-img-actions button:hover{background:#ffffff4d}.ap-cover-badge{color:#000;text-transform:uppercase;background:#beb0a2;border-radius:3px;padding:.1rem .3rem;font-size:.58rem;font-weight:700;position:absolute;bottom:2px;left:2px}.ap-add-img{aspect-ratio:4/3;color:#ffffff4d;cursor:pointer;background:#ffffff05;border:1.5px dashed #ffffff21;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-family:inherit;font-size:.7rem;transition:border-color .18s,color .18s;display:flex}.ap-add-img span:first-child{font-size:1.3rem;line-height:1}.ap-add-img:hover{color:#beb0a2;border-color:#beb0a2}.ap-error{color:#ff6b6b;margin:0;font-size:.82rem}.ap-modal-actions{justify-content:flex-end;gap:.65rem;padding-top:.25rem;display:flex}.ap-toasts{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.ap-toast{pointer-events:all;border-radius:10px;align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.85rem;font-weight:500;animation:.22s ap-toast-in;display:flex;box-shadow:0 4px 20px #0006}@keyframes ap-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ap-toast--success{color:#4ade80;background:#1a2e1a;border:1px solid #4ade8040}.ap-toast--error{color:#ff6b6b;background:#2e1a1a;border:1px solid #ff6b6b40}.ap-toast span{color:#fff;flex:1}.ap-toast button{color:#ffffff59;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex}.ap-toast button:hover{color:#fff}.ap-confirm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ap-confirm{text-align:center;background:#161616;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:360px;padding:2rem 1.75rem;display:flex}.ap-confirm-icon{color:#ff6b6b}.ap-confirm-msg{color:#ffffffb3;margin:0;font-size:.9rem;line-height:1.6}.ap-confirm-actions{gap:.65rem;width:100%;margin-top:.25rem;display:flex}.ap-confirm-actions .ap-btn{flex:1;justify-content:center}.ap-cp-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.ap-cp-card{background:#161616;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;gap:.75rem;padding:1.1rem 1.1rem .75rem;transition:border-color .2s;display:flex}.ap-cp-card:hover{border-color:#ffffff21}.ap-cp-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.ap-cp-names{flex:1;min-width:0}.ap-cp-client{color:#fff;margin:0 0 .15rem;font-size:.9rem;font-weight:600}.ap-cp-name{color:#ffffff73;margin:0;font-size:.78rem;line-height:1.4}.ap-urgency-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.62rem;font-weight:700}.ap-urgency--baja{color:#ffffff59;background:#ffffff12}.ap-urgency--normal{color:#64a0ff;background:#64a0ff1f}.ap-urgency--alta{color:#ffa53c;background:#ffa53c1f}.ap-urgency--urgente{color:#ff6b6b;background:#ff50501f}.ap-cp-phase-row{align-items:center;gap:.6rem;display:flex}.ap-cp-dots{gap:.3rem;display:flex}.ap-phase-dot{background:#ffffff1a;border-radius:50%;width:8px;height:8px;transition:background .18s}.ap-phase-dot.active{background:#beb0a2}.ap-phase-label{color:#ffffff59;font-size:.72rem}.ap-cp-code-row{background:#ffffff0a;border:1px solid #ffffff12;border-radius:6px;align-items:center;gap:.5rem;padding:.45rem .65rem;display:flex}.ap-code-val{color:#beb0a2;letter-spacing:.08em;flex:1;font-family:monospace;font-size:.9rem;font-weight:600}.ap-cp-link-row{justify-content:space-between;align-items:center;gap:.5rem;padding:.3rem 0;display:flex}.ap-cp-link-text{color:#ffffff40;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-family:monospace;font-size:.68rem;overflow:hidden}.ap-btn-icon{color:#ffffff4d;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex}.ap-btn-icon:hover{color:#fff}.ap-cp-email{color:#ffffff40;margin:-.2rem 0 0;font-size:.72rem}.ap-code-input-row{align-items:stretch;gap:.5rem;display:flex}.ap-code-input{letter-spacing:.08em;flex:1;font-family:monospace}.ap-code-input[readonly]{color:#beb0a2;cursor:default}.ap-phase-selector{flex-wrap:wrap;gap:.4rem;display:flex}.ap-phase-btn{color:#ffffff73;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.35rem .65rem;font-family:inherit;font-size:.75rem;transition:all .15s}.ap-phase-btn:hover{color:#beb0a2;border-color:#beb0a266}.ap-phase-btn.active{color:#beb0a2;background:#beb0a226;border-color:#beb0a2;font-weight:600}.ap-urgency-selector{gap:.4rem;display:flex}.ap-urgency-btn{cursor:pointer;text-transform:capitalize;color:#fff6;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:.35rem .75rem;font-family:inherit;font-size:.75rem;transition:all .15s}.ap-urgency-btn.active.ap-urgency--baja{color:#ffffffb3;background:#ffffff12;border-color:#fff3}.ap-urgency-btn.active.ap-urgency--normal{color:#64a0ff;background:#64a0ff1f;border-color:#64a0ff4d}.ap-urgency-btn.active.ap-urgency--alta{color:#ffa53c;background:#ffa53c1f;border-color:#ffa53c4d}.ap-urgency-btn.active.ap-urgency--urgente{color:#ff6b6b;background:#ff50501f;border-color:#ff50504d}.ap-optional{color:#ffffff40;text-transform:none;letter-spacing:0;font-size:.65rem;font-weight:400}.ap-emp-list{flex-direction:column;gap:.5rem;display:flex}.ap-emp-row{background:#161616;border:1px solid #ffffff12;border-radius:10px;align-items:center;gap:1rem;padding:.85rem 1rem;transition:border-color .2s;display:flex}.ap-emp-row:hover{border-color:#ffffff21}.ap-emp-avatar{color:#beb0a2;background:#beb0a226;border:1px solid #beb0a233;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.ap-emp-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.ap-emp-name{color:#fff;font-size:.9rem;font-weight:600}.ap-emp-email{color:#ffffff59;font-size:.75rem}.ap-emp-status{color:#ffffff4d;text-transform:uppercase;letter-spacing:.05em;background:#ffffff0d;border-radius:999px;padding:.15rem .55rem;font-size:.7rem;font-weight:600}.ap-emp-status.active{color:#4ade80;background:#4ade801a}.ap-emp-row--admin{background:#beb0a20a;border-color:#beb0a233}.ap-emp-badge{text-transform:uppercase;letter-spacing:.07em;color:#beb0a2;vertical-align:middle;background:#beb0a226;border-radius:4px;margin-left:.5rem;padding:.1rem .4rem;font-size:.6rem;font-weight:700;display:inline-block}.ap-emp-pass-row{align-items:center;gap:.3rem;margin-top:.15rem;display:flex}.ap-emp-pass-val{color:#fff6;letter-spacing:.05em;font-family:monospace;font-size:.72rem}.ap-emp-pass-eye{color:#ffffff4d;padding:2px}.ap-emp-pass-eye:hover{color:#fff}@media (max-width:640px){.ap-sidebar{width:56px}.ap-sidebar-logo span,.ap-nav-item span:last-child,.ap-sidebar-footer .ap-user,.ap-sidebar-footer .ap-logout{display:none}.ap-sidebar-logo{justify-content:center;padding:1rem}.ap-nav-item{justify-content:center;padding:.65rem}.ap-nav-icon{font-size:1.2rem}.ap-sidebar-footer{align-items:center}.ap-section{padding:1.5rem 1rem}}.ap-mgr-modal{background:#111;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;width:100%;max-width:780px;max-height:90vh;display:flex;overflow:hidden}.ap-mgr-head{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem 0;display:flex}.ap-mgr-title{color:#fff;margin:0 0 .2rem;font-size:1.05rem;font-weight:700}.ap-mgr-sub{color:#ffffff59;margin:0;font-size:.8rem}.ap-mgr-tabs{border-bottom:1px solid #ffffff12;gap:.15rem;padding:1rem 1.5rem 0;display:flex}.ap-mgr-tab{color:#fff6;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem .85rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:color .15s,border-color .15s}.ap-mgr-tab:hover{color:#ffffffb3}.ap-mgr-tab.active{color:#beb0a2;border-bottom-color:#beb0a2;font-weight:600}.ap-mgr-body{flex:1;padding:1.25rem 1.5rem 1.5rem;overflow-y:auto}.ap-tab-content{flex-direction:column;gap:1rem;display:flex}.ap-upload-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ap-field-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:7px;outline:none;flex:1;min-width:120px;padding:.55rem .75rem;font-family:inherit;font-size:.82rem;transition:border-color .18s}.ap-field-input:focus{border-color:#beb0a2}.ap-field-input::placeholder{color:#fff3}.ap-field-sm{flex:none;max-width:70px}.ap-select-sm{width:auto;padding:.55rem .6rem;font-size:.82rem}.ap-upload-label{cursor:pointer;align-items:center;gap:.35rem;display:inline-flex}.ap-renders-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;display:grid}.ap-render-thumb{aspect-ratio:4/3;background:#ffffff08;border-radius:8px;position:relative;overflow:hidden}.ap-render-thumb img{object-fit:cover;width:100%;height:100%}.ap-render-overlay{opacity:0;background:#0009;flex-direction:column;justify-content:flex-end;gap:.2rem;padding:.4rem;transition:opacity .18s;display:flex;position:absolute;inset:0}.ap-render-thumb:hover .ap-render-overlay{opacity:1}.ap-render-name{color:#fffc;font-size:.65rem;line-height:1.3}.ap-render-ver{color:#beb0a2;font-size:.6rem}.ap-render-del{align-self:flex-end;margin-top:auto}.ap-doc-list{flex-direction:column;gap:.4rem;display:flex}.ap-doc-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:7px;align-items:center;gap:.75rem;padding:.55rem .75rem;display:flex}.ap-doc-type{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;flex-shrink:0;padding:.15rem .5rem;font-size:.62rem;font-weight:700}.ap-doc-type--plano{color:#64a0ff;background:#64a0ff1f}.ap-doc-type--contrato{color:#beb0a2;background:#beb0a226}.ap-doc-type--factura{color:#ffa53c;background:#ffa53c1f}.ap-doc-type--otro{color:#fff6;background:#ffffff12}.ap-doc-name{color:#ffffffb3;flex:1;font-size:.82rem;text-decoration:none}.ap-doc-name:hover{color:#fff;text-decoration:underline}.ap-diag-textarea{color:#fff;resize:vertical;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:7px;outline:none;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .18s}.ap-diag-textarea:focus{border-color:#beb0a2}.ap-diag-textarea::placeholder{color:#ffffff2e}.ap-diag-save-row{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.ap-diag-saved{color:#4ade80;font-size:.78rem}.ap-notes-list{flex-direction:column;gap:.6rem;margin-top:1.25rem;display:flex}.ap-note-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:.6rem;padding:.85rem 1rem;display:flex}.ap-note-content{color:#fff;white-space:pre-wrap;margin:0;font-size:.875rem;line-height:1.55}.ap-note-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ap-note-date{color:#ffffff47;font-size:.72rem}.ap-cat-tabs{gap:.4rem;margin-bottom:.75rem;display:flex}.ap-cat-tab{color:#fff6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:.35rem .9rem;font-family:inherit;font-size:.8rem;transition:all .15s}.ap-cat-tab.active{color:#beb0a2;background:#beb0a21f;border-color:#beb0a24d;font-weight:600}.ap-cat-form{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.75rem;display:flex}.ap-cat-list{flex-direction:column;gap:.35rem;display:flex}.ap-cat-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:7px;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .75rem;display:flex}.ap-cat-info{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;display:flex}.ap-cat-name{color:#fff;font-size:.85rem;font-weight:600}.ap-cat-meta{color:#ffffff59;font-size:.75rem}.ap-cat-badge{text-transform:capitalize;color:#beb0a2;background:#beb0a21a;border-radius:4px;padding:.12rem .45rem;font-size:.62rem;font-weight:600}.ap-empty-sm{color:#fff3;text-align:center;padding:1rem 0;font-size:.8rem}.ap-catalog-shell{flex-direction:column;gap:1.25rem;display:flex}.ap-catalog-type-tabs{gap:.5rem;display:flex}.ap-catalog-type-btn{color:#ffffff73;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:.55rem 1.25rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .18s}.ap-catalog-type-btn.active{color:#beb0a2;background:#beb0a21f;border-color:#beb0a266}.ap-catalog-filters{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ap-catalog-filter-pills{flex-wrap:wrap;flex:1;align-items:center;gap:.4rem;display:flex}.ap-catalog-pill{color:#ffffff73;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-family:inherit;font-size:.78rem;transition:all .15s;display:inline-flex}.ap-catalog-pill.active{color:#beb0a2;background:#beb0a21f;border-color:#beb0a259}.ap-catalog-pill-count{background:#ffffff14;border-radius:999px;padding:0 .35rem;font-size:.7rem}.ap-catalog-pill-del{color:#ffffff40;cursor:pointer;padding-left:.15rem;font-size:.9rem;line-height:1;transition:color .15s}.ap-catalog-pill-del:hover{color:#ff6b6b}.ap-catalog-pill--add{border-style:dashed}.ap-catalog-cat-form{align-items:center;gap:.4rem;display:flex}.ap-catalog-cat-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:999px;outline:none;width:160px;padding:.3rem .85rem;font-family:inherit;font-size:.78rem}.ap-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.ap-catalog-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;transition:border-color .18s;overflow:hidden}.ap-catalog-card:hover{border-color:#ffffff26}.ap-catalog-card-img-wrap{aspect-ratio:1;background:#ffffff0a;position:relative;overflow:hidden}.ap-catalog-card-img-wrap img{object-fit:cover;width:100%;height:100%;display:block}.ap-catalog-card-no-img{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ap-catalog-card-del{color:#fff9;cursor:pointer;opacity:0;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:opacity .15s,color .15s;display:flex;position:absolute;top:.5rem;right:.5rem}.ap-catalog-card:hover .ap-catalog-card-del{opacity:1}.ap-catalog-card-del:hover{color:#ff6b6b}.ap-catalog-card-cart-btn{color:#000;cursor:pointer;opacity:0;background:#beb0a2d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:opacity .15s,background .15s;display:flex;position:absolute;bottom:.5rem;right:.5rem}.ap-catalog-card:hover .ap-catalog-card-cart-btn{opacity:1}.ap-catalog-card-cart-btn.added{opacity:1;background:#4ade80}.ap-catalog-card.in-cart{outline-offset:-2px;outline:2px solid #4ade8080}.ap-cart-bar{color:#000;cursor:pointer;z-index:200;white-space:nowrap;background:#beb0a2;border:none;border-radius:999px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:background .18s,transform .18s;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #00000080}.ap-cart-bar:hover{background:#d4c9bb;transform:translate(-50%)scale(1.02)}.ap-cart-bar-arrow{margin-left:.25rem}.ap-cart-overlay{z-index:500;background:#0009;justify-content:flex-end;display:flex;position:fixed;inset:0}.ap-cart-panel{background:#161616;border-left:1px solid #ffffff14;flex-direction:column;width:360px;max-width:100vw;height:100%;display:flex;overflow:hidden}.ap-cart-header{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:1.25rem 1.25rem 1rem;display:flex}.ap-cart-title{color:#fff;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;display:flex}.ap-cart-items{flex-direction:column;flex:1;gap:.5rem;padding:.75rem 1rem;display:flex;overflow-y:auto}.ap-cart-item{background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .75rem;display:flex}.ap-cart-item-img{object-fit:cover;background:#ffffff12;border-radius:6px;flex-shrink:0;width:40px;height:40px}.ap-cart-item-no-img{background:#ffffff0d}.ap-cart-item-info{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.ap-cart-item-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.ap-cart-item-cat{color:#ffffff59;font-size:.7rem}.ap-cart-item--dup{background:#ff505012;border-color:#ff646459}.ap-cart-item-dup-tag{color:#ff8080;font-size:.68rem;font-weight:600}.ap-cart-dup-warning{color:#ff8080;background:#ff505014;border:1px solid #ff505033;border-radius:8px;margin:.75rem 0 0;padding:.6rem .85rem;font-size:.78rem;line-height:1.45}.ap-cart-footer{border-top:1px solid #ffffff12;padding:1rem 1.25rem 1.5rem}.ap-select{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;outline:none;width:100%;padding:.55rem .85rem;font-family:inherit;font-size:.85rem}.ap-select option{background:#1a1a1a}.ap-catalog-card-cat{color:#ffffffb3;background:#000000a6;border-radius:4px;padding:.1rem .4rem;font-size:.62rem;position:absolute;bottom:.4rem;left:.4rem}.ap-catalog-card-body{flex-direction:column;gap:.2rem;padding:.65rem .75rem .75rem;display:flex}.ap-catalog-card-name{color:#fff;font-size:.82rem;font-weight:600;line-height:1.3}.ap-catalog-card-price{color:#beb0a2;font-size:.8rem;font-weight:700}.ap-catalog-card-notes{color:#ffffff4d;font-size:.72rem;font-style:italic}.ap-catalog-card-link{color:#beb0a299;font-size:.72rem;text-decoration:none}.ap-catalog-card-link:hover{color:#beb0a2}.ap-catalog-products{border-top:1px solid #ffffff0d;flex-direction:column;gap:.5rem;padding:.5rem .75rem .75rem;display:flex}.ap-catalog-product{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.65rem .75rem;display:flex}.ap-catalog-product-img{object-fit:cover;border-radius:7px;flex-shrink:0;width:44px;height:44px}.ap-catalog-product-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.ap-catalog-product-name{color:#fff;font-size:.83rem;font-weight:600}.ap-catalog-product-price{color:#beb0a2;font-size:.78rem;font-weight:600}.ap-catalog-product-notes{color:#ffffff4d;font-size:.72rem;font-style:italic}.ap-catalog-product-link{color:#beb0a299;font-size:.72rem;text-decoration:none}.ap-catalog-product-link:hover{color:#beb0a2}.ap-photo-drop{cursor:pointer;background:#ffffff05;border:1.5px dashed #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:100%;height:140px;transition:border-color .18s;display:flex;overflow:hidden}.ap-photo-drop:hover{border-color:#ffffff4d}.el{background:#000;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.el-box{text-align:center;background:#111;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:400px;padding:2.5rem}.el-logo{width:52px;height:52px;margin:0 auto 1.25rem}.el-logo img{object-fit:contain;width:100%;height:100%}.el-box h1{color:#fff;margin:0 0 .25rem;font-size:1.3rem;font-weight:700}.el-sub{color:#fff6;margin:0 0 2rem;font-size:.85rem}.el-form{text-align:left;flex-direction:column;gap:1rem;display:flex}.el-field{flex-direction:column;gap:.4rem;display:flex}.el-field label{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:600}.el-field input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.el-field input:focus{border-color:#beb0a2}.el-field input::placeholder{color:#fff3}.el-error{color:#ff6b6b;text-align:center;margin:0;font-size:.85rem}.el-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;margin-top:.5rem;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .2s,transform .15s}.el-btn:hover:not(:disabled){background:#beb0a2;transform:translateY(-1px)}.el-btn:disabled{opacity:.5;cursor:not-allowed}.ep{color:#fff;background:#0a0a0a;flex-direction:column;min-height:100vh;font-family:inherit;display:flex}.ep-header{background:#111;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem;display:flex}.ep-header-logo{align-items:center;gap:.6rem;font-size:.95rem;font-weight:700;display:flex}.ep-header-logo img{object-fit:contain;width:26px;height:26px}.ep-header-right{align-items:center;gap:1rem;display:flex}.ep-user{color:#ffffff4d;font-size:.78rem}.ep-logout{color:#ffffff73;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-family:inherit;font-size:.78rem;transition:all .18s;display:flex}.ep-logout:hover{color:#fff;border-color:#ffffff40}.ep-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2.5rem 2rem}.ep-section-head{margin-bottom:2rem}.ep-section-head h1{margin:0 0 .3rem;font-size:1.4rem;font-weight:700}.ep-section-head p{color:#ffffff59;margin:0;font-size:.85rem}.ep-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.ep-card{background:#161616;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;gap:.85rem;padding:1.1rem 1.1rem .85rem;transition:border-color .2s;display:flex}.ep-card:hover{border-color:#ffffff1f}.ep-card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.ep-client{color:#fff;margin:0 0 .15rem;font-size:.9rem;font-weight:600}.ep-project{color:#fff6;margin:0;font-size:.78rem}.ep-urgency{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.62rem;font-weight:700}.ep-urgency--baja{color:#ffffff59;background:#ffffff12}.ep-urgency--normal{color:#64a0ff;background:#64a0ff1f}.ep-urgency--alta{color:#ffa53c;background:#ffa53c1f}.ep-urgency--urgente{color:#ff6b6b;background:#ff50501f}.ep-phase-control{background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .5rem;display:flex}.ep-phase-arrow{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:.2rem;transition:color .15s,background .15s;display:flex}.ep-phase-arrow:hover:not(:disabled){color:#fff;background:#ffffff12}.ep-phase-arrow:disabled{opacity:.25;cursor:not-allowed}.ep-phase-center{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.25rem;display:flex}.ep-phase-num{color:#ffffff40;font-size:.65rem}.ep-phase-name{color:#beb0a2;font-size:.85rem;font-weight:600}.ep-phase-dots{gap:.25rem;display:flex}.ep-dot{background:#ffffff1a;border-radius:50%;width:6px;height:6px}.ep-dot.active{background:#beb0a2}.ep-code-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .65rem;display:flex}.ep-code{color:#beb0a2;letter-spacing:.08em;flex:1;font-family:monospace;font-size:.88rem;font-weight:600}.ep-copy-btn{color:#ffffff4d;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex}.ep-copy-btn:hover{color:#fff}.ep-email{color:#fff3;margin:-.3rem 0 0;font-size:.72rem}.ep-loading,.ep-empty{text-align:center;color:#ffffff40;padding:4rem 2rem;font-size:.9rem}.ep-toasts{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.ep-toast{pointer-events:all;border-radius:10px;align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.85rem;font-weight:500;animation:.22s ep-toast-in;display:flex;box-shadow:0 4px 20px #0006}@keyframes ep-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ep-toast--success{color:#4ade80;background:#1a2e1a;border:1px solid #4ade8040}.ep-toast--error{color:#ff6b6b;background:#2e1a1a;border:1px solid #ff6b6b40}.ep-toast span{color:#fff;flex:1}.ep-toast button{color:#ffffff59;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.ep-toast button:hover{color:#fff}@media (max-width:640px){.ep-header{padding:.85rem 1rem}.ep-user{display:none}.ep-main{padding:1.5rem 1rem}}*{box-sizing:border-box}.mp{color:#fff;background:#0a0a0a;flex-direction:column;min-height:100dvh;font-family:inherit;display:flex}.mp--center{justify-content:center;align-items:center}.mp-header{z-index:1;border-bottom:1px solid #ffffff0f;padding:1.1rem 1.5rem;position:relative}.mp-logo{color:#fff;align-items:center;gap:.55rem;text-decoration:none;display:inline-flex}.mp-logo img{object-fit:contain;width:24px;height:24px}.mp-logo span{font-size:.9rem;font-weight:700}.mp-main{z-index:1;flex-direction:column;flex:1;gap:2.5rem;width:100%;max-width:720px;margin:0 auto;padding:2rem 1.25rem 3rem;display:flex;position:relative}.mp-hero{flex-direction:column;gap:.35rem;display:flex}.mp-hi{color:#fff;margin:0;font-size:.82rem}.mp-hi strong{color:#fff;font-weight:700}.mp-project-name{color:#fff;margin:0 0 1.5rem;font-size:clamp(1.4rem,5vw,2rem);font-weight:700;line-height:1.2}.mp-stepper{flex-direction:column;gap:0;margin-bottom:.25rem;display:flex}.mp-st-row{align-items:flex-start;gap:.9rem;display:flex}.mp-st-col{flex-direction:column;flex-shrink:0;align-items:center;width:26px;display:flex}.mp-st-dot{color:#beb0a2;background:#ffffff08;border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:all .3s;display:flex}.mp-st-dot.done{background:#beb0a21f;border-color:#beb0a280}.mp-st-dot.current{background:#beb0a2;border-color:#beb0a2;box-shadow:0 0 0 4px #beb0a226}.mp-st-line{background:#ffffff12;flex:1;width:2px;min-height:22px;margin:3px 0;transition:background .3s}.mp-st-line.done{background:#beb0a259}.mp-st-label{color:#ffffff80;padding-top:4px;padding-bottom:22px;font-size:.82rem;line-height:1.3;transition:color .2s}.mp-st-row:last-child .mp-st-label{padding-bottom:0}.mp-st-label.done{color:#fff9}.mp-st-label.current{color:#fff;font-weight:700}.mp-sections{flex-direction:column;gap:2.5rem;display:flex}.mp-block{flex-direction:column;gap:1rem;display:flex}.mp-block-label{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0;font-size:.65rem;font-weight:700}.mp-img-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem;display:grid}@media (min-width:480px){.mp-img-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.mp-img-thumb{cursor:pointer;aspect-ratio:4/3;background:#ffffff0a;border:none;border-radius:10px;padding:0;display:block;position:relative;overflow:hidden}.mp-img-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .2s;display:block}.mp-img-thumb:hover img{transform:scale(1.03)}.mp-img-name{color:#fff;text-align:left;background:linear-gradient(#0000,#000000b8);padding:.5rem .5rem .35rem;font-size:.68rem;position:absolute;bottom:0;left:0;right:0}.mp-sel-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}@media (min-width:480px){.mp-sel-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.mp-sel-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.mp-sel-img{aspect-ratio:1;background:#ffffff0d;overflow:hidden}.mp-sel-img img{object-fit:cover;width:100%;height:100%;display:block}.mp-sel-info{flex-direction:column;gap:.2rem;padding:.65rem .75rem .75rem;display:flex}.mp-sel-name{color:#fff;font-size:.82rem;font-weight:600;line-height:1.3}.mp-sel-sub{color:#ffffff59;font-size:.72rem}.mp-sel-tag{color:#beb0a2;background:#beb0a21a;border-radius:4px;width:fit-content;margin-top:.1rem;padding:.1rem .4rem;font-size:.65rem;display:inline-block}.mp-sel-location{color:#ffffff47;margin-top:.1rem;font-size:.7rem}.mp-sel-qty{color:#ffffff4d;font-size:.7rem}.mp-notes-list{flex-direction:column;gap:.75rem;display:flex}.mp-note{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem 1.1rem;display:flex}.mp-note-content{color:#fff;white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.6}.mp-note-date{color:#ffffff59;font-size:.72rem}.mp-docs{flex-direction:column;gap:.5rem;display:flex}.mp-doc{color:#fff;background:#ffffff08;border:1px solid #ffffff12;border-radius:10px;align-items:center;gap:.85rem;padding:.85rem 1rem;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.mp-doc:hover{background:#ffffff0f;border-color:#ffffff21}.mp-doc-file-icon{color:#ffffff59;flex-shrink:0;width:22px;height:22px}.mp-doc-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.mp-doc-name{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.mp-doc-type{color:#ffffff4d;text-transform:capitalize;font-size:.72rem}.mp-doc-dl{color:#fff3;flex-shrink:0;width:16px;height:16px}.mp-footer{z-index:1;border-top:1px solid #ffffff0f;justify-content:center;padding:1.5rem 1.25rem;display:flex;position:relative}.mp-contact{color:#beb0a2;background:#beb0a214;border:1px solid #beb0a233;border-radius:999px;align-items:center;gap:.55rem;padding:.65rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .18s;display:inline-flex}.mp-contact svg{flex-shrink:0;width:16px;height:16px}.mp-contact:hover{background:#beb0a226}.mp-contact--wa{color:#25d366;background:#25d36612;border-color:#25d36633}.mp-contact--wa:hover{background:#25d36624}.mp-lb{z-index:1000;background:#000000ed;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.mp-lb img{object-fit:contain;border-radius:8px;max-width:100%;max-height:90dvh}.mp-lb-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex;position:absolute;top:1rem;right:1rem}.mp-spinner{border:2.5px solid #ffffff1a;border-top-color:#beb0a2;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite mp-spin}@keyframes mp-spin{to{transform:rotate(360deg)}}.mp-err{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:340px;padding:2rem 1.5rem;display:flex}.mp-err-icon{color:#ff6b6b;background:#ff50501a;border:1px solid #ff505033;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.1rem;display:flex}.mp-err h2{margin:0;font-size:1rem}.mp-err p{color:#ffffff59;margin:0;font-size:.85rem}.mp-err button{color:#fff9;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1a;border-radius:999px;margin-top:.25rem;padding:.5rem 1.25rem;font-family:inherit;font-size:.83rem}.mp-empty-msg{color:#fff3;text-align:center;margin:0;padding:1rem 0;font-size:.85rem}.app{width:100%;min-height:100vh;overflow-x:hidden}
