@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&display=swap";.navbar .logo img{height:150%;width:auto;object-fit:contain;filter:drop-shadow(0 0 6px rgba(229,9,20,.5));display:block}.navbar-right .profilepic img{height:38px;width:38px;border-radius:4px;border:2px solid transparent;transition:border-color .2s ease,transform .2s ease;display:block}.navbar-right .profilepic img:hover{border-color:#e50914;transform:scale(1.05)}.navbar-profile-badge{line-height:1;margin-right:8px}.navbar-switch{background:none;border:1px solid rgba(255,255,255,.15);color:#aaa;font-size:14px;padding:4px 10px;border-radius:4px;cursor:pointer;margin-left:8px;transition:border-color .2s,color .2s}.navbar-switch:hover{border-color:#fff;color:#fff}.navbar{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.6) 60%,transparent 100%);color:#fff;padding:0 40px;height:68px;position:fixed;top:0;left:0;width:100%;z-index:999;box-sizing:border-box;transition:background .3s ease}.navbar.scrolled{background:#000000f7}.navbar-left{display:flex;align-items:center;gap:40px}.logo-container{display:flex;align-items:center;justify-content:center;height:60px;overflow:hidden}.navbar .logo img{height:150%;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 0 6px rgba(229,9,20,.5))}.navbar .logo img:hover{filter:drop-shadow(0 0 10px rgba(229,9,20,.85))}.navbar-links{display:flex;gap:4px;list-style:none;margin:0;padding:0}.navbar-links li a{color:#e5e5e5;text-decoration:none;font-family:Inter,sans-serif;font-weight:500;font-size:14px;letter-spacing:.03em;padding:6px 14px;border-radius:4px;position:relative;transition:color .2s ease,background .2s ease}.navbar-links li a:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background:#e50914;border-radius:2px;transition:transform .25s ease}.navbar-links li a:hover{color:#fff;background:#ffffff14}.navbar-links li a:hover:after{transform:translate(-50%) scaleX(1)}.navbar-links li a.active{color:#fff;font-weight:600}.navbar-links li a.active:after{transform:translate(-50%) scaleX(1);background:#e50914}.navbar-avatar{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:transform .2s ease,filter .2s ease;flex-shrink:0}.navbar-avatar:hover{transform:scale(1.08);filter:brightness(1.2)}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;margin-right:12px}.hamburger span{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.hamburger--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar-backdrop{position:fixed;inset:0;background:#0009;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:768px){.hamburger{display:flex;order:-1}.navbar-left{flex:1;display:flex;align-items:center;gap:0}.logo{flex:1;display:flex;justify-content:center}.navbar-right{flex-shrink:0}.navbar-links{display:none}.navbar-links--open{display:flex;position:fixed;top:0;left:0;width:75vw;max-width:300px;height:100vh;background:#141414;flex-direction:column;justify-content:center;align-items:flex-start;padding:40px 32px;gap:8px;z-index:999;border-right:1px solid rgba(255,255,255,.08);animation:slideInLeft .3s cubic-bezier(.22,1,.36,1) both}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.navbar-links li a{font-size:22px;font-weight:600;padding:12px 0;display:block}}.exp-page{min-height:100vh;background:var(--nf-bg);font-family:var(--nf-font-body);padding:100px 5vw 80px;color:var(--nf-text)}.exp-header{margin-bottom:40px;animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both;text-align:center}.exp-header__eyebrow{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--nf-muted);margin-bottom:10px}.exp-header__n{color:var(--nf-red);font-size:15px;font-weight:700;margin-right:4px}.exp-header__title{font-family:var(--nf-font-disp);font-size:clamp(42px,7vw,80px);line-height:.95;color:#fff;margin-bottom:10px}.exp-header__sub{font-size:15px;color:var(--nf-muted);font-weight:300}.exp-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:48px;justify-content:center}.exp-tab{background:var(--nf-surface);border:1px solid rgba(255,255,255,.08);color:#aaa;font-family:var(--nf-font-body);font-size:13px;font-weight:500;padding:8px 20px;border-radius:20px;cursor:pointer;transition:all .2s ease;letter-spacing:.03em}.exp-tab:hover{border-color:#fff3;color:#fff}.exp-tab--active{background:var(--nf-red);border-color:var(--nf-red);color:#fff}.exp-timeline{position:relative;max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:0}.tl-item{display:flex;gap:24px;position:relative;animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both}.tl-item__line{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px;padding-top:6px}.tl-item__dot{width:12px;height:12px;border-radius:50%;background:var(--accent);border:2px solid var(--nf-bg);box-shadow:0 0 0 2px var(--accent);flex-shrink:0;transition:transform .2s ease;z-index:1}.tl-item:hover .tl-item__dot{transform:scale(1.3)}.tl-item__line:after{content:"";flex:1;width:1px;background:#ffffff14;margin-top:8px;min-height:40px}.tl-item:last-child .tl-item__line:after{display:none}.tl-item__card{flex:1;background:var(--nf-surface);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:20px 24px;margin-bottom:20px;cursor:pointer;transition:border-color .2s ease,background .2s ease;border-left:2px solid var(--accent)}.tl-item__card:hover{border-color:#ffffff24;background:var(--nf-surface2)}.tl-item--open .tl-item__card{background:color-mix(in srgb,var(--accent) 6%,var(--nf-surface))}.tl-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.tl-item__left{flex:1}.tl-item__tag{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);padding:2px 7px;border-radius:2px;margin-bottom:8px;opacity:.85}.tl-item__role{font-size:18px;font-weight:600;color:#fff;margin-bottom:4px;line-height:1.3}.tl-item__place{font-size:13px;color:#aaa;font-weight:400}.tl-item__loc{color:var(--nf-muted)}.tl-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.tl-item__dates{font-size:12px;color:var(--nf-muted);white-space:nowrap;letter-spacing:.04em}.tl-item__chevron{font-size:20px;color:var(--nf-muted);line-height:1;transition:transform .25s ease,color .2s;display:inline-block}.tl-item__chevron--open{transform:rotate(90deg);color:var(--accent)}.tl-item__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.22,1,.36,1);overflow:hidden}.tl-item--open .tl-item__body{grid-template-rows:1fr}.tl-item__bullets{min-height:0;list-style:none;padding-top:16px;padding-left:4px;display:flex;flex-direction:column;gap:8px}.tl-item__bullet{font-size:13px;color:#bbb;line-height:1.55;padding-left:16px;position:relative;text-align:left}.tl-item__bullet:before{content:"";position:absolute;left:0;top:8px;width:5px;height:1px;background:var(--accent)}@media(max-width:600px){.exp-page{padding:90px 20px 60px}.tl-item__card{padding:16px}.tl-item__role{font-size:16px}.tl-item__top{flex-direction:column;gap:8px}.tl-item__right{flex-direction:row;align-items:center}}:root{--nf-red: #e50914;--nf-bg: #141414;--nf-surface: #181818;--nf-surface2: #1f1f1f;--nf-text: #e5e5e5;--nf-muted: #666;--nf-green: #46d369;--nf-radius: 6px;--nf-font-body:"DM Sans", sans-serif;--nf-font-disp:"Bebas Neue", sans-serif}.hire-page{min-height:100vh;background:var(--nf-bg);font-family:var(--nf-font-body);padding:100px 5vw 80px;color:var(--nf-text);max-width:860px;margin:0 auto}.hire-hero{margin-bottom:44px;animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both;text-align:center}.hire-eyebrow{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--nf-muted);margin-bottom:10px}.hire-n{color:var(--nf-red);font-size:15px;font-weight:700;margin-right:4px}.hire-title{font-family:var(--nf-font-disp);font-size:clamp(42px,7vw,80px);line-height:.95;color:#fff;margin-bottom:14px}.hire-sub{font-size:14px;font-weight:600;color:var(--nf-green);margin-bottom:16px;letter-spacing:.03em}.hire-desc{font-size:16px;line-height:1.7;color:#bbb;font-weight:300}.hire-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px;animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both;animation-delay:.1s;justify-content:center}.hire-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:var(--nf-radius);font-family:var(--nf-font-body);font-size:15px;font-weight:600;cursor:pointer;border:none;transition:transform .18s ease,filter .18s ease;letter-spacing:.02em}.hire-btn:hover{transform:scale(1.04)}.hire-btn--primary{background:#0a66c2;color:#fff}.hire-btn--primary:hover{filter:brightness(1.15)}.hire-btn--secondary{background:var(--nf-red);color:#fff}.hire-btn--secondary:hover{filter:brightness(1.1)}.hire-btn__icon{font-size:16px;font-weight:800;line-height:1}.hire-details{display:flex;flex-direction:column;gap:0;margin-bottom:56px;border:1px solid rgba(255,255,255,.07);border-radius:8px;overflow:hidden;animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both;animation-delay:.15s}.hire-detail{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:var(--nf-surface);border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s}.hire-detail:last-child{border-bottom:none}.hire-detail:hover{background:var(--nf-surface2)}.hire-detail__label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--nf-muted);min-width:100px}.hire-detail__value{font-size:14px;color:#e5e5e5;text-decoration:none;transition:color .2s}a.hire-detail__value:hover{color:var(--nf-red)}.hire-detail__value--green{color:var(--nf-green)}.hire-reasons{animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both;animation-delay:.2s}.hire-reasons__title{font-size:20px;font-weight:600;color:#e5e5e5;margin-bottom:20px;letter-spacing:.01em}.hire-reasons__grid{display:flex;flex-wrap:wrap;gap:12px}.hire-reason{flex:1 1 calc(50% - 12px);min-width:240px;background:var(--nf-surface);border:1px solid rgba(255,255,255,.06);border-left:2px solid var(--nf-red);border-radius:var(--nf-radius);padding:20px 22px;animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both;transition:background .2s,transform .2s}.hire-reason:hover{background:var(--nf-surface2);transform:translateY(-2px)}.hire-reason__icon{font-size:24px;display:block;margin-bottom:10px}.hire-reason__title{font-size:15px;font-weight:700;color:#fff;margin-bottom:6px}.hire-reason__desc{font-size:13px;color:#999;line-height:1.6;font-weight:300}@media(max-width:600px){.hire-page{padding:90px 20px 60px}.hire-reason{flex:1 1 100%}.hire-detail{flex-direction:column;align-items:flex-start;gap:4px}}:root{--nf-red: #e50914;--nf-bg: #141414;--nf-surface: #181818;--nf-surface2: #232323;--nf-border: rgba(255,255,255,.08);--nf-text: #e5e5e5;--nf-muted: #777;--nf-green: #46d369;--nf-radius: 4px;--nf-font-body: "DM Sans", sans-serif;--nf-font-disp: "Bebas Neue", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--nf-bg);color:var(--nf-text);font-family:var(--nf-font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}.nf-page{opacity:0;transition:opacity .4s ease}.nf-page--in{opacity:1}.nf-hero{position:relative;width:100vw;left:50%;transform:translate(-50%);height:90vh;min-height:520px;display:flex;align-items:flex-end;overflow:hidden}.nf-hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.nf-hero__media--placeholder{position:absolute;inset:0;width:100%;height:100%;background:radial-gradient(ellipse 80% 60% at 60% 40%,#1a0505,#0d0d0d 70%),repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(255,255,255,.015) 40px,rgba(255,255,255,.015) 41px)}.nf-hero__vignette{position:absolute;z-index:1;width:100vw;inset:0 0 0 50%;transform:translate(-50%);background:linear-gradient(to bottom,rgba(20,20,20,.6) 0%,transparent 30%),linear-gradient(to right,rgba(20,20,20,.97) 0%,rgba(20,20,20,.55) 45%,transparent 75%),linear-gradient(to top,rgba(20,20,20,1) 0%,transparent 35%),#14141466}.nf-hero__body{position:relative;z-index:2;padding:0 4.5vw 72px;max-width:580px;animation:heroIn .7s cubic-bezier(.22,1,.36,1) both;animation-delay:.15s}@keyframes heroIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.nf-hero__eyebrow{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--nf-muted);margin-bottom:10px}.nf-hero__n{color:var(--nf-red);font-size:15px;font-weight:700;margin-right:4px}.nf-hero__name{font-family:var(--nf-font-disp);font-size:clamp(56px,9vw,108px);line-height:.92;letter-spacing:.01em;color:#fff;text-shadow:0 2px 32px rgba(0,0,0,.6);margin-bottom:8px}.nf-hero__role{font-size:clamp(13px,1.8vw,18px);font-weight:300;letter-spacing:.14em;text-transform:uppercase;color:#bbb;margin-bottom:20px}.nf-hero__bio{font-size:15px;line-height:1.65;color:#c8c8c8;font-weight:400;margin-bottom:28px;max-width:500px}.nf-hero__cta{display:flex;gap:10px;margin-bottom:24px;flex-wrap:wrap}.nf-cta{display:inline-flex;align-items:center;gap:9px;padding:11px 26px;border-radius:var(--nf-radius);font-family:var(--nf-font-body);font-weight:600;font-size:15px;text-decoration:none;cursor:pointer;border:none;transition:filter .18s ease,transform .18s ease;white-space:nowrap}.nf-cta:hover{transform:scale(1.04)}.nf-cta--primary{background:#fff;color:#000}.nf-cta--primary:hover{filter:brightness(.88)}.nf-cta--secondary{background:#6d6d6ea6;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.nf-cta--secondary:hover{filter:brightness(1.2)}.nf-hero__chips{display:flex;gap:8px;list-style:none;flex-wrap:wrap}.chip{font-size:11px;font-weight:500;letter-spacing:.04em;color:#aaa;border:1px solid rgba(255,255,255,.15);padding:3px 10px;border-radius:20px}.chip--green{color:var(--nf-green);border-color:#46d3694d}.nf-hero__rating{position:absolute;right:4.5vw;bottom:72px;z-index:2;font-size:12px;font-weight:600;letter-spacing:.06em;color:#ffffff8c;border:1.5px solid rgba(255,255,255,.25);padding:4px 10px}.nf-rows{padding-bottom:60px;padding-top:140px;margin-top:-120px;position:relative;z-index:10}.nf-row{padding:0 4.5vw 8px;margin-bottom:8px}.nf-row__title{font-size:18px;font-weight:600;color:#e5e5e5;margin-bottom:12px;letter-spacing:.01em}.nf-row__track{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:4px}.nf-row__track::-webkit-scrollbar{display:none}.nf-card{flex:1 1 calc(33.333% - 6px);min-width:280px;max-width:calc(33.333% - 6px);border-radius:var(--nf-radius);overflow:visible;position:relative;cursor:pointer;transition:transform .25s cubic-bezier(.22,1,.36,1);z-index:1}.nf-card--wide{flex:1 1 calc(33.333% - 6px);min-width:280px;max-width:calc(33.333% - 6px)}.nf-card--hovered{transform:scale(1.1);z-index:50}.nf-row__track .nf-card:first-child.nf-card--hovered{transform-origin:left center}.nf-row__track .nf-card:last-child.nf-card--hovered{transform-origin:right center}.nf-card__thumb{width:100%;aspect-ratio:16/9;border-radius:var(--nf-radius);background:linear-gradient(135deg,color-mix(in srgb,var(--accent, #e50914) 20%,#111),#1a1a1a);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:border-radius .2s ease}.nf-card--hovered .nf-card__thumb{border-radius:var(--nf-radius) var(--nf-radius) 0 0}.nf-card__letter{font-family:var(--nf-font-disp);font-size:52px;color:#ffffff2e;-webkit-user-select:none;user-select:none;pointer-events:none}.nf-card__tag{position:absolute;top:8px;left:8px;font-size:9px;font-weight:700;letter-spacing:.1em;color:#fff;background:var(--nf-red);padding:2px 6px;border-radius:2px}.nf-card__match{position:absolute;bottom:8px;left:8px;font-size:11px;font-weight:700;color:var(--nf-green)}.nf-card__panel{position:absolute;left:0;right:0;top:100%;background:var(--nf-surface);border-radius:0 0 var(--nf-radius) var(--nf-radius);padding:10px 12px 12px;box-shadow:0 12px 36px #000000b3;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .18s ease,transform .18s ease}.nf-card--hovered .nf-card__panel{opacity:1;pointer-events:auto;transform:translateY(0)}.nf-card__actions{display:flex;align-items:center;gap:6px;margin-bottom:8px}.nf-btn-play{width:30px;height:30px;border-radius:50%;background:#fff;color:#000;border:none;font-size:11px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.nf-btn-play:hover{background:#ddd}.nf-btn-add,.nf-btn-info{width:30px;height:30px;border-radius:50%;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:border-color .15s}.nf-btn-add:hover,.nf-btn-info:hover{border-color:#fff}.nf-btn-info{font-size:14px;margin-left:auto}.nf-card__title{font-size:12px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.nf-card__sub{font-size:10px;color:var(--nf-muted);margin-bottom:2px}.nf-card__year{font-size:10px;color:#888}@media(max-width:960px){.nf-hero__body{padding:0 24px 56px}.nf-hero__rating{display:none}.nf-rows{margin-top:-60px}.nf-row{padding:0 16px 8px}.nf-card{flex:0 0 140px}}@media(max-width:600px){.nf-hero{height:72vh;align-items:center}.nf-hero__body{padding:20px 20px 40px}.nf-hero__bio{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.nf-cta{padding:10px 18px;font-size:14px}}@media(max-width:768px){.nf-row__track{justify-content:center}.nf-row__title{text-align:center}}.nf-card__img{width:100%;height:100%;object-fit:cover;display:block}.nf-card__thumb-title{position:absolute;bottom:0;left:0;right:0;padding:24px 12px 10px;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 100%);font-family:var(--nf-font-disp);font-size:22px;letter-spacing:.04em;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.6);pointer-events:none}.proj-page{min-height:100vh;background:var(--nf-bg);font-family:var(--nf-font-body);padding:100px 5vw 80px;color:var(--nf-text)}.proj-header{margin-bottom:36px;animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both;text-align:center}.proj-header__eyebrow{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--nf-muted);margin-bottom:10px}.proj-header__n{color:var(--nf-red);font-size:15px;font-weight:700;margin-right:4px}.proj-header__title{font-family:var(--nf-font-disp);font-size:clamp(42px,7vw,80px);line-height:.95;color:#fff;margin-bottom:10px}.proj-header__sub{font-size:14px;color:var(--nf-muted);font-weight:300}.proj-header__ghlink{color:var(--nf-red);text-decoration:none;font-weight:500;transition:opacity .2s}.proj-header__ghlink:hover{opacity:.75}.proj-controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:28px}.proj-filters{display:flex;gap:8px;flex-wrap:wrap}.proj-filter{background:var(--nf-surface);border:1px solid rgba(255,255,255,.08);color:#aaa;font-family:var(--nf-font-body);font-size:13px;font-weight:500;padding:7px 18px;border-radius:20px;cursor:pointer;transition:all .2s ease;letter-spacing:.03em}.proj-filter:hover{border-color:#fff3;color:#fff}.proj-filter--active{background:var(--nf-red);border-color:var(--nf-red);color:#fff}.proj-sort{background:var(--nf-surface);border:1px solid rgba(255,255,255,.08);color:#aaa;font-family:var(--nf-font-body);font-size:13px;padding:7px 14px;border-radius:6px;cursor:pointer;outline:none;transition:border-color .2s}.proj-sort:hover{border-color:#fff3}.proj-sort option{background:#1f1f1f}.proj-count{font-size:12px;color:var(--nf-muted);margin-bottom:16px;letter-spacing:.04em}.proj-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.proj-card{flex:1 1 calc(25% - 12px);min-width:220px;max-width:calc(25% - 12px);border-radius:8px;overflow:hidden;background:var(--nf-surface);border:1px solid rgba(255,255,255,.06);text-decoration:none;display:flex;flex-direction:column;position:relative;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .2s;animation:fadeUp .4s cubic-bezier(.22,1,.36,1) both}.proj-card:hover,.proj-card--hovered{transform:translateY(-4px);border-color:var(--accent)}.proj-card__thumb{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 20%,#111),#1a1a1a);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.proj-card__letter{font-family:var(--nf-font-disp);font-size:56px;color:#ffffff26;-webkit-user-select:none;user-select:none}.proj-card__tag{position:absolute;top:8px;left:8px;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--nf-red);padding:2px 7px;border-radius:2px}.proj-card__lang{position:absolute;bottom:8px;right:8px;font-size:10px;font-weight:600;color:var(--accent);background:#0000008c;padding:2px 8px;border-radius:10px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.proj-card__info{padding:14px 16px;display:flex;flex-direction:column;gap:5px;flex:1}.proj-card__name{font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proj-card__desc{font-size:12px;color:#888;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.proj-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.proj-card__stars,.proj-card__updated{font-size:11px;color:var(--nf-muted)}.proj-card__overlay{position:absolute;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.proj-card--hovered .proj-card__overlay{opacity:1}.proj-card__cta{font-size:13px;font-weight:600;color:#fff;border:1.5px solid rgba(255,255,255,.6);padding:8px 20px;border-radius:4px;letter-spacing:.04em;transition:background .15s,border-color .15s}.proj-card--hovered .proj-card__cta{background:var(--accent);border-color:var(--accent)}.proj-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 0;color:var(--nf-muted);font-size:14px}.proj-loading__spinner{width:32px;height:32px;border:2px solid rgba(255,255,255,.08);border-top-color:var(--nf-red);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.proj-error{color:var(--nf-muted);font-size:14px;padding:40px 0}@media(max-width:900px){.proj-card{flex:1 1 calc(33% - 12px);max-width:calc(33% - 12px)}}@media(max-width:600px){.proj-page{padding:90px 20px 60px}.proj-card{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px);min-width:150px}.proj-controls{flex-direction:column;align-items:flex-start}}:root{--nf-red: #e50914;--nf-bg: #141414;--nf-surface: #181818;--nf-surface2: #1f1f1f;--nf-text: #e5e5e5;--nf-muted: #666;--nf-radius: 6px;--nf-font-body:"DM Sans", sans-serif;--nf-font-disp:"Bebas Neue", sans-serif}.skills-page{min-height:100vh;background:var(--nf-bg);font-family:var(--nf-font-body);padding:100px 5vw 80px;color:var(--nf-text)}.skills-header{margin-bottom:48px;animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both;text-align:center}.skills-header__eyebrow{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--nf-muted);margin-bottom:10px}.skills-header__n{color:var(--nf-red);font-size:15px;font-weight:700;margin-right:4px}.skills-header__title{font-family:var(--nf-font-disp);font-size:clamp(42px,7vw,80px);line-height:.95;color:#fff;margin-bottom:12px;letter-spacing:.01em}.skills-header__sub{font-size:15px;color:var(--nf-muted);font-weight:300}.skills-cats{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:40px;justify-content:center}.cat-card{position:relative;background:var(--nf-surface);border:1px solid rgba(255,255,255,.06);border-radius:var(--nf-radius);padding:14px 20px;cursor:pointer;min-width:130px;overflow:hidden;transition:background .2s,border-color .2s,transform .2s}.cat-card:hover{background:var(--nf-surface2);border-color:#ffffff1f;transform:translateY(-2px)}.cat-card--active{border-color:var(--accent)!important;background:color-mix(in srgb,var(--accent) 12%,var(--nf-surface))!important}.cat-card__name{display:block;font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.cat-card__count{font-size:11px;color:var(--nf-muted);letter-spacing:.04em}.cat-card__bar{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transition:transform .2s ease;transform-origin:left}.cat-card--active .cat-card__bar{transform:scaleX(1)}.skills-panel{background:var(--nf-surface);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:32px 36px;margin-bottom:48px;animation:fadeUp .35s cubic-bezier(.22,1,.36,1) both}.skills-panel__title{font-family:var(--nf-font-disp);font-size:32px;letter-spacing:.04em;margin-bottom:28px}.skills-grid{display:flex;flex-direction:column;gap:20px}.skill-item{animation:fadeUp .4s cubic-bezier(.22,1,.36,1) both}.skill-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.skill-item__name{font-size:14px;font-weight:500;color:#e5e5e5}.skill-item__meta{display:flex;align-items:center;gap:12px}.skill-item__years{font-size:11px;color:var(--nf-muted);letter-spacing:.04em}.skill-item__pct{font-size:12px;font-weight:600;color:#aaa;min-width:34px;text-align:right}.skill-item__track{height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.skill-item__fill{height:100%;width:100%;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 60%,#fff));border-radius:2px;transform-origin:left;animation:barGrow .7s cubic-bezier(.22,1,.36,1) both}@keyframes barGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.skills-all{animation:fadeUp .5s cubic-bezier(.22,1,.36,1) both;animation-delay:.2s}.skills-all__title{font-size:18px;font-weight:600;color:#e5e5e5;margin-bottom:16px}.skills-all__grid{display:flex;flex-wrap:wrap;gap:8px}.pill{font-size:12px;font-weight:500;color:#ccc;border:1px solid rgba(255,255,255,.1);background:var(--nf-surface);padding:6px 14px;border-radius:20px;cursor:default;transition:border-color .2s,color .2s,background .2s}.pill:hover{border-color:var(--accent);color:#fff;background:color-mix(in srgb,var(--accent) 10%,var(--nf-surface))}@media(max-width:700px){.skills-page{padding:90px 20px 60px}.skills-panel{padding:20px}.cat-card{min-width:100px;padding:10px 14px}}.pp-page{position:fixed;inset:0;background:#141414;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease,transform .5s ease}.pp-page--exit{opacity:0;transform:scale(1.04);pointer-events:none}.pp-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:48px}.pp-title{font-family:DM Sans,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:300;color:#e5e5e5;letter-spacing:.04em;animation:fadeDown .6s cubic-bezier(.22,1,.36,1) both}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.pp-profiles{display:grid;grid-template-columns:repeat(3,140px);gap:32px;justify-content:center}@media(max-width:500px){.pp-profiles{grid-template-columns:repeat(3,100px);gap:16px}}.pp-profile{display:flex;flex-direction:column;align-items:center;gap:14px;cursor:pointer;animation:fadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--delay);transition:opacity .3s ease}.pp-profile--faded{opacity:.15;pointer-events:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pp-avatar{width:140px;height:140px;border-radius:8px;background:color-mix(in srgb,var(--color) 15%,#1f1f1f);display:flex;align-items:center;justify-content:center;position:relative;transition:transform .2s cubic-bezier(.22,1,.36,1)}.pp-profile:hover .pp-avatar{transform:scale(1.06)}.pp-profile--selected .pp-avatar{transform:scale(.94);animation:pulse .4s ease both}@keyframes pulse{0%{transform:scale(1.06)}50%{transform:scale(.9)}to{transform:scale(.94)}}.pp-avatar__border{position:absolute;inset:-3px;border-radius:10px;border:2px solid var(--color);opacity:0;transition:opacity .2s ease}.pp-profile:hover .pp-avatar__border,.pp-profile--selected .pp-avatar__border{opacity:1}.pp-avatar__emoji{font-size:56px;line-height:1;-webkit-user-select:none;user-select:none}.pp-profile__name{font-family:DM Sans,sans-serif;font-size:16px;font-weight:400;color:gray;letter-spacing:.06em;transition:color .2s ease}.pp-profile:hover .pp-profile__name,.pp-profile--selected .pp-profile__name{color:#e5e5e5}.pp-profile__hint{font-size:11px;color:var(--color);letter-spacing:.08em;text-transform:uppercase;font-weight:600;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;height:16px}.pp-profile__hint--visible{opacity:1;transform:translateY(0)}.pp-footer{font-size:12px;color:#444;letter-spacing:.1em;text-transform:uppercase;animation:fadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.3s}@media(max-width:500px){.pp-profiles{gap:20px}.pp-avatar{width:100px;height:100px}.pp-avatar__emoji{font-size:40px}.pp-profile__name{font-size:14px}}.splash{position:fixed;inset:0;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:99999;cursor:pointer;transition:opacity .7s ease}.splash--fade{opacity:0;pointer-events:none}.splash__logo-wrap{position:relative;display:flex;align-items:center;justify-content:center;transition:transform 0s}.splash__logo-wrap--zoom{animation:netflixZoom 2.4s ease-in forwards}@keyframes netflixZoom{0%{transform:scale(1);opacity:1}70%{transform:scale(1.1);opacity:1}to{transform:scale(18);opacity:0}}.splash__logo{width:clamp(180px,30vw,320px);height:auto;display:block;filter:drop-shadow(0 0 40px rgba(229,9,20,.4))}@keyframes logoAppear{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.splash__bar{position:absolute;bottom:-8px;left:50%;transform:translate(-50%) scaleX(0);width:100%;height:3px;background:linear-gradient(90deg,transparent,#e50914,transparent);border-radius:2px;transform-origin:center;transition:none}.splash__bar--on{animation:barSweep .8s cubic-bezier(.22,1,.36,1) .3s both}@keyframes barSweep{0%{transform:translate(-50%) scaleX(0);opacity:0}40%{transform:translate(-50%) scaleX(1);opacity:1}to{transform:translate(-50%) scaleX(1);opacity:0}}.splash__hint{position:absolute;bottom:48px;font-family:DM Sans,sans-serif;font-size:20px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:#6c6c6c;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.footer{position:relative;background:#0d0d0d;border-top:1px solid rgba(255,255,255,.06);overflow:hidden;margin-top:60px}.footer__glow{position:absolute;top:-1px;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,#e50914,transparent);pointer-events:none}.footer__inner{max-width:1200px;margin:0 auto;padding:48px 4.5vw 32px}.footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer__brand{display:flex;flex-direction:column;gap:6px}.footer__eyebrow{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#555}.footer__a{color:#e50914;font-size:14px;font-weight:700;margin-right:3px}.footer__tagline{font-family:Bebas Neue,sans-serif;font-size:28px;letter-spacing:.04em;color:#e5e5e5;line-height:1}.footer__nav{display:flex;flex-direction:column;gap:10px}.footer__link{font-size:13px;color:#666;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:color .2s ease}.footer__link:hover{color:#e5e5e5}.footer__socials{display:flex;flex-direction:column;gap:12px}.footer__social{width:36px;height:36px;border-radius:6px;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#666;text-decoration:none;transition:color .2s ease,border-color .2s ease,transform .2s ease}.footer__social:hover{color:#fff;border-color:#ffffff4d;transform:translateY(-2px)}.footer__divider{height:1px;background:#ffffff0f;margin:36px 0 24px}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.footer__copy,.footer__made{font-size:12px;color:#444;letter-spacing:.04em}.footer__heart{color:#e50914}@media(max-width:600px){.footer__top{flex-direction:column;align-items:center;text-align:center}.footer__nav{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:12px 20px}.footer__socials{flex-direction:row;justify-content:center}.footer__bottom{flex-direction:column;align-items:center}}
