@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:rgba(255,255,255,0.05);--dock-panel-bg:rgba(10,10,10,0.6);--dock-panel-border:rgba(255,255,255,0.18);--dock-item-bg:rgba(32,32,32,0.75);--dock-label-bg:rgba(16,16,16,0.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,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:rgb(132,0,255);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:rgb(255,255,255)}.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:#000000;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:#ffffff;color:rgb(0,0,0);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:rgba(255,255,255,.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 rgba(255,255,255,.1);border-radius:16px;overflow:hidden;margin-bottom:4rem;text-decoration:none}.research-card{padding:2rem;border-bottom:1px solid rgba(255,255,255,.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 rgba(255,255,255,.1)}.research-card:last-child{border-right:none}}.research-card:hover{background:rgba(255,255,255,.05);transform:translateY(-4px)}.research-date{color:rgba(255,255,255,.45);font-size:.9rem;margin-bottom:.6rem}.research-card-title{font-weight:300;font-size:1.1rem;color:rgba(255,255,255,.9);line-height:1.5}footer{background:#0b0b0b}.research-button{display:inline-block;padding:.9rem 2rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:rgba(255,255,255,.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:rgba(14,14,14,.05);padding:1.5rem;backdrop-filter:blur(4px);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.scroll-quote-box::-webkit-scrollbar{width:6px}.scroll-quote-box::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.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,rgba(255,255,255,1),rgba(255,255,255,1) 50%,rgba(255,255,255,1));-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:rgba(255,255,255,.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,rgba(255,255,255,1),rgba(255,255,255,.9) 50%,rgba(255,255,255,.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:rgba(255,255,255,.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:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1rem 1.5rem;transition:transform .3s ease,background .3s ease}.platform-card:hover{background:rgba(255,255,255,.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 #ffffff}.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:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.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:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1rem;text-align:center;transition:transform .3s ease,background .3s ease}.profile-tile:hover{background:rgba(255,255,255,.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:rgba(255,255,255,.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:rgba(255,255,255,.8);line-height:1.6;margin-bottom:2rem}.research-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.research-tags span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.6rem 1.2rem;font-size:.95rem;transition:background .3s ease,transform .3s ease}.research-tags span:hover{background:rgba(255,255,255,.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:rgb(255,255,255)}.footer-icons a{color:#ffffff;text-decoration:none;font-size:1.25rem}.footer-icons a:hover{color:#7a00b3}.resources-footer a{color:white;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 rgba(255,255,255,.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:rgb(136,136,136)}@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:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:inset 0 0 18px rgba(255,255,255,.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:#7a00b3;color:#ffffff;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:#7a00b3;color:#ffffff}.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}}.location-autocomplete{position:relative;width:100%}.location-autocomplete-input{width:100%}.location-autocomplete-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:80;background:rgba(14,20,30,.98);border:1px solid rgba(129,145,175,.3);border-radius:10px;box-shadow:0 16px 28px rgba(0,0,0,.42);overflow-y:auto;max-height:250px;padding:5px}.location-autocomplete-option{width:100%;border:none;background:transparent;color:#edf2fb;text-align:left;padding:9px 10px;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.location-autocomplete-option.is-highlighted,.location-autocomplete-option:hover{background:rgba(132,157,196,.2)}.location-autocomplete-option-primary{font-size:.9rem;font-weight:560;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-autocomplete-option-secondary{font-size:.78rem;color:rgba(191,203,223,.82);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-autocomplete-status{padding:10px 12px;font-size:.82rem;color:rgba(190,202,223,.88)}@media (max-width:768px){.location-autocomplete-menu{max-height:200px}}.notif-bell-btn,.notif-bell-wrapper{position:relative;display:inline-flex;align-items:center}.notif-bell-btn{justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--surface-border);background:var(--surface-bg);color:var(--text-color);cursor:pointer;transition:background .2s ease,border-color .2s ease;padding:0}.notif-bell-btn:hover{background:rgba(122,0,179,.12);border-color:rgba(122,0,179,.4)}.notif-badge{top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#7a00b3;color:#fff;font-size:10px;font-weight:700;align-items:center;justify-content:center;line-height:1;pointer-events:none;border:2px solid var(--bg-color)}.notif-badge,.notif-dropdown{position:absolute;display:flex}.notif-dropdown{top:calc(100% + 10px);right:0;width:360px;max-height:480px;background:var(--surface-bg);border:1px solid var(--surface-border);border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.35),0 4px 12px rgba(0,0,0,.2);z-index:9999;overflow:hidden;flex-direction:column}.notif-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;border-bottom:1px solid var(--surface-border);flex-shrink:0}.notif-dropdown-title{font-size:.9rem;font-weight:600;color:var(--text-color);letter-spacing:.01em}.notif-mark-all-btn{background:none;border:none;cursor:pointer;font-size:.75rem;color:#7a00b3;padding:4px 8px;border-radius:6px;transition:background .15s ease}.notif-mark-all-btn:hover{background:rgba(122,0,179,.1)}.notif-list{overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:var(--surface-border) transparent}.notif-list::-webkit-scrollbar{width:4px}.notif-list::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:4px}.notif-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px 24px;color:var(--text-color);opacity:.45;font-size:.85rem;text-align:center}.notif-empty-icon{font-size:2rem}.notif-item{width:100%;display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border:none;border-bottom:1px solid var(--surface-border);background:transparent;cursor:pointer;text-align:left;transition:background .15s ease;position:relative}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:rgba(122,0,179,.06)}.notif-item--unread{background:rgba(122,0,179,.05)}.notif-item--unread:hover{background:rgba(122,0,179,.1)}.notif-item-icon{font-size:1.2rem;flex-shrink:0;margin-top:1px}.notif-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.notif-item-title{font-size:.85rem;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.notif-item-message,.notif-item-title{margin:0;color:var(--text-color);overflow:hidden}.notif-item-message{font-size:.78rem;opacity:.65;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notif-item-time{font-size:.7rem;color:var(--text-color);opacity:.4;margin:2px 0 0}.notif-item-dot{width:8px;height:8px;border-radius:50%;background:#7a00b3;flex-shrink:0;margin-top:6px}.dock-notif-icon-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.dock-notif-dot{position:absolute;top:-4px;right:-4px;width:9px;height:9px;border-radius:50%;background:#7a00b3;border:2px solid var(--dock-item-bg);pointer-events:none}[data-theme=light] .notif-dropdown{box-shadow:0 8px 30px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08)}[data-theme=light] .notif-item--unread{background:rgba(122,0,179,.04)}[data-theme=light] .notif-badge{border-color:#ffffff}@media (max-width:480px){.notif-dropdown{width:calc(100vw - 24px);right:-12px}}[data-theme=light] body{background-color:#ffffff;color:#111111}[data-theme=light] .navbar-links ul li a{color:#333333}[data-theme=light] .navbar-links ul li a:hover{color:#7a00b3}[data-theme=light] .btn-signup-home{background-color:#111111;color:#ffffff}[data-theme=light] .btn-login-home{background-color:#f0f0f0;color:#111111;border:1px solid #ccc}[data-theme=light] .btn-login-home:hover{background-color:#e0e0e0}[data-theme=light] .logo-header a{color:#7a00b3}[data-theme=light] .logo-header a:hover{color:#5a0090}[data-theme=light] .research-container{background:#f8f8f8;color:#111111}[data-theme=light] .research-date,[data-theme=light] .research-subtitle{color:#555555}[data-theme=light] .research-card-title{color:#111111}[data-theme=light] .research-card{border-color:rgba(0,0,0,.1)}[data-theme=light] .research-card:hover{background:rgba(0,0,0,.03)}[data-theme=light] .research-button{border-color:rgba(0,0,0,.2);color:#111111}[data-theme=light] .research-button:hover{border-color:#7a00b3;color:#7a00b3}[data-theme=light] footer{background-color:#f4f4f4}[data-theme=light] .footer-icons a{color:#333333}[data-theme=light] .footer-icons a:hover{color:#7a00b3}[data-theme=light] .resources-footer a{color:#333333}[data-theme=light] .resources-footer a:hover{color:#7a00b3}[data-theme=light] .resources-footer li:not(:last-child){border-right-color:rgba(0,0,0,.2)}[data-theme=light] .copyright{color:#888888}[data-theme=light] .settings-page{background-color:#ffffff;color:#111111}[data-theme=light] .settings-column{background:#f8f8f8;border-color:#e0e0e0;color:#111111}[data-theme=light] .settings-column h2{color:#111111}[data-theme=light] .settings-column a{color:#7a00b3}[data-theme=light] .platform-card{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.1);color:#111111}[data-theme=light] .platform-card:hover{background:rgba(0,0,0,.06)}[data-theme=light] .profile-card{background:#ffffff;border:1px solid #e5e5e5;color:#111111;box-shadow:0 4px 16px rgba(0,0,0,.06)}[data-theme=light] .profile-card:hover{box-shadow:0 8px 24px rgba(122,0,179,.12)}[data-theme=light] .spotlight-card{background:#f8f8f8;border-color:#e0e0e0}[data-theme=light] .subtext{color:#444444}[data-theme=light]{--fc-page-bg-color:#ffffff;--fc-neutral-bg-color:#f8f8f8;--fc-border-color:#e0e0e0;--fc-button-text-color:#111111;--fc-button-bg-color:#f0f0f0;--fc-button-border-color:#cccccc;--fc-button-hover-bg-color:#e5e5e5;--fc-button-hover-border-color:#bbbbbb;--fc-button-active-bg-color:#d8d8d8;--fc-button-active-border-color:#aaaaaa;--fc-event-bg-color:#7a00b3;--fc-event-border-color:#7a00b3;--fc-today-bg-color:rgba(122,0,179,0.06)}[data-theme=light] .candidate-details,[data-theme=light] .candidate-details *,[data-theme=light] .experience-description,[data-theme=light] .experience-header h3,[data-theme=light] .experience-meta,[data-theme=light] .project-description,[data-theme=light] .project-header h3,[data-theme=light] .project-meta{color:#111111!important}[data-theme=light] .candidate-tag,[data-theme=light] .salary-container{background:#ffffff!important;color:#000000!important;border:2px solid #000000!important}[data-theme=light] .candidate-tag *,[data-theme=light] .dropdown-select,[data-theme=light] .salary-container *,[data-theme=light] .salary-select{color:#000000!important}[data-theme=light] .dropdown-select option,[data-theme=light] .salary-select option{background:#ffffff!important;color:#000000!important}[data-theme=light]{color-scheme:light}[data-theme=light] .app-body,[data-theme=light] body{background:linear-gradient(180deg,#ffffff,#f6f7fb);color:#111827}[data-theme=light] .logo-header a:hover,[data-theme=light] .logo-header:hover{color:#5b21b6}[data-theme=light] .headline{color:#111827}[data-theme=light] .scroll-quote-box{background:rgba(255,255,255,.72);border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px rgba(15,23,42,.08)}[data-theme=light] .quote-line-1,[data-theme=light] .quote-line-2{background:linear-gradient(180deg,rgba(17,24,39,.95),rgba(17,24,39,.78) 55%,rgba(91,33,182,.6));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .research-description,[data-theme=light] .tambien-text p,[data-theme=light] .tech-text p{color:#4b5563}[data-theme=light] .platform-card,[data-theme=light] .profile-tile,[data-theme=light] .query-box,[data-theme=light] .research-tags span{background:rgba(255,255,255,.88);border-color:rgba(15,23,42,.08);color:#111827;box-shadow:0 14px 32px rgba(15,23,42,.06)}[data-theme=light] .query-box{color:#111827}[data-theme=light] .candidate-result{background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.2);color:#065f46;box-shadow:0 14px 30px rgba(16,185,129,.08)}[data-theme=light] .research-section{background:radial-gradient(circle at center,#ffffff 15%,#f3f4f6 85%);color:#111827}[data-theme=light] footer{background:#f4f6fb;border-top:1px solid rgba(15,23,42,.06)}[data-theme=light] .footer-whole{background:transparent!important}[data-theme=light] .footer-icons p,[data-theme=light] .footer-icons span{color:#111827!important}[data-theme=light] .recruiter-page{color:#111827}[data-theme=light] .job-posting-card{background:linear-gradient(180deg,#ffffff,#f8fafc);border-color:rgba(122,0,179,.12);box-shadow:0 16px 36px rgba(15,23,42,.08)}[data-theme=light] .job-posting-card:after{background:radial-gradient(circle at top right,rgba(122,0,179,.08),transparent 55%)}[data-theme=light] .job-card-action,[data-theme=light] .job-card-description,[data-theme=light] .job-card-meta,[data-theme=light] .job-card-subtitle{color:#4b5563}[data-theme=light] .job-card-meta strong{color:#7a00b3}[data-theme=light] .job-chip{background:#f3f4f6;border-color:#d1d5db;color:#374151}[data-theme=light] .job-chip--highlight{background:rgba(122,0,179,.08);border-color:rgba(122,0,179,.2);color:#7a00b3}[data-theme=light] .skill-tag{color:rgb(30,58,138)}[data-theme=light] .skill-tag--more{background:#e5e7eb;color:#374151}[data-theme=light] .add-job-card{background:#ffffff;border-color:rgba(15,23,42,.14);box-shadow:0 14px 30px rgba(15,23,42,.08)}[data-theme=light] .add-job-card:after{background:radial-gradient(circle,rgba(122,0,179,.08),transparent 70%)}[data-theme=light] .modal-overlay{background:rgba(15,23,42,.22)}[data-theme=light] .modal-content{background:#ffffff;border-color:rgba(15,23,42,.08);box-shadow:0 18px 40px rgba(15,23,42,.14)}[data-theme=light] .modal-header{background:#f8fafc;border-bottom-color:rgba(15,23,42,.08)}[data-theme=light] .form-group label,[data-theme=light] .modal-header h3{color:#111827}[data-theme=light] .close-btn,[data-theme=light] .remove-skill{color:#4b5563}[data-theme=light] .form-group input,[data-theme=light] .form-group select,[data-theme=light] .form-group textarea,[data-theme=light] .skills-input input{background:#ffffff;border-color:#d1d5db;color:#111827}[data-theme=light] .form-group input::placeholder,[data-theme=light] .form-group textarea::placeholder{color:#9ca3af}[data-theme=light] .btn-secondary{background:#ffffff;border-color:#d1d5db;color:#374151}[data-theme=light] .btn-secondary:hover{background:#f8fafc}[data-theme=light] .candidate-recruiter-tab{background:linear-gradient(180deg,#ffffff,#f6f7fb);color:#111827}[data-theme=light] .candidate-recruiter-tab .candidate-name-link,[data-theme=light] .candidate-recruiter-tab .notes-popup-header h3,[data-theme=light] .candidate-recruiter-tab .pipeline-name,[data-theme=light] .candidate-recruiter-tab .reject-option,[data-theme=light] .candidate-recruiter-tab .reject-popup-header h3,[data-theme=light] .candidate-recruiter-tab .request-name,[data-theme=light] .candidate-recruiter-tab .section-title,[data-theme=light] .candidate-recruiter-tab .stage-title,[data-theme=light] .candidate-recruiter-tab .stage-title-grid,[data-theme=light] .candidate-recruiter-tab .suggest-time-section label{color:#111827;text-shadow:none}[data-theme=light] .candidate-recruiter-tab .candidate-meta,[data-theme=light] .candidate-recruiter-tab .candidate-status,[data-theme=light] .candidate-recruiter-tab .empty-stage,[data-theme=light] .candidate-recruiter-tab .empty-state,[data-theme=light] .candidate-recruiter-tab .pipeline-role,[data-theme=light] .candidate-recruiter-tab .request-date,[data-theme=light] .candidate-recruiter-tab .request-message{color:#4b5563}[data-theme=light] .candidate-recruiter-tab .tab-navigation:after{background:linear-gradient(90deg,transparent,rgba(122,0,179,.22),transparent)}[data-theme=light] .candidate-recruiter-tab .tab-button{color:#4b5563}[data-theme=light] .candidate-recruiter-tab .tab-button.active,[data-theme=light] .candidate-recruiter-tab .tab-button:hover{color:#111827}[data-theme=light] .candidate-recruiter-tab .candidate-row.enhanced,[data-theme=light] .candidate-recruiter-tab .notes-popup-content,[data-theme=light] .candidate-recruiter-tab .pipeline-stage,[data-theme=light] .candidate-recruiter-tab .pipeline-stage-grid,[data-theme=light] .candidate-recruiter-tab .reject-popup-content,[data-theme=light] .candidate-recruiter-tab .request-row{background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid rgba(122,0,179,.14);box-shadow:0 14px 30px rgba(15,23,42,.08)}[data-theme=light] .candidate-recruiter-tab .pipeline-candidate,[data-theme=light] .candidate-recruiter-tab .pipeline-candidate-card-grid,[data-theme=light] .candidate-recruiter-tab .suggest-time-section{background:rgba(122,0,179,.06);border:1px solid rgba(122,0,179,.14)}[data-theme=light] .candidate-recruiter-tab .empty-stage,[data-theme=light] .candidate-recruiter-tab .empty-state{background:rgba(122,0,179,.04);border-color:rgba(122,0,179,.16)}[data-theme=light] .candidate-recruiter-tab .candidate-arrow,[data-theme=light] .candidate-recruiter-tab .candidate-icon,[data-theme=light] .candidate-recruiter-tab .close-btn,[data-theme=light] .candidate-recruiter-tab .notes-icon,[data-theme=light] .candidate-recruiter-tab .pipeline-icon{color:#374151}[data-theme=light] .candidate-recruiter-tab .candidate-arrow:hover,[data-theme=light] .candidate-recruiter-tab .candidate-icon:hover,[data-theme=light] .candidate-recruiter-tab .close-btn:hover,[data-theme=light] .candidate-recruiter-tab .notes-icon:hover,[data-theme=light] .candidate-recruiter-tab .pipeline-icon.active,[data-theme=light] .candidate-recruiter-tab .pipeline-icon:hover{background:rgba(122,0,179,.12);color:#7a00b3}[data-theme=light] .candidate-recruiter-tab .notes-indicator{border-color:#ffffff}[data-theme=light] .candidate-recruiter-tab .notes-popup-overlay,[data-theme=light] .candidate-recruiter-tab .reject-popup-overlay{background:rgba(15,23,42,.24)}[data-theme=light] .candidate-recruiter-tab .notes-popup-actions,[data-theme=light] .candidate-recruiter-tab .notes-popup-header,[data-theme=light] .candidate-recruiter-tab .reject-popup-actions,[data-theme=light] .candidate-recruiter-tab .reject-popup-header,[data-theme=light] .candidate-recruiter-tab .stage-header-grid{background:#f8fafc;border-color:rgba(15,23,42,.08)}[data-theme=light] .candidate-recruiter-tab .notes-textarea,[data-theme=light] .candidate-recruiter-tab .time-input{background:#ffffff;border-color:#d1d5db;color:#111827}[data-theme=light] .candidate-recruiter-tab .notes-textarea::placeholder{color:#9ca3af}[data-theme=light] .candidate-recruiter-tab .move-options,[data-theme=light] .candidate-recruiter-tab .move-options-dropdown,[data-theme=light] .candidate-recruiter-tab .move-options-dropdown a{background:#ffffff;border-color:rgba(122,0,179,.16);box-shadow:0 14px 28px rgba(15,23,42,.12)}[data-theme=light] .candidate-recruiter-tab .move-option,[data-theme=light] .candidate-recruiter-tab .move-options-dropdown a{color:#111827}[data-theme=light] .candidate-recruiter-tab .move-option:hover{background:rgba(122,0,179,.08);color:#7a00b3}[data-theme=light] .candidate-recruiter-tab .expand-icon{color:#7a00b3}[data-theme=light] .ranked-candidates-page{color:#111827}[data-theme=light] .ranked-candidates-page .toast-banner{background:rgba(255,255,255,.96);border-color:rgba(122,0,179,.16);color:#111827;box-shadow:0 12px 26px rgba(15,23,42,.12)}[data-theme=light] .ranked-candidates-page .job-posting-header{background:linear-gradient(180deg,#ffffff,#f8fafc);border-color:rgba(122,0,179,.14);box-shadow:0 16px 32px rgba(15,23,42,.1)}[data-theme=light] .ranked-candidates-page .back-button{background:#ffffff;border-color:#d1d5db;color:#111827}[data-theme=light] .ranked-candidates-page .back-button:hover{background:#f8fafc;border-color:#a78bfa}[data-theme=light] .ranked-candidates-page .job-title{color:#111827}[data-theme=light] .ranked-candidates-page .job-title-row:after{background:linear-gradient(90deg,rgba(122,0,179,.85),rgba(59,130,246,.5),rgba(122,0,179,.85));box-shadow:0 0 10px rgba(122,0,179,.18)}[data-theme=light] .ranked-candidates-page .job-pill{background:#f3f4f6;border-color:#d1d5db;color:#374151}[data-theme=light] .ranked-candidates-page .job-pill--accent{background:rgba(0,207,226,.12);border-color:rgba(0,120,212,.24);color:#0f172a}[data-theme=light] .ranked-candidates-page .ai-controls-hint,[data-theme=light] .ranked-candidates-page .ai-controls-subtitle,[data-theme=light] .ranked-candidates-page .ai-progress-text,[data-theme=light] .ranked-candidates-page .filter-right .candidate-count,[data-theme=light] .ranked-candidates-page .job-academic-row,[data-theme=light] .ranked-candidates-page .job-detail,[data-theme=light] .ranked-candidates-page .job-skills{color:#4b5563}[data-theme=light] .ranked-candidates-page .ai-controls-title,[data-theme=light] .ranked-candidates-page .job-detail strong{color:#111827}[data-theme=light] .ranked-candidates-page .ai-controls{background:rgba(122,0,179,.04);border-color:rgba(122,0,179,.14)}[data-theme=light] .ranked-candidates-page .ai-cache-badge{background:rgba(34,197,94,.12);color:#166534}[data-theme=light] .ranked-candidates-page .ai-progress-bar{background:rgba(15,23,42,.08)}[data-theme=light] .ranked-candidates-page .filter-container{border-bottom-color:rgba(15,23,42,.08)}[data-theme=light] .ranked-candidates-page .filter-left:after{color:#7a00b3}[data-theme=light] .ranked-candidates-page .filter-left select,[data-theme=light] .ranked-candidates-page .filter-left select option{background:#ffffff;border-color:#d1d5db;color:#111827;box-shadow:0 10px 20px rgba(15,23,42,.06)}[data-theme=light] .ranked-candidates-page .filter-left select:focus,[data-theme=light] .ranked-candidates-page .filter-left select:hover{background:#ffffff;border-color:#a78bfa;box-shadow:0 0 0 3px rgba(122,0,179,.08)}[data-theme=light] .ranked-candidates-page .filter-right .recent-search-btn{background:#ffffff;border-color:#d1d5db;color:#111827}[data-theme=light] .ranked-candidates-page .filter-right .recent-search-btn:hover{background:#7a00b3;border-color:#7a00b3;color:#ffffff}[data-theme=light] .ranked-candidates-page .candidate-card-wrapper{background:linear-gradient(180deg,#ffffff,#f8fafc);border-color:rgba(122,0,179,.12);box-shadow:0 14px 30px rgba(15,23,42,.08)}[data-theme=light] .ranked-candidates-page .ranking-badge{background:rgba(255,255,255,.96);border-color:rgba(122,0,179,.18);color:#111827}[data-theme=light] .ranked-candidates-page .error-message{color:#b91c1c;background:rgba(254,226,226,.9)}[data-theme=light] .ranked-candidates-page .profile-card.horizontal{background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid rgba(122,0,179,.14);color:#111827;box-shadow:0 16px 32px rgba(15,23,42,.1)}[data-theme=light] .ranked-candidates-page .profile-card.horizontal .xp-title,[data-theme=light] .ranked-candidates-page .profile-card.horizontal h3{color:#111827}[data-theme=light] .ranked-candidates-page .profile-card.horizontal .profile-education,[data-theme=light] .ranked-candidates-page .profile-card.horizontal .profile-meta-label,[data-theme=light] .ranked-candidates-page .profile-card.horizontal .profile-meta-value,[data-theme=light] .ranked-candidates-page .profile-card.horizontal .xp-company,[data-theme=light] .ranked-candidates-page .profile-card.horizontal .xp-dates,[data-theme=light] .ranked-candidates-page .profile-card.horizontal .xp-empty,[data-theme=light] .ranked-candidates-page .profile-card.horizontal .xp-note{color:#4b5563}[data-theme=light] .ranked-candidates-page .profile-card.horizontal .profile-meta-item{background:#f3f4f6;border-color:#d1d5db;color:#374151}[data-theme=light] .ranked-candidates-page .profile-card.horizontal .icon-btn,[data-theme=light] .ranked-candidates-page .profile-card.horizontal .overlay-icon{color:#4b5563}[data-theme=light] .ranked-candidates-page .profile-card.horizontal .icon-btn:hover,[data-theme=light] .ranked-candidates-page .profile-card.horizontal .overlay-icon:hover{color:#111827}[data-theme=light] .ranked-candidates-page .profile-card.horizontal .profile-card-rank{box-shadow:0 10px 24px rgba(155,31,232,.28)}[data-theme=light] .candidate-page .link-tag,[data-theme=light] .candidate-page .link-tag.has-url{background:linear-gradient(135deg,rgba(237,233,254,.96),rgba(224,231,255,.96))!important;border:1px solid #c4b5fd!important;color:#111827!important;box-shadow:0 8px 24px rgba(15,23,42,.06)!important}[data-theme=light] .candidate-page .link-tag .link-main{color:inherit!important}[data-theme=light] .candidate-page .link-delete-btn,[data-theme=light] .candidate-page .link-tag .link-delete-btn{color:#dc2626!important}[data-theme=light] .candidate-page .link-delete-btn:hover,[data-theme=light] .candidate-page .link-tag .link-delete-btn:hover{background-color:rgba(30,58,138,.08)!important;color:#991b1b!important}[data-theme=light] .card-spotlight.manage-card{background:#ede9fe!important;border:1px solid #c4b5fd!important;box-shadow:0 10px 28px rgba(124,58,237,.12)!important}[data-theme=light] .card-spotlight.manage-card .action-btn,[data-theme=light] .card-spotlight.manage-card .action-btn-label,[data-theme=light] .card-spotlight.manage-card .action-icon,[data-theme=light] .card-spotlight.manage-card .company-description,[data-theme=light] .card-spotlight.manage-card .company-description p,[data-theme=light] .card-spotlight.manage-card .company-location,[data-theme=light] .card-spotlight.manage-card .company-meta,[data-theme=light] .card-spotlight.manage-card .company-name,[data-theme=light] .card-spotlight.manage-card .details-btn,[data-theme=light] .card-spotlight.manage-card .job-title,[data-theme=light] .card-spotlight.manage-card .read-more-btn{color:#111827!important}[data-theme=light] .card-spotlight.manage-card .action-btn:focus-visible,[data-theme=light] .card-spotlight.manage-card .action-btn:hover,[data-theme=light] .card-spotlight.manage-card .action-icon:hover,[data-theme=light] .card-spotlight.manage-card .details-btn:hover,[data-theme=light] .card-spotlight.manage-card .read-more-btn:hover{background:rgba(124,58,237,.12)!important}[data-theme=light] .calendar-sync-buttons .sync-button,[data-theme=light] .sync-buttons-container .sync-button{background:#ffffff!important;border:1px solid rgba(15,23,42,.18)!important;color:#111827!important}[data-theme=light] .calendar-sync-buttons .sync-button:hover,[data-theme=light] .sync-buttons-container .sync-button:hover{background:rgba(15,23,42,.06)!important;box-shadow:0 0 8px rgba(15,23,42,.18)!important}[data-theme=light] .calendar-sync-buttons .sync-button.google,[data-theme=light] .sync-buttons-container .sync-button.google{border:2px solid #34a853!important;color:#111827!important}[data-theme=light] .calendar-sync-buttons .sync-button.outlook,[data-theme=light] .sync-buttons-container .sync-button.outlook{border:2px solid #0078d4!important;color:#111827!important}[data-theme=light] .calendar-sync-buttons .sync-button.syncing,[data-theme=light] .sync-buttons-container .sync-button.syncing{background:rgba(15,23,42,.12)!important}[data-theme=light] .custom-calendar{background:radial-gradient(circle at top,#ffffff 0,#f8fafc 100%)!important}[data-theme=light] .custom-calendar,[data-theme=light] .custom-calendar .rbc-allday-cell,[data-theme=light] .custom-calendar .rbc-calendar,[data-theme=light] .custom-calendar .rbc-day-bg,[data-theme=light] .custom-calendar .rbc-day-slot,[data-theme=light] .custom-calendar .rbc-header,[data-theme=light] .custom-calendar .rbc-off-range-bg,[data-theme=light] .custom-calendar .rbc-row,[data-theme=light] .custom-calendar .rbc-row-bg,[data-theme=light] .custom-calendar .rbc-time-content,[data-theme=light] .custom-calendar .rbc-time-gutter,[data-theme=light] .custom-calendar .rbc-time-header,[data-theme=light] .custom-calendar .rbc-time-header-cell,[data-theme=light] .custom-calendar .rbc-time-header-content,[data-theme=light] .custom-calendar .rbc-time-slot,[data-theme=light] .custom-calendar .rbc-time-view,[data-theme=light] .custom-calendar .rbc-timeslot-group,[data-theme=light] .custom-calendar .rbc-toolbar{background:#ffffff!important;color:#000000!important}[data-theme=light] .custom-calendar .rbc-toolbar button{background:#ffffff!important;color:#000000!important;border:1px solid #000000!important}[data-theme=light] .custom-calendar .rbc-toolbar button.rbc-active,[data-theme=light] .custom-calendar .rbc-toolbar button:active,[data-theme=light] .custom-calendar .rbc-toolbar button:hover{background:#f3f4f6!important;color:#000000!important}[data-theme=light] .custom-calendar .rbc-day-bg+.rbc-day-bg,[data-theme=light] .custom-calendar .rbc-header,[data-theme=light] .custom-calendar .rbc-time-content>*+*>*,[data-theme=light] .custom-calendar .rbc-time-gutter,[data-theme=light] .custom-calendar .rbc-time-header-cell,[data-theme=light] .custom-calendar .rbc-time-header>.rbc-row>*+*,[data-theme=light] .custom-calendar .rbc-timeslot-group,[data-theme=light] .custom-calendar .rbc-toolbar-label{border-color:#d1d5db!important;color:#000000!important}[data-theme=light] .custom-calendar .rbc-day-bg.rbc-today,[data-theme=light] .custom-calendar .rbc-day-slot.rbc-today,[data-theme=light] .custom-calendar .rbc-today{background:#f5f3ff!important}[data-theme=light] .custom-calendar .rbc-event-content,[data-theme=light] .custom-calendar .rbc-event-label,[data-theme=light] .custom-calendar .rbc-time-gutter .rbc-time-slot,[data-theme=light] .custom-calendar .rbc-time-gutter .rbc-timeslot-group:first-child,[data-theme=light] .event-details,[data-theme=light] .event-hover-popup,[data-theme=light] .recruiter-event-details{color:#000000!important;text-shadow:none!important}[data-theme=light] .event-hover-popup{background:#ffffff!important;border:1px solid #d1d5db!important;box-shadow:0 10px 24px rgba(0,0,0,.12)!important}[data-theme=light] .rbc-event{background:#ede9fe!important;border:1px solid #c4b5fd!important;color:#000000!important}[data-theme=light] .rbc-event:hover{background:#ddd6fe!important;box-shadow:0 0 12px rgba(124,58,237,.2)!important}[data-theme=light] .custom-calendar .rbc-current-time-indicator{background-color:#7a00b3!important}