@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;height:100%}.app-main{flex:1 0 auto;padding-top:7rem}.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:2rem;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}footer{background:#0b0b0b}.technology-page{justify-content:center;background:rgb(0,0,0);color:#f5f5f5;font-family:Inter,sans-serif;overflow-x:hidden}.content-layer,.technology-page{display:flex;align-items:center;flex-direction:column;min-height:100vh;position:relative}.content-layer{z-index:2;background:transparent;padding:0 2rem 5rem}.tech-hero{position:relative;text-align:center;max-width:900px;margin:25vh auto 4rem;padding:2rem 1rem;z-index:2}.tech-hero-title{font-size:3rem!important;font-weight:800!important;color:#ffffff!important;margin-bottom:1.5rem!important;letter-spacing:-.02em;line-height:1.2!important}.tech-hero-title span{display:inline-block!important;color:#ffffff!important}.tech-hero-subtitle{font-size:1.1rem;line-height:1.7;color:#b0bec5;max-width:700px;margin:0 auto}.tech-hero-subtitle strong{color:#a855f7;font-weight:600}.llm-section,.mesh-container{display:flex;align-items:center;justify-content:center}.llm-section{position:relative;flex-direction:column;padding:8rem 2rem;background:radial-gradient(circle at 50% 50%,rgba(80,0,150,.2) 0,rgba(20,0,40,.05) 60%,rgba(0,0,0,.95) 100%);color:#fff;font-family:Inter,sans-serif;overflow:hidden}.llm-glow{position:absolute;top:0;left:50%;width:1200px;height:1200px;background:radial-gradient(circle,rgba(130,0,255,.25),transparent 70%);transform:translateX(-50%);filter:blur(160px);animation:glowPulse 8s ease-in-out infinite alternate;z-index:0}@keyframes glowPulse{0%{opacity:.6;transform:translateX(-50%) scale(1)}to{opacity:1;transform:translateX(-50%) scale(1.08)}}.llm-shimmer{position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(0,0,0,.9) 0,transparent 35%,transparent 65%,rgba(0,0,0,.9) 100%),linear-gradient(120deg,transparent,rgba(132,0,255,.08) 40%,rgba(0,229,255,.1) 60%,transparent);background-blend-mode:soft-light;background-size:400% 400%;animation:shimmerMove 18s linear infinite;z-index:1;opacity:.35;filter:blur(30px);mask-image:radial-gradient(circle at 50% 50%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(circle at 50% 50%,black 40%,transparent 100%)}@keyframes shimmerMove{0%{background-position:0 50%}to{background-position:200% 50%}}.llm-content{position:relative;z-index:3;max-width:850px;text-align:center}.llm-heading{font-size:3rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(90deg,#a855f7,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.llm-subtitle-wrapper{position:relative;display:inline-block}.llm-subtitle{font-size:1.2rem;color:rgba(255,255,255,.7);margin-bottom:3.5rem;letter-spacing:.5px}.shimmer-text{background:linear-gradient(90deg,#c084fc,#60a5fa,#c084fc);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmerText 6s ease-in-out infinite}@keyframes shimmerText{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.llm-row{display:flex;flex-direction:column;align-items:center}.llm-block{padding:2.5rem 1.5rem;max-width:700px}.llm-divider{width:70%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);margin:1rem 0}.llm-block:last-child+.llm-divider{display:none}.llm-block h3{font-size:1.4rem;font-weight:600;margin-bottom:.8rem;color:#c084fc}.llm-block p{font-size:1.05rem;line-height:1.7;color:rgba(235,235,235,.85);max-width:650px;margin:0 auto}.odd-wavy-line{width:90vw;height:120px;margin:0 auto;position:relative;display:flex;justify-content:center;align-items:center;background:transparent;overflow:hidden;pointer-events:none}.odd-wavy-line canvas{width:100%!important;height:100%!important;display:block;filter:drop-shadow(0 0 5px rgba(179,136,255,.25));animation:subtle-sway 12s ease-in-out infinite}@keyframes subtle-sway{0%{transform:translateX(-.5%) translateY(.3%)}50%{transform:translateX(.5%) translateY(-.3%)}to{transform:translateX(-.5%) translateY(.3%)}}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;width:100%;max-width:1200px;margin-bottom:4rem;position:relative;z-index:1}.tech-card{position:relative;background:linear-gradient(145deg,rgba(30,30,30,.4),rgba(20,20,20,.3));backdrop-filter:blur(10px);border-radius:1.25rem;padding:2rem 1.75rem;text-align:center;transition:all .4s cubic-bezier(.25,.4,.25,1);border:1px solid rgba(255,255,255,.08);overflow:hidden;cursor:pointer}.tech-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(168,85,247,.08),rgba(236,72,153,.04));opacity:0;transition:opacity .4s ease;pointer-events:none}.tech-card:hover{border-color:rgba(168,85,247,.4);box-shadow:0 12px 32px rgba(168,85,247,.15);transform:translateY(-8px)}.tech-card:hover:before{opacity:1}.tech-icon-wrapper{margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center}.tech-icon{width:3rem;height:3rem;stroke-width:1.5;transition:all .3s ease}.tech-title{font-size:1.35rem;font-weight:600;margin-bottom:.875rem;color:#ffffff;position:relative;z-index:1}.tech-description{font-size:.95rem;color:#c8d6e5;line-height:1.65;position:relative;z-index:1}.tech-card-accent{position:absolute;bottom:0;left:0;right:0;height:3px;opacity:0;transition:opacity .4s ease}.tech-card:hover .tech-card-accent{opacity:1}.tech-stack-section{width:100%;max-width:1100px;margin-bottom:4rem;padding:2.5rem 2rem;background:linear-gradient(145deg,rgba(30,30,30,.3),rgba(20,20,20,.2));backdrop-filter:blur(10px);border:1px solid rgba(168,85,247,.12);border-radius:1.5rem;transition:all .4s ease;position:relative;z-index:1}.tech-stack-section:hover{border-color:rgba(168,85,247,.25);box-shadow:0 12px 32px rgba(168,85,247,.08)}.tech-stack-title{text-align:center;font-size:1.85rem;font-weight:700;color:#ffffff;margin-bottom:2.5rem;background:linear-gradient(135deg,#fff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tech-stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;justify-items:center}.tech-stack-item{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:1.25rem;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:.875rem;transition:all .3s ease;cursor:pointer;min-width:100px}.tech-stack-item:hover{background:rgba(168,85,247,.1);border-color:rgba(168,85,247,.35);box-shadow:0 6px 20px rgba(168,85,247,.15)}.tech-stack-icon{display:flex;align-items:center;justify-content:center;color:#a855f7}.tech-stack-icon svg{width:2.5rem;height:2.5rem}.tech-stack-name{font-size:.95rem;font-weight:600;color:#e5e5e5;text-align:center}.tech-vision{width:100%;max-width:900px;margin-bottom:0;padding:3rem 2.5rem;background:linear-gradient(145deg,rgba(168,85,247,.08),rgba(236,72,153,.04));backdrop-filter:blur(12px);border:1px solid rgba(168,85,247,.15);border-radius:1.5rem;text-align:center;transition:all .4s ease;position:relative;overflow:hidden;z-index:1}.tech-vision:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#a855f7,#ec4899,#06b6d4)}.tech-vision:hover{border-color:rgba(168,85,247,.3);box-shadow:0 15px 45px rgba(168,85,247,.12);transform:translateY(-4px)}.vision-content h2{font-size:2.25rem;font-weight:700;color:#ffffff;margin-bottom:1.25rem;background:linear-gradient(135deg,#fff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vision-content p{font-size:1.05rem;line-height:1.75;color:#e5e5e5;max-width:750px;margin:0 auto}@media (max-width:1440px){.tech-hero-title{font-size:2.8rem!important}.llm-heading{font-size:2.8rem}.vision-content h2{font-size:2rem}.llm-subtitle,.tech-hero-subtitle,.vision-content p{font-size:1.05rem}.tech-grid{max-width:1000px}}@media (max-width:1200px){.content-layer{padding:0 1.5rem 4rem}.tech-hero{margin:18vh auto 3rem}.tech-hero-title{font-size:2.5rem!important}.tech-hero-subtitle{font-size:1rem;max-width:650px}.llm-section{padding:6rem 2rem}.llm-heading{font-size:2.5rem}.llm-block{padding:2rem 1.25rem}.tech-grid{gap:1.75rem}.tech-card{padding:1.75rem 1.25rem}.tech-stack-grid{gap:1.2rem}.tech-stack-item{min-width:90px}.tech-stack-icon svg{width:2.2rem;height:2.2rem}.vision-content h2{font-size:1.9rem}}@media (max-width:1024px){.tech-hero{margin:15vh auto 2.5rem;padding:1rem}.tech-hero-title{font-size:2.2rem!important}.tech-hero-subtitle{font-size:.95rem;line-height:1.6}.llm-section{padding:5rem 1.5rem}.llm-heading{font-size:2.25rem}.llm-subtitle{font-size:.95rem}.llm-block{padding:1.75rem 1rem}.llm-block h3{font-size:1.2rem}.llm-block p{font-size:.9rem}.tech-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.tech-card{padding:1.5rem 1rem}.tech-title{font-size:1.2rem}.tech-description{font-size:.9rem}.tech-stack-section{padding:2rem 1.5rem}.tech-stack-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.tech-stack-name{font-size:.85rem}.tech-vision{padding:2.5rem 1.5rem}.vision-content h2{font-size:1.75rem}.vision-content p{font-size:.95rem}}@media (max-width:768px){.tech-hero-title{font-size:1.9rem!important}.tech-hero-subtitle{font-size:.9rem;line-height:1.5}.llm-section{padding:4rem 1.25rem}.llm-heading{font-size:1.9rem}.llm-subtitle{font-size:.9rem}.llm-block{padding:1.5rem 1rem}.llm-block h3{font-size:1.1rem}.llm-block p{font-size:.85rem}.tech-grid{grid-template-columns:1fr;gap:1.25rem}.tech-card{padding:1.25rem 1rem}.tech-title{font-size:1.1rem}.tech-description{font-size:.85rem}.tech-stack-section{padding:1.75rem 1.25rem}.tech-stack-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.tech-stack-icon svg{width:1.8rem;height:1.8rem}.tech-stack-name{font-size:.8rem}.tech-vision{padding:2rem 1.25rem}.vision-content h2{font-size:1.6rem}.vision-content p{font-size:.85rem}.odd-wavy-line{height:90px}}@media (max-width:480px){.tech-hero-title{font-size:1.6rem!important}.tech-hero-subtitle{font-size:.85rem}.llm-heading{font-size:1.65rem}.llm-subtitle{font-size:.85rem}.llm-block h3{font-size:1rem}.llm-block p{font-size:.8rem}.tech-card{padding:1rem}.tech-title{font-size:1rem}.tech-description{font-size:.8rem}.tech-stack-section{padding:1.5rem 1rem}.tech-stack-grid{grid-template-columns:repeat(2,1fr)}.tech-stack-name{font-size:.75rem}.vision-content h2{font-size:1.4rem}.vision-content p{font-size:.8rem}}@media (max-width:360px){.tech-hero-title{font-size:1.4rem!important}.tech-hero-subtitle{font-size:.8rem}.llm-heading{font-size:1.4rem}.llm-subtitle{font-size:.8rem}.llm-block h3{font-size:.9rem}.llm-block p{font-size:.75rem}.tech-title{font-size:.95rem}.tech-description{font-size:.75rem}.tech-stack-name{font-size:.7rem}.vision-content h2{font-size:1.25rem}.vision-content p{font-size:.75rem}}@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)}.legal-page{max-width:920px;margin:0 auto;padding:8rem 1.5rem 5rem;color:#f4f4f4;line-height:1.7}.legal-hero{padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.14)}.legal-kicker{margin:0 0 .75rem;color:#c9a7ff;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.legal-hero h1{margin:0 0 1rem;color:#ffffff;font-size:clamp(2.4rem,6vw,4.5rem);line-height:1.02;letter-spacing:0}.legal-hero p,.legal-section p{color:rgba(244,244,244,.78)}.legal-updated{margin-top:1.25rem;font-size:.95rem}.legal-section{padding:2rem 0 0}.legal-section h2{margin:0 0 .75rem;color:#ffffff;font-size:clamp(1.35rem,3vw,1.8rem);line-height:1.2;letter-spacing:0}.legal-section p{margin:0 0 1rem}.legal-section ul{margin:0;padding-left:1.25rem;color:rgba(244,244,244,.78)}.legal-section li{margin:.45rem 0}.legal-section a{color:#d6bcff;text-decoration:underline;text-underline-offset:.2em}.legal-section a:hover{color:#ffffff}.legal-contact{margin-top:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.14)}@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}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}}@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}}@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:column;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}.legal-page{padding:6.5rem 1rem 3.5rem}.legal-section{padding-top:1.5rem}}.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] .legal-page{color:#151515}[data-theme=light] .legal-hero{border-bottom-color:rgba(0,0,0,.12)}[data-theme=light] .legal-kicker,[data-theme=light] .legal-section a{color:#7a00b3}[data-theme=light] .legal-hero h1,[data-theme=light] .legal-section h2{color:#111111}[data-theme=light] .legal-hero p,[data-theme=light] .legal-section p,[data-theme=light] .legal-section ul{color:rgba(17,17,17,.76)}[data-theme=light] .legal-section a:hover{color:#4d0073}[data-theme=light] .legal-contact{border-top-color:rgba(0,0,0,.12)}[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}[data-theme=light] .custom-calendar .rbc-time-gutter:after{background:linear-gradient(0deg,#ffffff 20%,rgba(255,255,255,0))!important}[data-theme=light] .custom-calendar .rbc-time-gutter:before{background:linear-gradient(180deg,#ffffff 20%,rgba(255,255,255,0))!important}[data-theme=light] .custom-calendar .rbc-event-content,[data-theme=light] .custom-calendar .rbc-event-label{color:#111827!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;line-height:1.3!important}[data-theme=light] .file-upload-page .drop-zone.neon-purple{box-shadow:0 0 4px rgba(122,0,179,.28),0 0 10px rgba(122,0,179,.18)!important}