@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--nu-purple:#1539fa;--nu-purple-dark:#0c26b3;--nu-background:#fff;--nu-surface:#f5f5f5;--nu-text-primary:#191919;--nu-text-secondary:#767676}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--nu-background);color:var(--nu-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}@media (width<=768px){body{background-color:#000}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--nu-surface)}::-webkit-scrollbar-thumb{background:var(--nu-purple);border-radius:4px}.hero-container{background:var(--nu-background);flex-direction:column;justify-content:center;align-items:flex-start;min-height:100vh;padding-bottom:6rem;display:flex;position:relative}.hero-content{flex-direction:column;align-items:flex-start;gap:2.5rem;width:100%;max-width:900px;margin-top:-10vh;display:flex}.hero-top-row{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.career-btn-wrapper{order:2}.hero-socials{order:1;gap:1rem;display:flex}.social-btn{background:var(--nu-surface);width:3.5rem;height:3.5rem;color:var(--nu-text-primary);cursor:pointer;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.social-btn:hover{background:var(--nu-purple);color:#fff;border-color:var(--nu-purple);transform:translateY(-4px);box-shadow:0 10px 20px #1539fa33}.hero-title{color:var(--nu-text-primary);letter-spacing:-.02em;text-align:left;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.15}.hero-text-wrapper{flex-direction:column;gap:1.25rem;display:flex}.hero-subtitle{color:var(--nu-text-secondary);text-wrap:balance;max-width:700px;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:400;line-height:1.5}.highlight{color:var(--nu-purple);cursor:none;z-index:10;display:inline-block;position:relative}.floating-icon{pointer-events:none;z-index:9999;filter:drop-shadow(0 10px 20px #00000026);will-change:transform;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:3.5rem;line-height:1;display:flex;position:fixed}.scroll-indicator-horizontal{flex-direction:row;align-items:center;gap:1.5rem;width:auto;display:flex}@media (width>=1200px){.scroll-indicator-horizontal{left:calc(50% - 600px + 2rem)}}.scroll-text-horizontal{text-transform:uppercase;letter-spacing:.2em;color:var(--nu-purple);font-size:.75rem;font-weight:700}.scroll-bar-bg{background:#1539fa4d;width:300px;height:3px;position:relative;overflow:hidden}.scroll-bar-fill{background:var(--nu-purple);height:100%;position:absolute;top:0;left:0}.hero-scroll-wrapper{width:auto;position:absolute;bottom:8rem;left:2rem}@media (width>=1200px){.hero-scroll-wrapper{left:calc(50% - 600px + 2rem)}}.scroll-indicator-vertical{flex-direction:column;align-items:flex-start;gap:5.5rem;display:flex}.mouse-scroll-indicator{align-items:center;gap:12px;margin-bottom:5rem;display:flex}.mouse-shape{border:2px solid var(--nu-purple);border-radius:999px;justify-content:center;width:22px;height:34px;padding-top:6px;display:flex;position:relative}.mouse-wheel{background:var(--nu-purple);border-radius:99px;width:3px;height:6px}.mouse-scroll-text{text-transform:uppercase;letter-spacing:.15em;color:var(--nu-purple);font-size:.75rem;font-weight:700}@media (width<=768px){.hero-scroll-wrapper{z-index:10;position:absolute;bottom:10rem;left:2rem}.desktop-only{display:none}.mobile-only{display:flex}.mobile-text{display:inline}.scroll-bar-bg{width:200px}.scroll-indicator-vertical{gap:0}.mouse-scroll-indicator{margin-bottom:3rem}}.career-btn-discreet{background:var(--nu-surface);height:3.5rem;color:var(--nu-text-primary);white-space:nowrap;border:1px solid #0000000d;border-radius:99px;justify-content:center;align-items:center;padding:0 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.career-icon-mobile{display:none}.career-btn-discreet:hover{background:var(--nu-purple);color:#fff;border-color:var(--nu-purple);transform:translateY(-4px);box-shadow:0 10px 20px #1539fa33}@media (width<=768px){.career-btn-text{display:none}.career-icon-mobile{display:block}.career-btn-discreet{border-radius:50%;width:3.5rem;padding:0}}.projects-container{background:var(--nu-background);min-height:100vh;padding-top:6rem;padding-bottom:8rem;overflow:hidden}.projects-header{margin-bottom:3rem}.header-top{justify-content:flex-start;align-items:center;display:flex}.section-title{color:var(--nu-text-primary);letter-spacing:-.04em;margin-bottom:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.scroll-controls-top{gap:1rem;display:flex}.scroll-btn{background:var(--nu-surface);width:3rem;height:3rem;color:var(--nu-text-primary);cursor:pointer;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.scroll-btn:hover{background:var(--nu-purple);color:#fff;border-color:var(--nu-purple);transform:translateY(-2px);box-shadow:0 10px 20px #1539fa33}.projects-carousel-wrapper{width:100%;margin-bottom:4rem}.projects-scroll-container{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;gap:1.5rem;padding:0 2rem;scroll-padding-left:2rem;display:flex;overflow-x:auto}.projects-scroll-container.dragging{cursor:grabbing;scroll-behavior:auto!important;scroll-snap-type:none!important}.projects-scroll-container.dragging *{pointer-events:none;-webkit-user-select:none;user-select:none}.projects-scroll-container img{pointer-events:none;-webkit-user-drag:none}@media (width>=1200px){.projects-scroll-container{padding-left:calc(50vw - 600px + 2rem);padding-right:calc(50vw - 600px + 2rem);scroll-padding-left:calc(50vw - 600px + 2rem)}}.projects-scroll-container::-webkit-scrollbar{display:none}.compact-card{flex:0 0 435px;width:435px;min-width:435px}@media (width<=1024px){.projects-scroll-container{scroll-snap-type:x mandatory;gap:1rem;padding:0 1.5rem;scroll-padding-left:1.5rem}.compact-card{scroll-snap-align:start;flex:0 0 78vw;width:78vw;min-width:78vw}}.carousel-spacer{flex:none;min-width:25vw}.project-card{background:var(--nu-background);cursor:pointer;border:1px solid #00000014;border-radius:24px;flex-direction:column;transition:box-shadow .3s,border-color .3s;display:flex;overflow:hidden;-webkit-tap-highlight-color:transparent!important;-webkit-touch-callout:none!important;box-shadow:none!important;outline:none!important}.project-card:focus,.project-card:active,.project-card *{-webkit-tap-highlight-color:transparent!important;outline:none!important}.project-card:hover{border-color:#1539fa33;box-shadow:0 20px 40px #0000000f}.project-link-wrapper{color:inherit;flex-direction:column;width:100%;height:100%;text-decoration:none;display:flex}.project-image-placeholder{background:var(--nu-surface);border-bottom:1px solid #0000000d;justify-content:center;align-items:center;width:100%;height:360px;transition:background .3s;display:flex}.project-image-real{object-fit:cover;width:100%;height:100%;transition:transform .5s}@media (width>=1025px){.project-card:hover .project-image-real{transform:scale(1.05)}}.carousel-loading{width:100vw;height:400px;color:var(--nu-purple);justify-content:center;align-items:center;display:flex}.placeholder-icon{color:var(--nu-text-secondary);opacity:.3;transition:all .3s}.project-card:hover .placeholder-icon{color:var(--nu-purple);opacity:.8;transform:scale(1.1)}.card-content{background:#fff;padding:2.5rem}.project-title{color:var(--nu-text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800}.project-tags{gap:.5rem;display:flex}.tag{background:var(--nu-surface);color:var(--nu-text-secondary);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.4rem 1rem;font-size:.75rem;font-weight:700}.tag-secondary{color:var(--nu-purple);text-transform:uppercase;background:#1539fa1a;border-radius:999px;padding:.4rem 1rem;font-size:.75rem;font-weight:700}.projects-footer{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:3rem;display:flex}.projects-progress-section{flex-direction:row;align-items:center;gap:1.5rem;display:flex}.scroll-controls-bottom{gap:.75rem;display:flex}.desktop-only{display:flex}.mobile-only{display:none}@media (width<=768px){.desktop-only{display:none}.mobile-only{display:block}.projects-footer{text-align:center;justify-content:center;gap:1.5rem}}.drag-indicator-container{margin-top:1rem}.drag-indicator-text{text-transform:uppercase;letter-spacing:.1em;color:var(--nu-text-secondary);opacity:.6;font-size:.75rem;font-weight:700}.projects-progress-text{text-transform:uppercase;letter-spacing:.2em;color:var(--nu-purple);font-size:.75rem;font-weight:700}.projects-progress-bar-bg{background:#1539fa1a;width:250px;height:2px;position:relative;overflow:hidden}.projects-progress-bar-fill{background:var(--nu-purple);height:100%;position:absolute;top:0;left:0}.project-floating-btn-container{pointer-events:none;z-index:9999;position:fixed;top:0;left:0}.project-floating-btn{background:var(--nu-purple);color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #ffffff1a;border-radius:999px;padding:1rem 1.75rem;font-family:inherit;font-size:.875rem;font-weight:700;transform:translate(-50%,-150%);box-shadow:0 10px 30px #1539fa66}@media (width<=768px){.project-floating-btn-container{display:none!important}}.about-section{padding-top:10vh;padding-bottom:10vh;position:relative}.about-slide{perspective:1000px;justify-content:center;align-items:center;height:75vh;padding:2rem 3rem;display:flex}.about-block{text-align:center;width:100%;max-width:980px;transform-style:preserve-3d;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.about-heading{letter-spacing:-.025em;color:#fff;margin:0;font-size:clamp(2.4rem,5.5vw,4.5rem);font-weight:800;line-height:1.15}.about-heading em{color:#ffffff8c;font-style:italic;font-weight:300}@media (width<=768px){.about-heading{font-size:2rem;line-height:1.25}}.video-showcase{background:#0a0a0a;padding:7rem 0 8rem;position:relative;overflow:hidden}.video-showcase:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#000 0%,#0000 100%);height:120px;position:absolute;top:0;left:0;right:0}.video-showcase-header{z-index:2;max-width:580px;margin-bottom:4rem;position:relative}.vs-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--nu-purple);margin-bottom:1.25rem;font-size:.8125rem;font-weight:700;display:block}.vs-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.1}.vs-highlight{color:var(--nu-purple)}.vs-subtitle{color:#ffffff80;font-size:1.0625rem;line-height:1.65}.videos-carousel-wrapper{z-index:2;width:100%;margin-bottom:4rem;position:relative}.videos-scroll-container{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;gap:1.5rem;padding:0 2rem;scroll-padding-left:2rem;display:flex;overflow-x:auto}.videos-scroll-container.dragging{cursor:grabbing;scroll-behavior:auto!important;scroll-snap-type:none!important}.videos-scroll-container.dragging *{pointer-events:none;-webkit-user-select:none;user-select:none}.videos-scroll-container img{pointer-events:none;-webkit-user-drag:none}@media (width>=1200px){.videos-scroll-container{padding-left:calc(50vw - 600px + 2rem);padding-right:calc(50vw - 600px + 2rem);scroll-padding-left:calc(50vw - 600px + 2rem)}}.videos-scroll-container::-webkit-scrollbar{display:none}.compact-video-card{flex:0 0 435px;width:435px;min-width:435px}@media (width<=1024px){.videos-scroll-container{scroll-snap-type:x mandatory;gap:1rem;padding:0 1.5rem;scroll-padding-left:1.5rem}.compact-video-card{scroll-snap-align:start;flex:0 0 78vw;width:78vw;min-width:78vw}}.video-card{background:#141414;border-radius:20px;flex-direction:column;min-height:380px;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;display:flex;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent!important;-webkit-touch-callout:none!important;box-shadow:none!important;outline:none!important}.video-card:focus,.video-card:active,.video-card *{-webkit-tap-highlight-color:transparent!important;outline:none!important}.video-card:hover{box-shadow:0 20px 60px #0006}.video-card:hover .video-card-play{background:var(--nu-purple);color:#fff;border-color:var(--nu-purple);transform:scale(1.1)}.video-card:hover .video-card-bg:after{opacity:.6}.video-card:hover .vcp-circle{opacity:.12}.video-card-bg{flex:1;min-height:220px;position:relative;overflow:hidden}.video-card-bg:after{content:"";opacity:.8;z-index:1;background:linear-gradient(#0000 30%,#141414 100%);transition:opacity .4s;position:absolute;inset:0}.video-card-thumb{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.video-card-pattern{position:absolute;inset:0;overflow:hidden}.vcp-circle{opacity:.08;border:1px solid #ffffff0f;border-radius:50%;transition:opacity .5s;position:absolute}.vcp-1{width:300px;height:300px;top:-80px;right:-60px}.vcp-2{width:200px;height:200px;bottom:-40px;left:-30px}.vcp-line{background:#ffffff0a;position:absolute}.vcp-l1{width:1px;height:100%;top:0;left:33%}.vcp-l2{width:1px;height:100%;top:0;left:66%}.vcp-l3{width:100%;height:1px;top:50%;left:0}.video-card-content{z-index:2;justify-content:space-between;align-items:flex-end;padding:1.5rem 1.75rem 1.75rem;display:flex;position:relative}.video-card-text{flex:1;padding-right:1.5rem}.video-card-title{color:#fff;margin-bottom:.375rem;font-size:1.375rem;font-weight:700;line-height:1.25}.video-card-desc{color:#ffffff73;max-width:320px;font-size:.875rem;line-height:1.5}.video-card-play{color:#fff9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.video-card-play svg{margin-left:2px}.videos-footer{z-index:2;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:3rem;display:flex;position:relative}.videos-progress-section{flex-direction:row;align-items:center;gap:1.5rem;display:flex}.videos-progress-bar-bg{background:#ffffff1a;width:250px;height:2px;position:relative;overflow:hidden}.videos-progress-bar-fill{background:var(--nu-purple);height:100%;transition:width .1s ease-out;position:absolute;top:0;left:0}.video-scroll-btn{color:#fff;cursor:pointer;background:#141414;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.video-scroll-btn:hover{background:var(--nu-purple);border-color:var(--nu-purple);transform:translateY(-2px);box-shadow:0 10px 20px #1539fa33}.video-drag-indicator-text{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;font-size:.75rem;font-weight:700}.video-floating-btn-container{pointer-events:none;z-index:9999;position:fixed;top:0;left:0}.video-floating-btn{background:var(--nu-purple);color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-family:inherit;font-size:.875rem;font-weight:700;display:flex;transform:translate(-50%,-150%);box-shadow:0 10px 30px #1539fa66}@media (width<=1024px){.video-card{min-height:320px}.video-card-title{font-size:1.25rem}}@media (width<=768px){.video-showcase{padding:5rem 0 6rem}.video-showcase-header{margin-bottom:2.5rem}.video-card{min-height:280px}.video-card-content{padding:1.25rem 1.5rem 1.5rem}.video-card-title{font-size:1.125rem}.video-card-desc{font-size:.8125rem}.video-card-play{width:38px;height:38px}.vs-title{font-size:1.75rem}.video-floating-btn-container{display:none!important}.videos-footer{text-align:center;justify-content:center;gap:1.5rem}}.video-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.video-modal-content{background:#000;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:1100px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.video-modal-close{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.video-modal-close:hover{background:var(--nu-purple);border-color:var(--nu-purple);transform:scale(1.1)}.video-modal-iframe-container{width:100%;padding-bottom:56.25%;position:relative}.video-modal-iframe-container iframe,.video-modal-iframe-container video.local-video-player{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.video-modal-iframe-container video.local-video-player{object-fit:contain;background:#000}@media (width<=768px){.video-modal-overlay{padding:1rem}}.footer-container{color:#fff;background:#000;padding:8rem 0 4rem;position:relative;overflow:hidden}.footer-container:before{content:"";z-index:0;background:radial-gradient(circle,#1539fa26 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;left:-100px}.footer-content{z-index:1;flex-direction:column;align-items:flex-start;gap:4rem;display:flex;position:relative}.footer-main{width:100%;max-width:none}.footer-title{letter-spacing:-.04em;color:#fff;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1}.footer-subtitle{color:#fff9;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.4}.footer-actions{flex-direction:column;gap:3rem;width:100%;display:flex}.whatsapp-cta{color:#000;background:#fff;border-radius:999px;align-self:flex-start;align-items:center;gap:1rem;padding:1.5rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.whatsapp-cta:hover{background:var(--nu-purple);color:#fff;transform:scale(1.05)}.footer-contact-info{flex-direction:column;gap:.5rem;display:flex}.contact-label{color:#fff6;letter-spacing:.1em;font-size:.75rem;font-weight:800}.email-link-footer{color:#fff;font-size:clamp(1.25rem,3vw,2.5rem);font-weight:700;text-decoration:none;transition:color .3s}.email-link-footer:hover{color:var(--nu-purple)}.footer-bottom{color:#fff6;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;margin-top:4rem;padding-top:2rem;font-size:.875rem;display:flex}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:inherit;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.mobile-text{display:none}@media (width<=768px){.whatsapp-cta{gap:.5rem;padding:1rem 2rem;font-size:1rem}.desktop-text,.desktop-icon{display:none}.mobile-text{display:inline}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1.5rem}}.animated-section-wrapper{z-index:1;background-color:var(--nu-purple);width:100%;position:relative}.animated-bg-lines{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.animated-content{z-index:1;width:100%;position:relative}.login-container{background:var(--nu-background);min-height:100vh;color:var(--nu-text-primary);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.back-link{color:var(--nu-text-secondary);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:absolute;top:2rem;left:2rem}.back-link:hover{color:var(--nu-purple);transform:translate(-4px)}.login-card{background:var(--nu-surface);border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;gap:2.5rem;width:100%;max-width:440px;padding:3rem 2.5rem;display:flex;box-shadow:0 20px 40px #0003}.login-header h2{margin-bottom:.5rem;font-size:2rem;font-weight:700}.login-header p{color:var(--nu-text-secondary);font-size:1rem}.login-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{text-transform:uppercase;color:var(--nu-text-secondary);letter-spacing:.1em;font-size:.85rem;font-weight:600}.form-group input{background:var(--nu-background);color:var(--nu-text-primary);border:1px solid #ffffff1a;border-radius:12px;padding:1rem;font-size:1rem;transition:all .3s}.form-group input:focus{border-color:var(--nu-purple);outline:none;box-shadow:0 0 0 2px #1539fa33}.login-btn{background:var(--nu-purple);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:1rem;padding:1.25rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #1539fa4d}.login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #1539fa66}.admin-container{background:var(--nu-background);min-height:100vh;color:var(--nu-text-primary);flex-direction:column;display:flex}.admin-nav{background:var(--nu-surface);z-index:100;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex;position:sticky;top:0}.admin-nav h2{font-size:1.5rem;font-weight:700}.logout-btn{color:var(--nu-text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:all .3s}.logout-btn:hover{color:var(--nu-text-primary);border-color:var(--nu-purple);background:#1539fa1a}.admin-main{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:3rem 2.5rem}.admin-header{margin-bottom:3rem}.admin-header h1{margin-bottom:.5rem;font-size:2.5rem}.admin-header p{color:var(--nu-text-secondary);font-size:1.1rem}.success-toast{color:#2ed573;background:#2ed5731a;border:1px solid #2ed57333;border-radius:12px;align-items:center;gap:.75rem;width:fit-content;margin-top:1.5rem;padding:1rem 1.5rem;font-weight:600;display:flex}.success-toast svg{color:#2ed573}.loading-state{color:var(--nu-purple);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:5rem;display:flex}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-tabs{border-bottom:1px solid #ffffff1a;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.tab-btn{color:var(--nu-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.tab-btn:hover{color:var(--nu-text-primary);background:#ffffff0d}.tab-btn.active{color:var(--nu-purple);box-shadow:0 0 0 1px var(--nu-purple);background:#1539fa26}.upload-card{background:var(--nu-surface);border:1px solid #ffffff0d;border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #0000001a}.upload-card h3{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.admin-form{flex-direction:column;gap:1.5rem;display:flex}.admin-form .form-group{flex-direction:column;gap:.5rem;display:flex}.admin-form label{text-transform:uppercase;color:var(--nu-text-secondary);letter-spacing:.1em;font-size:.85rem;font-weight:600}.admin-form input[type=text]{background:var(--nu-background);color:var(--nu-text-primary);border:1px solid #ffffff1a;border-radius:12px;padding:1rem;font-size:1rem;transition:all .3s}.admin-form input[type=text]:focus{border-color:var(--nu-purple);outline:none;box-shadow:0 0 0 2px #1539fa33}.upload-areas{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem;display:grid}.upload-areas.single-area{grid-template-columns:1fr}@media (width<=768px){.upload-areas{grid-template-columns:1fr}}.upload-dropzone{text-align:center;cursor:pointer;background:#0003;border:2px dashed #ffffff1a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.upload-dropzone svg{color:var(--nu-purple);margin-bottom:.5rem;transition:transform .3s}.upload-dropzone span{color:var(--nu-text-primary);font-weight:600}.upload-dropzone p{color:var(--nu-text-secondary);font-size:.85rem}.upload-dropzone:hover{border-color:var(--nu-purple);background:#1539fa0d}.upload-dropzone .size-hint{opacity:.7;margin-top:-.25rem;font-size:.75rem}.upload-dropzone:hover svg{transform:scale(1.1)}.file-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.upload-dropzone.has-file{background:#2ed5730d;border-color:#2ed573}.upload-dropzone.has-file svg{color:#2ed573}.upload-dropzone.has-file span{color:#2ed573;white-space:nowrap;text-overflow:ellipsis;max-width:90%;font-size:.9rem;overflow:hidden}.save-btn{background:var(--nu-purple);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1.25rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.save-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #1539fa66}.list-card{background:var(--nu-surface);border:1px solid #ffffff0d;border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #0000001a}.list-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.list-header h3{margin:0;font-size:1.5rem}.add-new-btn{background:var(--nu-purple);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;transition:all .3s;display:flex}.add-new-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #1539fa4d}.admin-list{flex-direction:column;gap:1rem;display:flex}.list-item{background:#0003;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:all .3s;display:flex}.list-item:hover{border-color:var(--nu-purple);background:#1539fa0d}.item-info{flex-direction:column;gap:.25rem;display:flex}.item-info strong{color:var(--nu-text-primary);font-size:1.1rem}.item-info span{color:var(--nu-text-secondary);font-size:.85rem}.item-actions{gap:.5rem;display:flex}.action-btn{color:var(--nu-text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.action-btn:hover{color:var(--nu-text-primary);background:#ffffff0d}.action-btn.edit:hover{color:var(--nu-purple);border-color:var(--nu-purple);background:#1539fa1a}.action-btn.delete:hover{color:#ff4757;background:#ff47571a;border-color:#ff4757}.empty-message{text-align:center;color:var(--nu-text-secondary);padding:2rem;font-style:italic}.form-header-row{border-bottom:1px solid #ffffff1a;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.form-header-row h3{border:none;margin:0;padding:0;font-size:1.5rem}.back-btn{color:var(--nu-text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .2s;display:flex}.back-btn:hover{color:var(--nu-text-primary);background:#ffffff0d}.admin-form input[type=url]{background:var(--nu-background);color:var(--nu-text-primary);border:1px solid #ffffff1a;border-radius:12px;padding:1rem;font-size:1rem;transition:all .3s}.admin-form input[type=url]:focus{border-color:var(--nu-purple);outline:none;box-shadow:0 0 0 2px #1539fa33}.flex-label{align-items:center;gap:.4rem;display:flex}.field-hint{color:var(--nu-text-secondary);opacity:.8;margin-top:.25rem;font-size:.8rem}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.confirm-modal{background:var(--nu-surface);text-align:center;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:450px;padding:3rem;box-shadow:0 20px 50px #00000080}.modal-icon{color:#ff4757;background:#ff47571a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.confirm-modal h3{color:var(--nu-text-primary);margin-bottom:1rem;font-size:1.75rem}.confirm-modal p{color:var(--nu-text-secondary);margin-bottom:2rem;line-height:1.6}.modal-actions{gap:1rem;display:flex}.modal-actions button{cursor:pointer;border-radius:12px;flex:1;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.cancel-btn{color:var(--nu-text-secondary);background:0 0;border:1px solid #ffffff1a}.cancel-btn:hover{color:var(--nu-text-primary);background:#ffffff0d}.confirm-btn{color:#fff;background:#ff4757;border:none}.confirm-btn:hover{background:#ff6b81;transform:translateY(-2px);box-shadow:0 8px 20px #ff47574d}.career-page{background-color:var(--nu-background);min-height:100vh;padding-top:4rem}.career-hero{padding-bottom:4rem}.back-link-wrapper{width:100%;margin-bottom:2.5rem;display:block}.back-link{width:3.5rem;height:3.5rem;color:var(--nu-purple);border:1px solid var(--nu-purple);background:0 0;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.back-link:hover{background:var(--nu-purple);color:#fff;border-color:var(--nu-purple);transform:translateY(-4px);box-shadow:0 10px 20px #1539fa33}.career-header{max-width:800px}.career-title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1}.career-subtitle{color:var(--nu-text-secondary);max-width:600px;font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.5}.career-layout{padding-bottom:8rem;display:block}.career-sticky-nav{z-index:100;-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #0000000d;margin-bottom:4rem;padding:1.25rem 0;position:sticky;top:0}.career-sticky-nav li span{transition:color .2s}.nav-icon{display:none}.career-sticky-nav ul{-ms-overflow-style:none;scrollbar-width:none;flex-direction:row;justify-content:flex-start;gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 2rem;list-style:none;display:flex;overflow-x:auto}.career-sticky-nav ul::-webkit-scrollbar{display:none}.career-sticky-nav li{cursor:pointer;color:var(--nu-text-secondary);white-space:nowrap;font-size:1rem;font-weight:600;transition:color .2s,transform .2s}.career-sticky-nav li:hover{color:var(--nu-purple);transform:translateY(-2px)}.content-section{margin-bottom:6rem;scroll-margin-top:6rem}.about-text p{color:var(--nu-text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.location-text{color:var(--nu-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:block}.vertical-sections{display:block}.career-content{min-width:0}.section-header{align-items:flex-start;gap:1rem;margin-bottom:3rem;display:flex}.section-icon{color:var(--nu-purple);margin-top:.35rem}.section-header h2{letter-spacing:-.02em;font-size:2rem;font-weight:700}.timeline-section{margin-bottom:6rem}.timeline-tags{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem;display:flex}.timeline-period,.timeline-duration{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;border-radius:99px;max-width:100%;padding:.5rem 1rem;font-weight:700;display:inline-block;overflow:hidden}.timeline-period{color:var(--nu-purple);background:#1539fa1a;font-size:.875rem}.timeline-duration{color:var(--nu-text-secondary);background:#f8f9fa;border:1px solid #e5e7eb;font-size:.75rem}.timeline-content h3{margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.timeline-content h4{color:var(--nu-text-secondary);margin-bottom:1rem;font-size:1.125rem;font-weight:500}.timeline-content p{color:var(--nu-text-secondary);font-size:1.125rem;line-height:1.6}.competence-text{color:var(--nu-text-secondary);margin-top:1rem;font-size:1rem;line-height:1.5}.side-section{flex-direction:column;display:flex}.cards-wrapper{flex-direction:column;gap:1.5rem;display:flex}.career-card{background:#fff;border:2px solid #e5e7eb;border-radius:1.5rem;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0000000d}.career-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.career-card h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.career-card h4{color:var(--nu-text-secondary);font-size:1rem;font-weight:500}@media (width<=768px){.career-hero{padding-bottom:1.5rem}.career-sticky-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;margin-bottom:2rem;padding:.75rem 0;position:sticky;top:0}.career-sticky-nav ul{justify-content:flex-start;gap:1rem;padding:0 2rem}.career-sticky-nav li{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex}.career-sticky-nav li:active{background:var(--nu-purple);transform:scale(.9)}.career-title{margin-bottom:1rem;font-size:2.5rem}.nav-icon{color:var(--nu-text-primary);display:block!important}.career-sticky-nav li span{display:none!important}.vertical-sections{display:block}.content-section{margin-bottom:5rem}.section-header{align-items:center;margin-bottom:1.5rem}.section-icon{margin-top:0}.section-header h2{font-size:1.5rem}.cards-wrapper{gap:1rem}.career-card{padding:1.25rem}.career-card h3{font-size:1.2rem}.career-card h4{font-size:.9rem}.timeline-period,.timeline-duration{padding:.35rem .75rem;font-size:.65rem}.about-text p{font-size:1rem}}.career-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.print-btn{background:var(--nu-surface);color:var(--nu-text-primary);cursor:pointer;border:1px solid #0000000d;border-radius:99px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.print-btn:hover{background:var(--nu-purple);color:#fff;border-color:var(--nu-purple);transform:translateY(-4px);box-shadow:0 10px 20px #1539fa33}.print-cv-container{display:none}@media print{.career-hero,.career-sticky-nav,.career-layout,.footer-container,nav,.back-link{display:none!important}body,html,.career-page{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#000!important;background:#fff!important;margin:0!important;padding:0!important}.print-cv-container{width:100%;max-width:900px;margin:0 auto;padding-top:3rem;font-family:Inter,sans-serif;display:block!important}.print-header{justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex}.print-header-left h1{color:#000;margin:0;font-size:2.2rem;font-weight:700;line-height:1.2}.print-header-left h2{color:#000;margin:0;font-size:2rem;font-weight:400;line-height:1.2}.print-header-right{text-align:left;color:#000;font-size:.95rem;line-height:1.6}.print-header-right p{margin:0 0 .3rem}.print-icons-row{gap:.4rem;margin:.5rem 0;display:flex}.print-icon-box{background:#000;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:700;text-decoration:none;display:inline-flex;color:#fff!important}.print-section{page-break-inside:avoid;margin-bottom:2.5rem}.print-section-title{color:#000;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.print-grid{grid-template-columns:1fr 1fr;gap:2rem 4rem;display:grid}.print-item{gap:.75rem;display:flex}.print-bullet{background-color:#000;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:6px}.print-item-content{flex:1}.print-meta{color:#666;margin:0 0 .2rem;font-size:.8rem}.print-role{color:#000;margin:0 0 .4rem;font-size:1rem;font-weight:700}.print-company{align-items:center;gap:.5rem;display:flex}.print-avatar{color:#000;background-color:#eee;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:flex}.print-company-name,.print-desc{color:#000;margin:0;font-size:.85rem;font-weight:700}.print-desc{margin-bottom:.2rem;font-weight:400}}
