@keyframes logoIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--verde:#C6F135;--negro:#111111;--crema:#F0EDE4;--ease-premium:cubic-bezier(0.77, 0, 0.18, 1);--ease-out:cubic-bezier(0.22, 1, 0.36, 1)}body,html{width:100%;height:100%;overflow:hidden;background:#080808;cursor:none;-webkit-font-smoothing:antialiased;transition:background .5s ease}#cursor{top:0;left:0;width:12px;height:12px;border-radius:50%;background:var(--crema);mix-blend-mode:exclusion;z-index:9999;will-change:transform;transition:width .2s var(--ease-out),height .2s var(--ease-out)}#cursor.hover{width:44px;height:44px}.grain{inset:0;opacity:.028;z-index:200;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px}#cursor,.ambient,.grain,.logo-wrap{position:fixed;pointer-events:none}.ambient{inset:0;z-index:0;background:radial-gradient(circle at 70% 15%,rgba(198,241,53,.05)0,transparent 48%),radial-gradient(circle at 25% 80%,rgba(232,92,26,.03)0,transparent 42%)}.logo-wrap{top:26%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;user-select:none}#logo-3d{display:block;width:clamp(100px,13vw,180px);height:clamp(100px,13vw,180px);opacity:.55;animation:logoIn .9s var(--ease-out) .1s both}.logo-tagline{display:none}.trabajo-categories{position:fixed;top:60%;left:50%;transform:translate(-50%,-50%);z-index:10;display:flex;justify-content:center}.cat-item,.cat-list{display:flex;flex-direction:column;align-items:center}.cat-list{gap:18px}.cat-item{text-decoration:none;padding:2px 0;position:relative}.cat-label{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:15px;letter-spacing:6px;line-height:1;color:rgba(240,237,228,.38);transition:color .22s var(--ease-out);text-transform:uppercase}.cat-line{display:block;width:0%;height:1px;background:var(--verde);border-radius:1px;box-shadow:0 0 8px rgba(198,241,53,.5);transition:width .32s var(--ease-out);margin-top:5px}.cat-item:hover .cat-label{color:var(--crema)}.cat-item:hover .cat-line{width:100%}.mode-toggle{position:fixed;top:20px;right:24px;z-index:500;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:rgba(240,237,228,.45);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .25s,background .25s,color .25s}.mode-toggle:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.09);color:rgba(240,237,228,.85)}.mode-toggle svg{width:15px;height:15px;flex-shrink:0}.mode-toggle .icon-sun{display:none}html.day body{background:radial-gradient(ellipse at 65% 30%,#eae4d8 0,#f4f0e9 45%,#fff 100%)}html.day .ambient{background:radial-gradient(circle at 70% 15%,rgba(198,241,53,.025)0,transparent 48%),radial-gradient(circle at 25% 80%,rgba(232,92,26,.018)0,transparent 42%)}html.day .cat-label{color:rgba(30,28,22,.35)}html.day .cat-item:hover .cat-label{color:rgba(30,28,22,.85)}html.day .mode-toggle{border-color:rgba(0,0,0,.1);background:rgba(0,0,0,.03);color:rgba(50,45,35,.45)}html.day .mode-toggle:hover{border-color:rgba(0,0,0,.22);background:rgba(0,0,0,.07);color:rgba(50,45,35,.8)}html.day .mode-toggle .icon-moon{display:none}html.day .mode-toggle .icon-sun{display:flex}@media (max-width:768px){#logo-3d{width:clamp(80px,18vw,130px);height:clamp(80px,18vw,130px)}.cat-list{gap:14px}.cat-label{font-size:13px;letter-spacing:5px;font-weight:400}}@media (hover:none) and (pointer:coarse){body{cursor:auto}}