@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--bg-color:#000;--text-color:#fff;--surface-bg:#1e1e1e;--surface-border:#222;--spotlight-color:hsla(0,0%,100%,.05);--dock-panel-bg:hsla(0,0%,4%,.6);--dock-panel-border:hsla(0,0%,100%,.18);--dock-item-bg:rgba(32,32,32,.75);--dock-label-bg:hsla(0,0%,6%,.85);--dock-label-text:#fff;--fc-page-bg-color:var(--bg-color);--fc-neutral-bg-color:var(--surface-bg);--fc-border-color:var(--surface-border);--fc-button-text-color:var(--text-color);--fc-button-bg-color:var(--surface-bg);--fc-button-border-color:var(--surface-border);--fc-button-hover-bg-color:var(--surface-bg);--fc-button-hover-border-color:var(--surface-border);--fc-button-active-bg-color:var(--surface-bg);--fc-button-active-border-color:var(--surface-border)}[data-theme=light]{--bg-color:#fff;--text-color:#000;--surface-bg:#fff;--surface-border:#ccc;--spotlight-color:rgba(0,0,0,.05);--dock-panel-bg:#f5f5f5;--dock-panel-border:#ccc;--dock-item-bg:#fff;--dock-label-bg:#fff;--dock-label-text:#000;--fc-neutral-bg-color:var(--surface-bg)}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-color);min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1 0 auto}.navbar-container{display:flex;justify-content:space-between;margin-top:15px;gap:2rem}.navbar-left{justify-content:flex-start}.logo-header,.navbar-left{display:flex;align-items:center}.logo-header{flex:1;text-align:center;font-weight:500;font-family:Poppins,sans-serif}.logo-header,.logo-header a{justify-content:center;font-size:2.25rem;color:#8400ff;text-decoration:none}.logo-header a{display:flex;align-items:center;font-weight:700;width:100%;transition:color .3s ease}.logo-header a:hover,.logo-header:hover{color:#fff}.navbar-container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1rem 3rem;width:100%}.navbar-left{justify-self:start}.navbar-auth-buttons{justify-self:end}.navbar-links ul{display:flex;flex-direction:row;gap:2.75rem;list-style:none;margin:0;padding-left:1rem}.navbar-links ul li a{text-decoration:none;color:#f1f1f1;font-size:.8rem;font-weight:200;transition:color .2s ease}.navbar-links ul li a:hover{color:#868686}.navbar-auth-buttons{display:flex;align-items:center;gap:1rem;justify-content:flex-end}.btn-signup-home{background-color:#000;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background-color .2s ease}.btn-signup-home:hover{background-color:#1a1a1a}.btn-login-home{background-color:#fff;color:#000;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background-color .2s ease}.btn-login-home:hover{background-color:#e2e2e2}main{display:flex;flex-direction:column;justify-content:center;cursor:pointer}.landing-row{flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.landing-left,.landing-row{cursor:pointer;display:flex;justify-content:center;align-items:center;text-align:center}.landing-left{padding-top:9rem;flex:1;flex-direction:column}.landing-left,.landing-row{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.headline{position:relative;display:inline-block;text-align:center;font-size:3.5rem;font-weight:600;color:#fff;margin:0 auto;cursor:default}.headline:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#7a00b3,#9b4de0);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform 10s ease}.headline.locked:after,.headline:hover:after{transform:scaleX(1)}.subtext{padding-top:2.5rem;font-size:1.2rem;font-weight:400;color:#cfcfcf;line-height:1.6;text-align:center;margin-bottom:.5rem;align-items:center}.landing-btn{flex-direction:column;height:1rem;padding-top:.5rem}.landing-btn,.start-now-btn{display:flex;justify-content:center;align-items:center}.start-now-btn{gap:10px;padding:.9rem 1.8rem;margin-top:6rem;border-radius:999px;font-weight:600;font-size:1rem;color:#fff;background:linear-gradient(90deg,#6e00ff,#9f00ff);border:none;cursor:pointer;transition:box-shadow .25s ease,transform .25s ease}.start-now-btn:hover{box-shadow:0 0 20px rgba(159,0,255,.55);transform:translateY(-2px)}.btn-arrow,.btn-text{display:inline-flex;align-items:center;will-change:transform}.text{transition:color .3s ease}@media (max-width:768px){.start-now-btn{font-size:.9rem;padding:.75rem 1.4rem;gap:6px;margin-top:3rem}.btn-arrow svg{width:16px;height:16px}.start-now-btn:hover{transform:none;box-shadow:0 0 18px rgba(159,0,255,.4)}}@media (max-width:480px){.start-now-btn{font-size:.85rem;padding:.65rem 1.2rem;margin-top:2.5rem;gap:5px}.btn-arrow svg{width:14px;height:14px}.start-now-btn:hover{box-shadow:none;transform:none}}@media (max-width:1024px){.start-now-btn{display:flex;margin:3rem auto 0;text-align:center;justify-content:center;align-items:center}}@media (max-width:768px){.start-now-btn{display:flex;text-align:center;font-size:.9rem;padding:.8rem 1.6rem;width:auto;margin:3rem auto 0}}@media (max-width:480px){.start-now-btn{width:80%;max-width:260px;margin:2rem auto 0;text-align:center}}@media (max-width:1024px){.hero-row{flex-direction:column;align-items:center;text-align:center}}.asteroid-section{position:relative;width:100%;overflow:hidden;height:100vh;z-index:-10}.asteroid-section canvas{position:absolute;inset:0;pointer-events:none}.wavy-line{position:relative;width:100%;height:80px;background:none;overflow:hidden}.wavy-line:before{content:"";position:absolute;width:200%;height:100%;background:repeating-radial-gradient(circle at 0 50%,#7a00b3 0 4px,transparent 4px 40px);animation:wave 4s linear infinite;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><path d='M0 40 Q 50 0, 100 40 T 200 40 T 300 40 T 400 40 T 500 40 T 600 40 T 700 40 T 800 40' stroke='black' fill='transparent' stroke-width='6'/></svg>");-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><path d='M0 40 Q 50 0, 100 40 T 200 40 T 300 40 T 400 40 T 500 40 T 600 40 T 700 40 T 800 40' stroke='black' fill='transparent' stroke-width='6'/></svg>");mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;mask-size:800px 80px;-webkit-mask-size:800px 80px}@keyframes wave{0%{transform:translateX(0)}to{transform:translateX(-400px)}}.research-container{background:#0b0b0b;color:#fff;text-align:center;padding:8rem 2rem;display:flex;justify-content:center}.research-inner{max-width:1200px;width:100%}.research-title{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:600;margin-bottom:1rem;letter-spacing:-.02em}.research-subtitle{color:hsla(0,0%,100%,.7);font-size:1.2rem;line-height:1.6;max-width:750px;margin:0 auto 4rem}.research-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));border:1px solid hsla(0,0%,100%,.1);border-radius:16px;overflow:hidden;margin-bottom:4rem;text-decoration:none}.research-card{padding:2rem;border-bottom:1px solid hsla(0,0%,100%,.1);text-align:left;transition:background .3s ease,transform .3s ease;text-decoration:none}@media (min-width:640px){.research-card{border-bottom:none;border-right:1px solid hsla(0,0%,100%,.1)}.research-card:last-child{border-right:none}}.research-card:hover{background:hsla(0,0%,100%,.05);transform:translateY(-4px)}.research-date{color:hsla(0,0%,100%,.45);font-size:.9rem;margin-bottom:.6rem}.research-card-title{font-weight:300;font-size:1.1rem;color:hsla(0,0%,100%,.9);line-height:1.5}footer{background:#0b0b0b}.research-button{display:inline-block;padding:.9rem 2rem;border:1px solid hsla(0,0%,100%,.2);border-radius:999px;color:hsla(0,0%,100%,.85);text-decoration:none;transition:all .3s ease;font-size:1rem}.research-button:hover{border-color:#fff;color:#fff;transform:scale(1.03)}.scroll-quote-section{display:flex;justify-content:center;align-items:center;margin-top:12rem}.scroll-quote-box{max-height:1000rem;height:100%;overflow-y:scroll;background:hsla(0,0%,5%,.05);padding:1.5rem;backdrop-filter:blur(4px);scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.25) transparent}.scroll-quote-box::-webkit-scrollbar{width:6px}.scroll-quote-box::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.25);border-radius:6px}.quote-line-1{justify-content:center;align-items:center}.quote-line-1,.quote-line-2{font-size:1.75rem;line-height:1.4;letter-spacing:.01em;background:linear-gradient(180deg,#fff,#fff 50%,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quote-line-2{text-align:right}.tambien-section{position:relative;height:300vh}.tambien-pin{position:sticky;top:0;height:100vh;justify-content:center;overflow:hidden}.tambien-pin,.tambien-slide{display:flex;align-items:center}.tambien-slide{position:absolute;justify-content:space-between;gap:4rem;width:100%;height:100%;padding:0 8vw;color:#fff}.tambien-text{flex:1;max-width:600px}.tambien-text h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.15;background:linear-gradient(90deg,#fff,#a979ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.tambien-text p{color:hsla(0,0%,100%,.8);font-size:1.1rem;line-height:1.6}.tambien-image{flex:1;display:flex;justify-content:center}.tambien-image img{width:420px;height:auto;border-radius:16px;filter:drop-shadow(0 0 25px rgba(168,120,255,.25));transition:transform .4s ease}.tambien-image img:hover{transform:scale(1.05)}@media (max-width:1024px){.quote-line-1,.quote-line-2{font-size:1.5rem;line-height:1.4;text-align:center}.quote-line-2{text-align:center}.scroll-quote-box{padding:1rem 2rem;max-height:60vh;overflow-y:auto}.tambien-section{height:250vh}.tambien-slide{flex-direction:column-reverse;text-align:center;justify-content:center;align-items:center;gap:3rem;padding:0 6vw}.tambien-text{max-width:90%}.tambien-text h2{font-size:clamp(2rem,4vw,3rem)}.tambien-text p{font-size:1.05rem}.tambien-image img{width:360px}}@media (max-width:768px){.quote-line-1,.quote-line-2{font-size:1.25rem;line-height:1.35;letter-spacing:.015em;text-align:center;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.9) 50%,hsla(0,0%,100%,.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.scroll-quote-box{max-height:50vh;overflow-y:auto;padding:.8rem 1.5rem 5rem}.scroll-quote-box::-webkit-scrollbar{width:4px}.scroll-quote-box::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2)}.tambien-slide{display:flex;flex-direction:row;gap:2rem;padding:0 5vw}.tambien-section{display:none}.tambien-text h2{font-size:1.8rem;line-height:1.2;display:none}.tambien-text p{display:none;font-size:1rem}.tambien-image img{width:80%;max-width:300px}}@media (max-width:480px){.quote-line-1,.quote-line-2{font-size:1.1rem;line-height:1.3;letter-spacing:.02em}.scroll-quote-box{padding:.6rem 1rem;max-height:45vh}.tambien-text h2{font-size:1.5rem}.tambien-text p{font-size:.95rem}.tambien-image img{width:90%;max-width:260px}}.tech-cards{flex:1;display:flex;flex-direction:column;gap:1.2rem;max-width:500px}.platform-card{display:flex;align-items:center;gap:1rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;padding:1rem 1.5rem;transition:transform .3s ease,background .3s ease}.platform-card:hover{background:hsla(0,0%,100%,.08);transform:translateY(-4px)}.platform-card img{width:32px;height:32px}.platform-card.linkedin{border-left:3px solid #7300b5}.platform-card.github{border-left:3px solid #fff}.platform-card.civil{border-left:3px solid #4a4a4a}.match-visual{flex:1;display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:520px}.query-box{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;padding:1rem 1.5rem;color:#fff;text-align:center}.llm-link{position:relative;height:60px;width:3px;background:linear-gradient(180deg,transparent,#72ffb5,transparent);border-radius:999px;display:flex;align-items:center;justify-content:center}.pulse-line{position:absolute;width:8px;height:8px;background:#72ffb5;border-radius:50%}.candidate-result{background:rgba(110,255,165,.08);border:1px solid rgba(110,255,165,.25);border-radius:12px;padding:1.2rem 1.5rem;color:#b9ffd3;text-align:center;box-shadow:0 0 25px rgba(110,255,165,.15)}.profile-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:520px}.profile-tile{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:1rem;text-align:center;transition:transform .3s ease,background .3s ease}.profile-tile:hover{background:hsla(0,0%,100%,.1);transform:translateY(-4px)}.profile-tile img{width:70px;height:70px;border-radius:50%;margin-bottom:.8rem}.tech-section{position:relative;height:400vh}.tech-pin{position:sticky;top:0;height:100vh;overflow:hidden;justify-content:center}.tech-pin,.tech-scene{display:flex;align-items:center}.tech-scene{position:absolute;justify-content:space-between;gap:4rem;width:100%;height:100%;padding:0 8vw;color:#fff;pointer-events:none;flex-direction:row-reverse}.tech-scene:first-of-type{flex-direction:row}.tech-text{flex:1;max-width:550px;text-align:right;pointer-events:all}.tech-scene:first-of-type .tech-text{text-align:left}.tech-text h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.2;margin-bottom:1rem;background:linear-gradient(90deg,#a979ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tech-text p{font-size:1.1rem;line-height:1.6;color:hsla(0,0%,100%,.8)}.tech-visual ul{flex:1;display:flex;align-items:center;justify-content:flex-start!important}.tech-visual img{width:100%;max-width:550px;border-radius:1.5rem;box-shadow:0 0 30px rgba(169,121,255,.2);object-fit:cover}.tech-brain{width:550px;height:550px;display:flex;align-items:left;justify-content:flex-start!important}.tech-spacer{height:100vh}.research-section{position:relative;min-height:100vh;background:radial-gradient(circle at center,#0b0b0b 20%,#000 80%);color:#fff;display:flex;align-items:center;justify-content:center;padding:8rem 4rem;text-align:center}.research-content{max-width:900px}.research-title{font-size:clamp(3rem,6vw,5rem);background:linear-gradient(90deg,#fff,#a979ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.research-description{font-size:1.25rem;color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:2rem}.research-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.research-tags span{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:999px;padding:.6rem 1.2rem;font-size:.95rem;transition:background .3s ease,transform .3s ease}.research-tags span:hover{background:hsla(0,0%,100%,.18);transform:scale(1.05)}@media (max-width:1024px){.tech-scene{flex-direction:column-reverse!important;text-align:center;gap:2rem;padding:0 4vw}.tech-text{text-align:center!important}.tech-brain,.tech-visual img{max-width:400px;height:auto}}@media (max-width:600px){.tech-scene{flex-direction:row}.tech-text h2{font-size:2rem}.tech-text p{font-size:1rem}.tech-visual img{max-width:400px}}@media (max-width:1024px){.tech-section{height:300vh}.tech-scene{flex-direction:column-reverse!important;align-items:center;justify-content:center;text-align:center;gap:2.5rem;padding:0 5vw}.tech-text{text-align:center!important;max-width:90%}.tech-text h2{font-size:clamp(2rem,4vw,3rem)}.tech-text p{font-size:1.05rem;line-height:1.5}.tech-brain,.tech-visual img{max-width:400px;height:auto}.tech-cards{align-items:center;max-width:100%}.platform-card{width:90%}.profile-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:420px}}@media (max-width:768px){.tech-section{height:250vh}.tech-scene{flex-direction:column!important;text-align:center;gap:2rem;padding:0 5vw}.tech-text h2{font-size:1.8rem}.tech-text p{font-size:1rem}.tech-brain,.tech-visual img{max-width:340px}.tech-cards{gap:1rem;width:100%;align-items:center}.platform-card{flex-direction:row;justify-content:center;width:95%;padding:.9rem 1.2rem}.match-visual{max-width:90%;gap:1.2rem}.candidate-result,.query-box{padding:.9rem 1.2rem;font-size:.95rem}.profile-grid{grid-template-columns:1fr;gap:1rem;max-width:360px}.profile-tile img{width:60px;height:60px}}@media (max-width:480px){.tech-text h2{font-size:1.5rem}.tech-text p{font-size:.9rem}.platform-card{padding:.8rem 1rem;gap:.8rem}.tech-brain,.tech-visual img{max-width:260px}.profile-grid{gap:.8rem}.research-section{padding:5rem 2rem}.research-title{font-size:2.2rem}.research-description{font-size:1rem}}footer{position:relative;overflow:hidden;padding-top:3rem;background-color:#101010}.footer-whole{display:flex;justify-content:space-between;gap:2rem}.footer-whole ul{list-style:none;padding-left:0}.footer-icons{padding-left:7rem;cursor:pointer;gap:1rem;color:#fff}.footer-icons a{color:#fff;text-decoration:none;font-size:1.25rem}.footer-icons a:hover{color:#7a00b3}.resources-footer a{color:#fff;text-decoration:none}.resources-footer ul{display:flex;list-style:none;padding-right:8rem;margin:0;align-items:center}.resources-footer li{padding:0 1rem;cursor:pointer;position:relative}.resources-footer li:not(:last-child){border-right:1px solid hsla(0,0%,100%,.751)}.resources-footer a:hover{color:#7a00b3}.copyright{font-size:10px;display:flex;align-content:center;justify-content:center;padding-top:2rem;padding-bottom:4rem;color:#888}@media (max-width:1300px){header{padding:1rem 2rem}.navbar-container{padding-left:2rem;gap:1rem}.home-container,.home-flex-container{padding:20px;gap:15px}}@media (max-width:1024px){header{flex-direction:column;align-items:flex-start;padding:1rem 1.5rem}.divider-line,.tag-box{display:none}header h1{font-size:2.2rem;margin-bottom:.5rem}.navbar-left,.navbar-links,nav{display:flex;justify-content:center;width:100%}.navbar-left{gap:1.5rem}.navbar-links ul{flex-direction:row;gap:1rem;list-style:none;margin:0;padding:0}.navbar-links ul li a{font-size:.85rem;color:#888}.navbar-links ul li a:hover{color:#fff}.navbar-auth-buttons{flex-direction:row;align-items:center;gap:1rem}.btn-login-home,.btn-signup-home{display:none}.landing-row{flex-direction:column;align-items:center;text-align:center;gap:2rem}.landing-left,.landing-right{width:100%;max-width:100%}.headline{font-size:clamp(2rem,6vw,3.5rem)}.subtext{font-size:1.1rem;line-height:1.5}.start-now-btn{margin:3rem auto 0;font-size:.9rem;padding:.8rem 1.6rem}.orb-wrapper{height:400px;max-width:100%}.tambien-slide,.tech-scene{flex-direction:column-reverse;align-items:center;text-align:center;gap:2.5rem;padding:0 5vw}.tambien-text,.tech-text{text-align:center;max-width:90%}.tambien-text h2,.tech-text h2{font-size:clamp(2rem,4vw,3rem)}.tambien-text p,.tech-text p{font-size:1.05rem;line-height:1.5}.tech-brain{width:380px;height:380px}footer{text-align:center}.footer-whole{flex-direction:column;align-items:center;gap:1rem}.footer-icons{justify-content:center;padding-left:0}}@media (max-width:768px){body{font-size:.95rem}header{align-items:center;text-align:center;padding:1rem}.logo-header{display:flex;justify-content:center;align-items:center}.navbar-auth-buttons,.navbar-links ul{display:none}.headline{font-size:clamp(1.8rem,6vw,2.5rem)}.subtext{font-size:1rem}.start-now-btn{font-size:.9rem;padding:.7rem 1.4rem;margin:2rem auto 0}.profile-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}.platform-card{flex-direction:row;justify-content:center;width:90%}.tambien-image img,.tech-visual img{max-width:300px}.tech-section{height:260vh}.tech-scene{flex-direction:column;gap:2rem;padding:0 1.5rem}.tech-text{max-width:90%}.tech-text h2{font-size:1.8rem;line-height:1.3}.tech-text p{font-size:.95rem}.tech-brain{width:300px;height:300px}}@media (max-width:480px){header h1{font-size:1.5rem}.headline{font-size:clamp(1.8rem,8vw,2.5rem)}.subtext{font-size:.9rem}.start-now-btn{width:80%;max-width:240px;margin:2rem auto;font-size:.85rem}.tambien-text h2,.tech-text h2{font-size:1.5rem}.tambien-text p,.tech-text p{font-size:.9rem}.tech-section{height:220vh}.tech-scene{flex-direction:column;gap:2rem;padding:0 1rem}.tech-text p{line-height:1.4}.tech-brain{width:240px;height:240px}.tech-visual{margin-bottom:1.5rem}}@media (max-width:768px){.footer-whole{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;padding-right:0;padding-left:0}.footer-icons{gap:.5rem;justify-content:center}.resources-footer ul{flex-direction:row;align-items:center;padding-right:0;gap:.5rem}.resources-footer li{padding:.5rem 0}.resources-footer li:not(:last-child){border-right:none;border-left:none;gap:.25rem;border-bottom:none}.copyright{padding-top:1rem;padding-bottom:2rem;text-align:center}}.dock-outer{position:fixed;bottom:0;z-index:1000;margin:0 .5rem;max-width:100%;align-items:center;pointer-events:auto}.dock-outer,.dock-panel{left:50%;transform:translateX(-50%);display:flex}.dock-panel{position:absolute;bottom:.5rem;align-items:flex-end;width:fit-content;gap:1rem;border-radius:1rem;background-color:var(--dock-panel-bg);border:1px solid var(--dock-panel-border);box-shadow:0 18px 40px rgba(0,0,0,.35),0 6px 20px rgba(0,0,0,.2);backdrop-filter:blur(14px);padding:0 .5rem .5rem}.dock-item{position:relative;display:inline-flex;border-radius:10px;background-color:var(--dock-item-bg);border:1px solid var(--dock-panel-border);box-shadow:0 6px 14px -6px rgba(0,0,0,.4),0 4px 10px -4px rgba(0,0,0,.35);cursor:pointer;outline:none;color:var(--dock-label-text)}.dock-icon,.dock-item{align-items:center;justify-content:center}.dock-icon{display:flex;color:inherit}.dock-label{position:absolute;top:-1.5rem;left:50%;width:fit-content;white-space:pre;border-radius:.375rem;border:1px solid var(--dock-panel-border);background-color:var(--dock-label-bg);padding:.125rem .5rem;font-size:.75rem;color:var(--dock-label-text);transform:translateX(-50%)}.orb-container{position:relative;z-index:2;width:100%;height:100%}.orb-container canvas{pointer-events:none}.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid var(--surface-border);background-color:var(--surface-bg);padding:2rem;overflow:hidden;--mouse-x:50%;--mouse-y:50%}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:.6}.profile-card{background:var(--surface-bg);color:var(--text-color);border-radius:20px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative;transition:transform .2s ease}.profile-card:hover{transform:scale(1.02)}.profile-card-top{display:flex;align-items:center;gap:16px;margin-bottom:16px}.profile-pic{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #7a00b3;box-shadow:0 0 10px #7a00b3,0 0 20px #7a00b3}.profile-info h3{margin:0;font-size:1.2rem}.profile-info p{margin:2px 0;font-size:.9rem}.profile-skills{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.skill-tag{background-color:#dbeafe;color:#1e3a8a;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700}.profile-card-body{flex-grow:1;margin-bottom:16px}.xp-entry{margin-bottom:8px}.xp-title{font-weight:600}.xp-company,.xp-dates{font-size:.85rem;color:#ccc}.profile-card-footer{display:flex;justify-content:space-between;gap:8px;padding-top:6px}.icon-btn{flex:1;padding:10px;border:none;border-radius:10px;background-color:transparent;color:#cacaca;cursor:pointer;transition:transform .2s,color .2s}.icon-btn:hover{transform:scale(1.15);color:var(--text-color)}.icon-btn.primary{background-color:#cacaca;color:#000;font-weight:700}.icon-btn.primary:hover{background-color:var(--text-color);color:#000}.profile-overlay{position:absolute;top:12px;right:16px;display:flex;flex-direction:column;align-items:flex-end;z-index:2}.profile-card-rank{background:#1e1e1e;color:var(--text-color);padding:4px 10px;border-radius:12px;font-weight:700;font-size:14px;margin-bottom:8px;border:2px solid #7a00b3;box-shadow:0 0 10px #7a00b3,0 0 20px #7a00b3;cursor:pointer;transition:transform .2s}.profile-card-rank:hover{transform:scale(1.1)}.overlay-icon{background:none;border:none;padding:6px;margin-top:6px;color:#cacaca;cursor:pointer;transition:transform .2s,color .2s}.overlay-icon:hover{color:var(--text-color);transform:scale(1.15)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.scroll-float{overflow:hidden}.scroll-float-text{font-size:clamp(1.6rem,6vw,3rem);font-weight:700;text-align:center;line-height:1.5;color:var(--text-primary,#fff)}.char,.scroll-float-text{display:inline-block}.metaballs-container{position:relative;width:100%;height:100%}.alert-overlay{position:fixed;inset:0;background:rgba(2,6,23,.55);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:24px;animation:overlay-fade .25s ease-out}.alert-card{width:min(420px,92vw);background:radial-gradient(circle at top,rgba(122,0,179,.35),rgba(15,23,42,.92));border:1px solid rgba(122,0,179,.4);border-radius:24px;padding:28px 32px;color:#f8fafc;box-shadow:0 24px 48px rgba(15,23,42,.45);display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:18px;row-gap:16px;animation:alert-pop .25s ease-out}.alert-card--confirm{grid-template-rows:auto auto auto}.alert-icon{width:48px;height:48px;border-radius:14px;background:hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:inset 0 0 18px hsla(0,0%,100%,.16);font-weight:700}.alert-body{display:flex;flex-direction:column;gap:6px}.alert-title{margin:0;font-size:1.15rem;font-weight:700}.alert-message{margin:0;font-size:.95rem;color:rgba(226,232,240,.92)}.alert-primary{grid-column:span 2;border:none;border-radius:999px;background:linear-gradient(135deg,#7a00b3,#00cfe2);color:#0f172a;font-weight:700;padding:12px 0;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.alert-primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,207,226,.28)}.alert-actions{grid-column:span 2;display:flex;justify-content:flex-end;gap:12px}.alert-button{border-radius:999px;padding:10px 18px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.alert-button--ghost{background:transparent;border:1px solid rgba(148,163,184,.5);color:rgba(226,232,240,.92)}.alert-button--solid{border:none;background:linear-gradient(135deg,#7a00b3,#00cfe2);color:#0f172a}.alert-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.32)}@keyframes alert-pop{0%{transform:translateY(8px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes overlay-fade{0%{opacity:0}to{opacity:1}}