:root{--bg-dark: #050507;--bg-card: rgba(20, 20, 25, .7);--bg-card-hover: rgba(30, 30, 40, .8);--primary: #e5e7eb;--primary-glow: rgba(229, 231, 235, .2);--secondary: #9ca3af;--secondary-glow: rgba(156, 163, 175, .2);--text-main: #e5e7eb;--text-muted: #9ca3af;--border-color: rgba(255, 255, 255, .08);--glass-border: 1px solid rgba(255, 255, 255, .08);--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;overflow-x:hidden;background-image:radial-gradient(circle at 15% 50%,rgba(99,102,241,.08) 0%,transparent 25%),radial-gradient(circle at 85% 30%,rgba(236,72,153,.08) 0%,transparent 25%)}a{text-decoration:none;color:inherit}.container{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}@media(max-width:1024px){.container{max-width:100%}}.glass-panel{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:var(--glass-border);border-radius:16px;box-shadow:0 4px 30px #0000001a}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;transition:all .3s ease;cursor:pointer;border:none;outline:none;gap:.5rem}.btn-primary{background:#e5e7eb;color:#000;box-shadow:0 0 15px #e5e7eb26}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 25px #e5e7eb40;background:#f3f4f6}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff80}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-float{animation:float 4s ease-in-out infinite}.grain-bg:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.05;pointer-events:none;z-index:9999}h1,h2,h3{line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;background:linear-gradient(to right,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}h2{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700}h3{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600}p{line-height:1.6;color:var(--text-muted);font-size:clamp(.9rem,1.8vw,1rem)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:clamp(1rem,3vw,2rem)}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:clamp(1rem,2.5vw,1.5rem)}@media(max-width:1024px){.hide-tablet{display:none!important}}@media(max-width:768px){.hide-mobile{display:none!important}.btn{padding:clamp(.6rem,1.5vw,.75rem) clamp(1rem,2.5vw,1.5rem);font-size:clamp(.85rem,1.8vw,1rem)}}@media(max-width:480px){.hide-small{display:none!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.footer{background:var(--bg-dark);padding:4rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;gap:2rem}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.footer-tagline{font-size:1.5rem;font-weight:400;color:var(--text-main)}.footer-nav{display:flex;gap:5rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column h4{font-size:1rem;font-weight:600;color:var(--text-main);margin-bottom:.25rem}.footer-column a{color:var(--text-muted);font-size:.95rem;transition:color .2s;cursor:pointer;text-decoration:none}.footer-column a:hover{color:var(--text-main)}.footer-center{width:100%;text-align:center;overflow:hidden;padding:2rem 0}.footer-big-text{font-size:clamp(10vw,12vw,16vw);font-weight:500;line-height:.8;letter-spacing:-.04em;color:var(--text-main);display:block;margin:0 auto;text-align:center;word-break:break-all}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem;padding-top:1rem}.footer-brand{font-size:1.5rem;font-weight:600;color:var(--text-muted)}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:color .2s}.footer-legal a:hover{color:var(--text-main)}@media(max-width:768px){.footer-top{flex-direction:column;gap:3rem}.footer-nav{width:100%;justify-content:space-between;gap:2rem}.footer-bottom{flex-direction:column;align-items:center;gap:1.5rem}.footer-legal{flex-wrap:wrap;justify-content:center;gap:1rem}.footer-big-text{font-size:11vw;word-break:normal;overflow-wrap:break-word;white-space:normal;line-height:1}}@media(min-width:480px)and (max-width:768px){.footer-big-text{font-size:6vw!important}}@keyframes dissolve-appear{0%{opacity:0;filter:blur(20px);transform:scale(1.05)}to{opacity:1;filter:blur(0);transform:scale(1)}}.animate-dissolve{animation:dissolve-appear 1.5s cubic-bezier(.4,0,.2,1) forwards}@keyframes fade-out-blur{0%{opacity:1;filter:blur(0)}to{opacity:0;filter:blur(10px)}}.animate-fade-out{animation:fade-out-blur 1s ease-out forwards}*{box-sizing:border-box}html,body{overflow-x:hidden;width:100%;max-width:100vw}.container{width:100%;max-width:100%;padding-left:clamp(1rem,3vw,2rem);padding-right:clamp(1rem,3vw,2rem)}@media(max-width:1024px){h1{font-size:clamp(1.8rem,5vw,2.5rem)!important}h2{font-size:clamp(1.5rem,4vw,2rem)!important}h3{font-size:clamp(1.25rem,3vw,1.75rem)!important}}@media(max-width:768px){body{font-size:14px}[style*=grid-template-columns]{grid-template-columns:1fr!important}[style*="display: flex"][style*=gap]{flex-wrap:wrap}.btn{width:100%;max-width:100%;padding:.875rem 1.25rem!important;font-size:.95rem!important}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,p,span,div{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.glass-panel{padding:1.5rem!important;margin:.5rem!important}[style*="minHeight: '100vh'"],[style*="min-height: 100vh"]{min-height:auto!important;padding-top:5rem!important;padding-bottom:3rem!important;align-items:flex-start!important}.hero-section{display:flex!important;flex-direction:column!important;height:auto!important;min-height:auto!important;padding-top:6rem!important;overflow:hidden!important}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@media(max-width:480px){body{font-size:13px}h1{font-size:1.75rem!important;line-height:1.2!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}.btn{padding:.75rem 1rem!important;font-size:.9rem!important}[style*="gap: '2rem'"],[style*="gap: 2rem"]{gap:1rem!important}[style*="padding: '2rem'"],[style*="padding: 2rem"]{padding:1rem!important}}.main-navbar{padding:.4rem .75rem!important;background:transparent!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%!important;box-sizing:border-box!important;display:block!important;visibility:visible!important}.main-navbar>div{max-height:48px;width:100%!important;padding:0!important;margin:0 auto!important;box-sizing:border-box!important;display:flex!important}@media(max-width:768px){.main-navbar{padding:.2rem .5rem!important;background:transparent!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%!important;z-index:1000!important;display:block!important;visibility:visible!important;opacity:1!important}.main-navbar>div{max-height:32px!important;width:100%!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important}.main-navbar>div>*{display:flex!important;align-items:center!important}nav a[href="/"]{font-size:1.1rem!important;gap:.3rem!important;display:flex!important;align-items:center!important;height:100%!important;margin:0!important}nav a[href="/"] svg{width:15px!important;height:15px!important}nav button[style*="borderRadius: '50%'"]{width:26px!important;height:26px!important;font-size:.75rem!important}nav .btn-primary{padding:.3rem .6rem!important;font-size:.7rem!important;height:26px!important}nav .btn-primary svg{width:12px!important;height:12px!important}nav [style*="position: absolute"][style*="width: '200px'"]{width:170px!important;padding:.4rem!important}nav [style*="position: absolute"] [style*="width: '36px'"][style*="height: '36px'"]{width:30px!important;height:30px!important;font-size:.8rem!important}nav [style*="position: absolute"] [style*="fontSize: '0.85rem'"]{font-size:.75rem!important}nav [style*="position: absolute"] [style*="fontSize: '0.7rem'"]{font-size:.65rem!important}nav [style*="position: absolute"] button{padding:.5rem!important;font-size:.75rem!important}nav [style*="position: absolute"] button svg{width:13px!important;height:13px!important}}@media(max-width:480px){.main-navbar{padding:.15rem .4rem!important;background:transparent!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%!important;z-index:1000!important;display:block!important;visibility:visible!important;opacity:1!important}.main-navbar>div{max-height:28px!important;gap:.4rem!important;width:100%!important;display:flex!important}nav a[href="/"]{font-size:1rem!important;gap:.25rem!important}nav a[href="/"] svg{width:14px!important;height:14px!important}nav button[style*="borderRadius: '50%'"]{width:24px!important;height:24px!important;font-size:.7rem!important;border-width:1px!important}nav .btn-primary{padding:.25rem .45rem!important;font-size:.65rem!important;height:24px!important;gap:.25rem!important}nav .btn-primary svg{width:11px!important;height:11px!important}nav [style*="position: absolute"][style*="width: '200px'"]{width:140px!important}}@media(max-width:768px){.hackathon-card,[class*=card]{width:100%!important;max-width:100%!important;margin:.5rem 0!important}}@media(max-width:768px){[style*="position: fixed"][style*=z-index]>div{width:95%!important;max-width:95%!important;margin:1rem!important;padding:1.5rem!important}}@media(max-width:768px){.footer{padding:2rem .5rem 1.5rem!important;min-height:auto!important}.footer-top{flex-direction:column!important;align-items:flex-start!important;gap:1.5rem!important;padding:0 1rem}.footer-tagline{font-size:1.1rem!important;width:100%}.footer-nav{width:100%!important;flex-direction:row!important;justify-content:space-between!important;gap:1.5rem!important}.footer-column{flex:1;min-width:0}.footer-center{padding:1.5rem 0!important;margin:1rem 0!important;width:100%!important}.footer-big-text{font-size:clamp(1.5rem,12vw,4rem)!important;line-height:1.1!important;word-break:break-word!important;white-space:normal!important;display:block!important;width:100%!important;text-align:center!important;padding:0 1rem}.footer-bottom{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:1rem!important}.footer-legal{width:100%;justify-content:center!important;flex-wrap:wrap!important;gap:.75rem!important}.footer-legal a{font-size:.85rem!important}}@media(max-width:480px){.footer{padding:1.5rem .75rem 1rem!important}.footer-tagline{font-size:1rem!important}.footer-nav{gap:1rem!important}.footer-column h4{font-size:.85rem!important;margin-bottom:.5rem!important}.footer-column a{font-size:.8rem!important}.footer-big-text{font-size:clamp(1.8rem,15vw,3.5rem)!important}.footer-brand{font-size:1.1rem!important}.footer-legal a{font-size:.75rem!important}}@media(max-width:1024px){.quiz-layout{grid-template-columns:1fr!important;gap:1.5rem!important}.quiz-header{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}}@media(max-width:768px){.quiz-header h2{font-size:1rem!important}.quiz-header p{font-size:.85rem!important}[style*="fontSize: '1.3rem'"]{font-size:1.1rem!important}button[style*=padding]{padding:.75rem 1rem!important}}@media(max-width:768px){[style*="gridTemplateColumns: 'repeat(auto-fit"]{grid-template-columns:1fr!important}[style*="aspectRatio: '1/1'"]{aspect-ratio:16/9!important;max-height:300px!important}}@media(max-width:768px){[style*="gridTemplateColumns: '1fr 1fr'"]{grid-template-columns:1fr!important}[style*="display: 'grid'"][style*="gap: '1.5rem'"]{gap:1rem!important}}@media(max-width:768px){[style*="gridTemplateColumns: 'repeat(3, 1fr)'"],[style*="gridTemplateColumns: 'repeat(2, 1fr)'"]{grid-template-columns:1fr!important}}.mobile-stack{display:flex;flex-direction:column}@media(min-width:769px){.mobile-stack{flex-direction:row}}.mobile-full-width{width:100%}@media(min-width:769px){.mobile-full-width{width:auto}}input,select,textarea{font-size:16px!important}.full-height{min-height:100vh;min-height:-webkit-fill-available}html{scroll-behavior:smooth}@media(max-width:768px){button,a,[role=button]{min-height:44px;min-width:44px}}.hero-grid{display:grid;grid-template-columns:1fr 1fr}.hero-text,.hero-image{width:100%}.hero-text{text-align:left}@media(max-width:768px){.hero-grid{display:flex!important;flex-direction:column!important;align-items:flex-start!important;padding:0 1rem!important;width:100%!important;overflow:hidden!important;order:1!important}.hero-image-container{order:2!important;width:100%!important;display:block!important;visibility:visible!important;opacity:1!important}.hero-text{width:100%!important;text-align:left!important;order:1}.hero-text *,.hero-text h1{text-align:left!important}.hero-text p{text-align:left!important;margin-left:0!important}.hero-text button{margin-left:0!important}.job-details-hero{height:auto!important;min-height:auto!important;padding-top:5rem!important}.job-details-hero-content{padding-bottom:2rem!important;justify-content:flex-start!important}.job-details-hero-main{flex-direction:column!important;align-items:flex-start!important;gap:1.5rem!important}.job-details-hero-header h1{font-size:1.75rem!important;line-height:1.2!important}.job-details-hero-header p{font-size:.85rem!important}.job-details-hero-actions{width:100%!important;align-items:stretch!important;flex-direction:column!important;gap:.75rem!important}.job-details-hero-actions button{width:100%!important;margin-bottom:0!important;justify-content:center!important}.job-details-tabs .container{gap:1rem!important;overflow-x:auto!important;padding-bottom:2px!important}.job-details-tabs button{white-space:nowrap!important;font-size:.8rem!important}.job-details-main-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.job-details-sidebar{position:static!important;top:0!important}[style*="position: fixed"][style*="z-index: 10000"]>div{width:95%!important;max-width:95%!important;padding:1.5rem!important;margin:.5rem!important}.markdown-content h1{font-size:1.25rem!important}.markdown-content h2{font-size:1.15rem!important}.markdown-content h3{font-size:1.05rem!important}.markdown-content p,.markdown-content li{font-size:.85rem!important}.hero-image{width:100%!important;order:2}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-grid{width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;position:relative;z-index:1}.hero-image-container{position:absolute;top:0;left:0;width:104%;height:100%;z-index:0;background-color:#050507}.hero-image{width:100%;height:100%;object-fit:cover;object-position:100% center;transform:translate(15%);filter:contrast(1.1) brightness(.65) grayscale(.2);-webkit-user-select:none;user-select:none;pointer-events:none}.hero-empty-column{position:relative;height:clamp(300px,50vh,600px);display:flex;justify-content:center;align-items:center;width:100%;pointer-events:none}.job-role-container{min-height:100vh;display:flex;align-items:center;scroll-snap-align:start;scroll-snap-stop:always;position:relative;padding:6rem clamp(80px,10vw,120px) 4rem clamp(80px,10vw,120px);width:100%;border-bottom:1px solid rgba(255,255,255,.02)}.job-role-inner{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.job-role-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.job-role-grid.rtl{direction:rtl}.job-role-grid.rtl .job-role-content{direction:ltr;text-align:left}.sidebar-sticky{position:sticky;top:0;height:100vh;width:clamp(80px,10vw,120px);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;z-index:10;pointer-events:none;padding-bottom:4rem}.sidebar-left{left:0;float:left;background:linear-gradient(to bottom,#050507cc,#05050766 20% 80%,#050507cc),url(/assets/greek-bg.jpg);background-size:cover;background-position:center;border-right:1px solid rgba(255,255,255,.1);box-shadow:10px 0 30px #00000080}.sidebar-right{right:0;float:right}.vertical-text-overlay{position:fixed;right:2rem;top:50%;transform:translateY(-50%);writing-mode:vertical-rl;font-size:clamp(.8rem,2vw,1rem);color:#fff3;letter-spacing:.5em;font-weight:300;z-index:100;pointer-events:none;text-transform:uppercase;transition:opacity .5s ease-in-out}.landing-container{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;scroll-padding-top:80px}@media(max-width:992px){.job-role-grid{grid-template-columns:1fr;direction:ltr!important}.job-role-grid.rtl{direction:ltr}.job-role-grid>div:last-child{order:-1;margin-bottom:2rem}}@media(max-width:768px){.hero-grid{display:flex;flex-direction:column;align-items:flex-start;padding:0 1rem}.job-role-container{padding:6rem 1rem 4rem;min-height:auto;scroll-snap-align:none}.job-role-inner{padding:0}.sidebar-sticky{display:none!important}.vertical-text-overlay{display:none}.landing-container{height:auto!important;overflow-y:visible!important;scroll-snap-type:none!important}.landing-container>div{min-height:auto!important;height:auto!important;scroll-snap-align:none!important}.hero-section{min-height:auto!important;padding-top:8rem!important}.hero-image-container{width:100%;overflow:hidden;position:relative!important;height:auto!important;min-height:250px!important;aspect-ratio:16/9;margin-top:2rem;z-index:1}.hero-image{transform:none;object-position:center;width:100%;height:100%}.hero-empty-column{display:none}}
