:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e2e8f0;background-color:#0a0e1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;width:100%;margin:0;padding:0}a{font-weight:500;color:#818cf8;text-decoration:inherit}a:hover{color:#a5b4fc}body{*/ min-width: 320px;*/}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid #2a3350;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a2236;color:#e2e8f0;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:#6366f1;background-color:#232b3d}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.main-footer{width:100%;background-color:#080b16;color:#cbd5e1;padding:2.5rem 2rem;margin-top:auto;box-sizing:border-box;border-top:1px solid rgba(255,255,255,.07)}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer-info p{margin:.3em 0;font-size:.95em;line-height:1.4;text-align:left}.footer-info p strong{font-size:1.1em;color:#fff}.main-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#0a0e1ab8;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);box-shadow:0 1px #ffffff0f,0 8px 30px #00000059;border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;z-index:1000;width:100%;box-sizing:border-box}.header-left{display:flex;align-items:center}.logo{margin:0;margin-right:2.5rem;cursor:pointer;line-height:1}.brand-logo{display:inline-flex;align-items:center;gap:.6rem}.brand-mark{flex-shrink:0;filter:drop-shadow(0 2px 8px rgba(34,211,238,.25));transition:transform .25s ease}.logo:hover .brand-mark{transform:rotate(-6deg) scale(1.05)}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-text-main{font-size:1.15rem;font-weight:800;letter-spacing:-.01em;background:linear-gradient(135deg,#a5b4fc,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.brand-text-sub{font-size:.78rem;font-weight:600;letter-spacing:.16em;color:#94a3b8}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.75rem}.main-nav li{font-size:1em;font-weight:600;color:#cbd5e1;cursor:pointer;position:relative;transition:color .2s ease-in-out}.main-nav li:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;border-radius:2px;background:linear-gradient(90deg,#6366f1,#22d3ee);transition:width .25s ease-in-out}.main-nav li:hover{color:#fff}.main-nav li:hover:after{width:100%}.nav-has-children{position:relative}.nav-parent{display:inline-flex;align-items:center;gap:.3rem}.nav-caret{font-size:.7em;transition:transform .2s ease}.nav-has-children:hover .nav-caret{transform:rotate(180deg)}.nav-has-children:before{content:"";position:absolute;top:100%;left:0;width:100%;height:16px}.main-nav .nav-dropdown{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%) translateY(8px);min-width:190px;list-style:none;margin:0;padding:.5rem;display:flex;flex-direction:column;gap:.2rem;background:#0a0e1af7;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 18px 44px #00000080;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:1100}.nav-has-children:hover .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.main-nav .nav-dropdown li{padding:.6rem .9rem;border-radius:8px;font-size:.95rem;font-weight:600;color:#cbd5e1;white-space:nowrap}.nav-dropdown li:after{display:none}.nav-dropdown li:hover{background:#6366f12e;color:#fff}.header-right{display:flex;align-items:center}.utility-menu{display:flex;align-items:center;gap:1rem}.header-button{background-color:#ffffff0a;color:#e2e8f0;border:1px solid rgba(255,255,255,.16);padding:.5em 1.1em;border-radius:8px;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out}.header-button:hover{background-color:#6366f12e;border-color:#6366f199;color:#fff}.header-profile-image{width:40px;height:40px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid #007bff;transition:border-color .2s ease-in-out}.header-profile-image:hover{border-color:#0056b3}.lang-select{padding:.55em 1em;border-radius:8px;border:1px solid rgba(255,255,255,.16);background-color:#ffffff0a;color:#e2e8f0;cursor:pointer}.lang-select option{color:#213547}.search-icon{background:none;border:none;font-size:1.2em;cursor:pointer;color:#cbd5e1}.search-icon:hover{color:#22d3ee}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1;padding-top:0}.auth-form-container{max-width:400px;margin:4rem auto;padding:3rem;background-color:#111726;border:1px solid rgba(255,255,255,.09);border-radius:16px;box-shadow:0 16px 50px #00000059;text-align:center}.auth-form-container h2{font-size:2.5em;color:#f8fafc;margin-bottom:2rem}.auth-form-container p{margin-top:1.5rem;color:#94a3b8}.toggle-button{background:none;border:none;color:#818cf8;cursor:pointer;font-size:1em;padding:0;text-decoration:underline;transition:color .2s ease-in-out}.toggle-button:hover{color:#a5b4fc}ul,ol{margin:0}.content-area-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-banner{position:relative;width:100%;min-height:300px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:4rem 2rem;box-sizing:border-box}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.banner-content{position:relative;z-index:2;max-width:900px}.hero-banner h2{font-size:4em;margin-bottom:.5rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-banner p{font-size:1.5em;margin-bottom:2rem}.cta-button{background-color:#ffc107;color:#333;padding:1em 2em;border-radius:5px;font-size:1.2em;font-weight:700;border:none;cursor:pointer;transition:background-color .2s ease-in-out}.cta-button:hover{background-color:#e0a800}.home-page-container section{padding:2rem 0;border-bottom:1px solid #eeeeee}.home-page-container section:last-child{border-bottom:none}.home-page-container h3{font-size:2.2em;color:#333;margin-bottom:2rem;text-align:center}.section-intro{text-align:center}.section-intro p{font-size:1.1em;line-height:1.6;color:#555;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.detail-button{background-color:#007bff;color:#fff;padding:.8em 1.5em;border-radius:5px;font-size:1em;border:none;cursor:pointer;transition:background-color .2s ease-in-out}.detail-button:hover{background-color:#0056b3}.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:center}.service-card{background-color:#f9f9f9;padding:2rem;border-radius:10px;box-shadow:0 2px 5px #0000000d;transition:transform .2s ease-in-out}.service-card:hover{transform:translateY(-5px)}.service-icon{width:80px;height:80px;margin-bottom:1.5rem}.service-card h4{font-size:1.5em;color:#333;margin-bottom:1rem}.service-card p{font-size:1em;color:#666;margin-bottom:1.5rem}.content-area-container ul,.content-area-container ol{margin-left:0;margin-right:0;max-width:none;list-style-type:disc;padding-left:1.5em;text-align:left;color:#555;line-height:1.6}.content-area-container ol{list-style-type:decimal}.content-area-container ul ul,.content-area-container ol ol,.content-area-container ul ol,.content-area-container ol ul{padding-left:1.5em;list-style-type:circle}.content-area-container li{margin-bottom:.5rem;margin-left:0;max-width:none}.section-news ul{list-style:none;padding-left:0;margin-bottom:2rem;margin-left:0;margin-right:0}.section-news li{background-color:#f9f9f9;padding:1rem 1.5rem;margin-bottom:1rem;border-radius:8px;color:#333;font-size:1.1em;box-shadow:0 1px 3px #00000008;text-align:left}.faq-list{list-style:none;padding-left:0;max-width:800px;margin:0 auto 2rem}.faq-item{background-color:#f9f9f9;margin-bottom:1rem;border-radius:8px;box-shadow:0 1px 3px #00000008;overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;background-color:#f9f9f9;border:none;text-align:left;font-size:1.1em;font-weight:600;color:#333;cursor:pointer;transition:background-color .3s ease}.faq-question:hover{background-color:#f0f0f0}.faq-question .toggle-icon{font-size:.9em;margin-left:1rem;transition:transform .3s ease}.faq-question[aria-expanded=true] .toggle-icon{transform:rotate(180deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease-out,opacity .5s ease-out;background-color:#fff;padding:0 1.5rem;box-sizing:border-box}.faq-answer-visible{max-height:200px;opacity:1;padding-top:1rem;padding-bottom:1rem}.faq-answer p{margin:0;font-size:1em;color:#555;line-height:1.5;font-weight:700;text-align:left}.section-news,.section-faq,.section-join-us{text-align:center}.challenge-banner{position:relative;width:100%;min-height:150px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:3rem 2rem;box-sizing:border-box;margin-top:0}.challenge-banner .banner-overlay{background-color:#0009}.challenge-banner .banner-content{position:relative;z-index:2;max-width:900px}.challenge-banner .banner-content p{font-size:1.8em;font-weight:700;margin:0;line-height:1.4}.about-page-container section{padding:2rem 0;border-bottom:1px solid #eeeeee}.about-page-container section:last-child{border-bottom:none}.about-page-container .section-about-problems{padding-top:1rem}.about-problems-intro-text{font-size:1.2em;font-weight:700;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:left}.about-page-container h3{font-size:2.2em;color:#333;margin-bottom:2rem;text-align:center}.about-page-container h4{font-size:1.8em;color:#333;margin-top:2rem;margin-bottom:1rem;text-align:center}.about-page-container p{max-width:800px;margin-left:auto;margin-right:auto;text-align:left;font-size:1.1em;line-height:1.6;color:#555;margin-bottom:1rem}.about-page-banner{position:relative;width:100%;min-height:250px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:4rem 2rem;box-sizing:border-box;margin-top:0}.about-page-banner .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1}.about-page-banner .banner-content{position:relative;z-index:2;max-width:900px}.about-page-banner .banner-content h2{font-size:3.5em;margin-bottom:.5rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.about-page-banner .banner-content p{font-size:1.3em;margin-bottom:0}@media (max-width: 768px){.main-header{flex-direction:column;align-items:flex-start;padding:1rem}.header-left{flex-direction:column;align-items:flex-start;margin-bottom:0;width:100%}.logo{margin-right:0;margin-bottom:.5rem;width:100%;text-align:left}.mobile-menu-toggle{display:block;position:absolute;right:1rem;top:1rem;font-size:1.5em;background:none;border:none;color:#cbd5e1;cursor:pointer;z-index:1001;padding:.5rem}.main-nav{width:100%;max-height:0;overflow:hidden;transition:max-height .5s ease-out,opacity .5s ease-out;opacity:0;background-color:#111726f5;box-shadow:0 8px 24px #0006;border-radius:0 0 12px 12px}.main-nav-mobile-open{max-height:540px;opacity:1;padding-bottom:1rem;padding-top:.5rem}.main-nav ul{flex-direction:column;gap:.5rem;padding:0 1rem;margin:0}.main-nav li{font-size:1.1em;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.07)}.main-nav li:last-child{border-bottom:none}.main-nav .nav-dropdown{position:static;transform:none;opacity:1;visibility:visible;min-width:0;padding:.4rem 0 0;margin-top:.4rem;gap:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:none}.main-nav .nav-dropdown li{padding:.5rem 0 .5rem 1rem;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.nav-caret{display:none}.header-right{width:100%;justify-content:flex-start;margin-top:1rem}.hero-banner{min-height:75px;padding:2rem 1rem}.hero-banner h2{font-size:2.5em;white-space:normal;overflow:visible;text-overflow:clip}.hero-banner p{font-size:1.2em}.content-area-container{padding:0 1rem}.home-page-container section{padding:1rem}.section-intro{padding:.6rem 1rem}.service-cards{grid-template-columns:1fr}.challenge-banner{min-height:60px;padding:1.5rem 0}.challenge-banner .banner-content p{font-size:1.4em}.main-footer{padding:1.5rem 1rem}.footer-content{flex-direction:column;gap:.5rem;align-items:flex-start}.footer-info p{font-size:.9em;text-align:left}.about-page-container section{padding:1rem}.about-page-container .section-about-problems{padding-top:.5rem}.about-problems-intro-text{font-size:1.1em}.about-page-container h3{font-size:2em}.about-page-container h4{font-size:1.6em}.content-area-container ul,.content-area-container ol,.content-area-container ul ul,.content-area-container ol ol,.content-area-container ul ol,.content-area-container ol ul{padding-left:1em}.about-page-banner{min-height:150px;padding:2rem 1rem}.about-page-banner .banner-content h2{font-size:2.5em;white-space:normal;overflow:visible;text-overflow:clip}.about-page-banner .banner-content p{font-size:1.1em}}@media (max-width: 480px){.auth-form-container{padding:2rem 1.5rem}.auth-form-container h2{font-size:2em}.hero-banner{min-height:60px;padding:1.5rem 1rem}.hero-banner h2{font-size:2em;white-space:normal;overflow:visible;text-overflow:clip}.hero-banner p{font-size:1em}.cta-button{padding:.8em 1.5em;font-size:1em}.content-area-container{padding:0 .5rem}.home-page-container section{padding:.75rem .5rem}.section-intro{padding:.45rem .5rem}.challenge-banner{min-height:40px;padding:1rem 0}.challenge-banner .banner-content p{font-size:1.2em}.main-footer{padding:1rem .5rem}.footer-info p{font-size:.85em;text-align:left}.about-page-container section{padding:.75rem .5rem}.about-page-container .section-about-problems{padding-top:.375rem}.about-problems-intro-text{font-size:1em}.about-page-container h3{font-size:1.8em}.about-page-container h4{font-size:1.4em}.content-area-container ul,.content-area-container ol,.content-area-container ul ul,.content-area-container ol ol,.content-area-container ul ol,.content-area-container ol ul{padding-left:.75em}.about-page-banner{min-height:100px;padding:1.5rem 1rem}.about-page-banner .banner-content h2{font-size:2em;white-space:normal;overflow:visible;text-overflow:clip}.about-page-banner .banner-content p{font-size:.9em}}.section-lead{text-align:center;font-size:1.1em;line-height:1.6;color:#555;margin:-1rem auto 2rem;max-width:820px}.track-badge{display:inline-block;background-color:#007bff;color:#fff;font-size:.85em;font-weight:700;letter-spacing:.02em;padding:.3em .9em;border-radius:999px;margin-bottom:.8rem}.incentive-figure{display:block;font-size:2.6em;font-weight:800;color:#007bff;margin-bottom:.6rem;line-height:1}.home-landing{--bg: #0a0e1a;--panel: rgba(255, 255, 255, .04);--panel-border: rgba(255, 255, 255, .09);--panel-border-hover: rgba(99, 102, 241, .55);--text: #e2e8f0;--muted: #94a3b8;--heading: #f8fafc;--cyan: #22d3ee;--indigo: #6366f1;--grad: linear-gradient(135deg, #6366f1 0%, #22d3ee 100%);position:relative;background-color:var(--bg);color:var(--text);background-image:radial-gradient(900px 500px at 12% -5%,rgba(99,102,241,.18),transparent 60%),radial-gradient(800px 500px at 100% 0%,rgba(34,211,238,.12),transparent 55%)}.home-landing .hero-banner{min-height:580px;padding:7rem 2rem;overflow:hidden}.home-landing .hero-banner .banner-overlay{background:linear-gradient(120deg,#080b18f0,#080b18c7 42%,#080b188c)}.home-landing .banner-grid{position:absolute;inset:0;z-index:1;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(circle at 30% 40%,#000 0%,transparent 72%);mask-image:radial-gradient(circle at 30% 40%,#000 0%,transparent 72%);pointer-events:none}.home-landing .banner-content{max-width:960px}.home-landing .hero-eyebrow{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#a5b4fc;padding:.4em 1em;border:1px solid rgba(165,180,252,.35);border-radius:999px;background:#6366f11a;margin-bottom:1.6rem}.home-landing .hero-banner h2{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;letter-spacing:-.02em;line-height:1.18;margin-bottom:1.2rem;white-space:normal;overflow:visible;text-overflow:clip;color:#f8fafc;text-shadow:0 2px 30px rgba(34,211,238,.15)}.home-landing .hero-banner p{font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.65;color:#cbd5e1;max-width:720px;margin:0 auto 2.4rem}.home-landing .hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-landing .cta-button{background:var(--grad);color:#fff;padding:.95em 2.1em;border-radius:10px;font-size:1.1rem;font-weight:700;border:none;cursor:pointer;box-shadow:0 10px 30px #22d3ee47,inset 0 1px #ffffff40;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.home-landing .cta-button:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 16px 40px #22d3ee6b,inset 0 1px #ffffff4d}.home-landing .ghost-button{background:#ffffff0d;color:#e2e8f0;padding:.95em 1.8em;border-radius:10px;font-size:1.05rem;font-weight:600;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.home-landing .ghost-button:hover{background:#6366f129;border-color:#6366f199;transform:translateY(-2px)}.home-landing .home-page-container section{padding:4rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.home-landing .home-page-container h3{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;letter-spacing:-.01em;color:var(--heading);margin-bottom:1rem}.home-landing .section-intro p,.home-landing .section-lead{color:var(--muted);font-size:1.12rem;line-height:1.7}.home-landing .section-lead{margin-bottom:2.6rem}.home-landing .section-lead strong{color:#67e8f9;font-weight:800}.home-landing .section-employment{text-align:center}.home-landing .employment-bridge{margin:2.6rem auto 0;max-width:760px;font-size:1.15rem;line-height:1.7;color:#cbd5e1}.home-landing .employment-bridge strong{background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.home-landing .service-cards{gap:1.6rem}.home-landing .service-card{position:relative;background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;padding:2.2rem 1.9rem;text-align:left;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 8px 30px #00000040;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;overflow:hidden}.home-landing .service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--grad);opacity:0;transition:opacity .25s ease}.home-landing .service-card:hover{transform:translateY(-6px);border-color:var(--panel-border-hover);box-shadow:0 18px 50px #22d3ee2e}.home-landing .service-card:hover:before{opacity:1}.home-landing .service-card h4{font-size:1.3rem;font-weight:700;color:var(--heading);margin-bottom:.8rem}.home-landing .service-card p{font-size:1rem;line-height:1.65;color:var(--muted);margin-bottom:0}.home-landing .service-icon{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1.2rem;padding:.7rem;border-radius:14px;background:linear-gradient(135deg,#6366f129,#22d3ee1f);border:1px solid rgba(99,102,241,.28);box-shadow:inset 0 1px #ffffff0f;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.home-landing .service-icon svg{width:100%;height:100%;display:block}.home-landing .service-card:hover .service-icon{border-color:#22d3ee80;box-shadow:0 6px 18px #22d3ee38;transform:translateY(-2px)}.home-landing .track-badge{background:#22d3ee1f;color:#67e8f9;border:1px solid rgba(34,211,238,.35);font-weight:700;letter-spacing:.03em}.home-landing .incentive-figure{font-size:2.8rem;font-weight:800;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-landing .about-mission{max-width:820px;margin:0 auto 2.5rem;padding:1.8rem 2rem;background:var(--panel);border:1px solid var(--panel-border);border-left:3px solid #22d3ee;border-radius:14px}.home-landing .about-mission p{margin:0;font-size:1.12rem;line-height:1.75;color:#cbd5e1}.home-landing .about-mission strong{color:#67e8f9;font-weight:700}.home-landing .about-subhead{text-align:center;font-size:1.35rem;font-weight:700;color:var(--heading);margin:1rem 0 1.8rem}.home-landing .about-dividend{max-width:820px;margin:2.6rem auto 0;padding:1.8rem 2rem;background:var(--panel);border:1px solid var(--panel-border);border-radius:14px;text-align:left}.home-landing .about-dividend ul{list-style:none;padding:0;margin:0}.home-landing .about-dividend li{position:relative;padding-left:1.4rem;margin-bottom:.9rem;color:var(--muted);line-height:1.65}.home-landing .about-dividend li:last-child{margin-bottom:0}.home-landing .about-dividend li:before{content:"";position:absolute;left:0;top:.6em;width:7px;height:7px;border-radius:50%;background:var(--grad)}.home-landing .about-dividend strong{color:var(--heading)}.home-landing .course-tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;align-items:start}.home-landing .course-tier{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;padding:2rem 1.8rem;text-align:left;box-shadow:0 8px 30px #00000040}.home-landing .course-tier.featured{border-color:#6366f180;box-shadow:0 18px 50px #6366f138;position:relative}.home-landing .course-tier.featured:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:var(--grad);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.home-landing .tier-head{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.home-landing .tier-badge{display:inline-block;padding:.3em .9em;border-radius:8px;font-size:.85rem;font-weight:700;color:#c7d2fe;background:#6366f11f;border:1px solid rgba(99,102,241,.3)}.home-landing .tier-main{display:inline-block;padding:.3em .8em;border-radius:8px;font-size:.78rem;font-weight:800;letter-spacing:.04em;color:#051018;background:var(--grad)}.home-landing .tier-title{font-size:1.3rem;font-weight:700;color:var(--heading);margin:0 0 1.2rem}.home-landing .tier-features{list-style:none;padding:0;margin:0 0 1.5rem}.home-landing .tier-features li{position:relative;padding-left:1.5rem;margin-bottom:.7rem;color:var(--text);line-height:1.55;font-size:.98rem}.home-landing .tier-features li:before{content:"✓";position:absolute;left:0;color:#22d3ee;font-weight:700}.home-landing .tier-features li.tier-sub{padding-left:2.4rem;color:var(--muted);font-size:.92rem;margin-bottom:.4rem}.home-landing .tier-features li.tier-sub:before{content:""}.home-landing .tier-duration{text-align:center;padding:.7em 1em;border-radius:10px;background:#ffffff0a;border:1px solid var(--panel-border);color:#cbd5e1;font-weight:600;font-size:.95rem}.home-landing .course-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.9rem}.home-landing .course-step{display:flex;flex-direction:column;gap:.4rem;background:var(--panel);border:1px solid var(--panel-border);border-top:3px solid #22d3ee;border-radius:12px;padding:1.2rem 1rem;text-align:center}.home-landing .step-no{font-size:.78rem;font-weight:700;letter-spacing:.04em;color:#67e8f9}.home-landing .step-title{color:var(--heading);font-size:1.05rem}.home-landing .step-dur{font-size:.85rem;color:var(--muted)}@media (max-width: 980px){.home-landing .course-tiers{grid-template-columns:1fr}.home-landing .course-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 560px){.home-landing .course-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-landing .harness-name{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#7dd3fc!important;letter-spacing:-.01em}.home-landing .cards-row-5{grid-template-columns:repeat(5,minmax(0,1fr))}.home-landing .cards-row-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 1100px){.home-landing .cards-row-5,.home-landing .cards-row-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.home-landing .cards-row-5,.home-landing .cards-row-3{grid-template-columns:1fr}}.home-landing .harness-equation{text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:clamp(1.4rem,3vw,2.1rem);font-weight:700;letter-spacing:.02em;margin:0 auto 2.4rem;padding:1.2rem 1.6rem;max-width:620px;background:linear-gradient(135deg,#6366f124,#22d3ee1a);border:1px solid rgba(99,102,241,.3);border-radius:14px;background-clip:padding-box}.home-landing .harness-equation{color:#e2e8f0}.home-landing .harness-quote{max-width:760px;margin:2.6rem auto 0;padding:1.2rem 1.8rem;border-left:3px solid #22d3ee;background:#22d3ee0f;border-radius:0 12px 12px 0;color:#cbd5e1;font-size:1.12rem;line-height:1.7;font-style:italic;text-align:left}.home-landing .harness-compare-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--panel-border)}.home-landing .harness-compare{width:100%;border-collapse:collapse;background:var(--panel);font-size:.98rem;min-width:540px}.home-landing .harness-compare th,.home-landing .harness-compare td{text-align:left;padding:.95rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.06)}.home-landing .harness-compare thead th{background:#6366f11f;color:var(--heading);font-weight:700}.home-landing .harness-compare thead th:last-child{color:#67e8f9}.home-landing .harness-compare td{color:var(--muted)}.home-landing .harness-compare .compare-axis{color:var(--heading);font-weight:600}.home-landing .harness-compare .compare-ours{color:#e2e8f0;font-weight:500;background:#22d3ee0d}.home-landing .harness-compare tbody tr:last-child th,.home-landing .harness-compare tbody tr:last-child td{border-bottom:none}.home-landing .harness-tree{max-width:680px;margin:0 auto;text-align:left;background:#0d1424;border:1px solid var(--panel-border);border-radius:14px;padding:1.6rem 1.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95rem;line-height:1.7;color:#cbd5e1;overflow-x:auto;box-shadow:0 8px 30px #0000004d}.home-landing .harness-req{list-style:none;padding:0;margin:0 auto;max-width:680px;text-align:left;display:grid;gap:.9rem}.home-landing .harness-req li{position:relative;padding:1rem 1.3rem;background:var(--panel);border:1px solid var(--panel-border);border-left:3px solid #22d3ee;border-radius:12px;color:var(--muted)}.home-landing .harness-req strong{color:var(--heading)}.home-landing .harness-license{margin-top:2rem;font-size:1rem}.home-landing.eval-page .hero-banner{min-height:520px}.home-landing .eval-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.4rem}.home-landing .eval-stat{text-align:center;background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;padding:2rem 1.4rem;box-shadow:0 8px 30px #00000040}.home-landing .eval-stat-num{display:block;font-size:2.6rem;font-weight:800;line-height:1.1;margin-bottom:.5rem;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-landing .eval-stat-label{color:var(--muted);font-size:.96rem;line-height:1.45}.home-landing .section-eval-stack{text-align:center}.home-landing .eval-stack-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.home-landing .eval-stack-list li{padding:.55em 1.2em;border-radius:999px;background:#6366f11f;border:1px solid rgba(99,102,241,.3);color:#c7d2fe;font-weight:600;font-size:.98rem}.home-landing .eval-phases{display:grid;gap:1rem;max-width:760px;margin:0 auto;text-align:left}.home-landing .eval-phase{display:flex;align-items:flex-start;gap:1rem;background:var(--panel);border:1px solid var(--panel-border);border-left:3px solid #22d3ee;border-radius:12px;padding:1.2rem 1.4rem}.home-landing .eval-phase-mark{font-size:1.2rem;line-height:1.6}.home-landing .eval-phase strong{display:block;color:var(--heading);font-size:1.05rem;margin-bottom:.25rem}.home-landing .eval-phase p{color:var(--muted);font-size:.96rem;margin:0}.home-landing .eval-dataset{margin-top:2rem;font-size:1rem}.home-landing .eval-dataset code{background:#22d3ee1f;border:1px solid rgba(34,211,238,.3);color:#7dd3fc;padding:.15em .5em;border-radius:6px;font-size:.92em}.home-landing .section-news li{background:var(--panel);border:1px solid var(--panel-border);color:var(--text);border-radius:12px;box-shadow:none;transition:border-color .2s ease,transform .2s ease}.home-landing .section-news li:hover{border-color:var(--panel-border-hover);transform:translate(4px)}.home-landing .faq-item{background:var(--panel);border:1px solid var(--panel-border);border-radius:12px;box-shadow:none}.home-landing .faq-question{background:transparent;color:var(--text);font-weight:600}.home-landing .faq-question:hover{background:#ffffff08}.home-landing .faq-answer{background:#0000002e}.home-landing .faq-answer p{color:#cbd5e1;font-weight:500}.home-landing .challenge-banner .banner-overlay{background:linear-gradient(120deg,#080b18d9,#1e1b4b99)}.home-landing .challenge-banner .banner-content p{text-shadow:0 2px 20px rgba(0,0,0,.4)}.home-landing .section-join-us{background:radial-gradient(600px 280px at 50% 120%,rgba(99,102,241,.22),transparent 70%);border-radius:20px;padding:4.5rem 2rem}@media (max-width: 768px){.home-landing .hero-banner{min-height:460px;padding:5rem 1.5rem}.home-landing .service-card{padding:1.8rem 1.5rem}}.social-login-buttons{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.google-login-button-wrapper{width:100%;max-width:300px;display:flex;justify-content:center;padding:.1em 0}.social-login-button{width:100%;max-width:300px;padding:0;border-radius:0;font-size:0;font-weight:400;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:transparent;box-shadow:none;transition:none;background:none}.social-login-button img{height:auto;width:100%;margin-right:0;display:block}.apple-login-button img{filter:none}.github-auth-button{width:100%;max-width:300px;height:44px;display:flex;align-items:center;justify-content:center;gap:.6rem;background-color:#1f2430;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:8px;font-size:.98rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.github-auth-button svg{flex-shrink:0}.github-auth-button:hover{background-color:#2a3140;border-color:#ffffff4d}@media (max-width: 480px){.github-auth-button{max-width:100%}}@media (max-width: 480px){.social-login-button{font-size:0;padding:0;max-width:100%}.social-login-button img{height:auto;width:100%;margin-right:0}.google-login-button-wrapper{max-width:100%}}.profile-page-container{display:flex;gap:2rem;padding-top:2rem;padding-bottom:4rem;align-items:flex-start;flex-wrap:wrap}.profile-sidebar{flex:0 0 300px;background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:2rem;box-sizing:border-box;position:sticky;top:80px;align-self:flex-start}.profile-header-share{text-align:right;margin-bottom:1rem}.share-button{background:none;border:none;cursor:pointer;font-size:1.5em;color:#94a3b8;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0}.share-icon:before{content:"↗️"}.profile-avatar-wrapper{text-align:center;margin-bottom:1.5rem}.profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #1a2236;box-shadow:0 0 0 2px #0000000d}.profile-status{display:inline-flex;align-items:center;background-color:#14271c;color:#22c55e;padding:.3em .8em;border-radius:20px;font-size:.9em;font-weight:600;margin-top:.8rem}.status-dot{width:8px;height:8px;border-radius:50%;margin-right:.5em}.status-dot.available{background-color:#22c55e}.profile-name{font-size:1.8em;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#e2e8f0}.contact-button{width:100%;background-color:#6366f1;color:#fff;padding:.8em 1.5em;border-radius:5px;font-size:1.1em;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;transition:background-color .2s ease-in-out}.contact-button:hover{background-color:#4f46e5}.send-icon:before{content:"✈️"}.profile-section{padding:1.5rem 0;border-top:1px solid #232b3d}.profile-section:first-of-type{border-top:none;padding-top:0}.section-title{font-size:.9em;color:#7c8aa3;margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.rate-info{font-size:1.1em;font-weight:600;color:#6366f1;background-color:#16203a;border-radius:5px;padding:.5em 1em;display:inline-block}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background-color:#1a2236;color:#94a3b8;padding:.5em 1em;border-radius:5px;font-size:.9em;font-weight:500}.badge-tag{background-color:#14271c;color:#22c55e;display:inline-flex;align-items:center;gap:.3em;font-weight:600}.badge-icon{width:16px;height:16px;background-size:contain;background-repeat:no-repeat;display:inline-block}.payment-icon:before{content:"💵"}.verified-icon:before{content:"✅"}.about-text{font-size:1em;line-height:1.6;color:#94a3b8;margin-bottom:1rem}.about-details{list-style:none;padding:0;margin:0}.about-details li{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:.95em;color:#94a3b8}.icon-location:before{content:"📍"}.icon-time:before{content:"⏰"}.icon-language:before{content:"🗣️"}.links-container{display:flex;gap:1rem;flex-wrap:wrap}.link-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px}.link-icon:hover{transform:translateY(-2px)}.social-link-image{width:100%;height:100%;object-fit:contain}.profile-main-content{flex:1;min-width:0}.main-title{font-size:2.5em;font-weight:700;margin-bottom:2rem;color:#e2e8f0}.profile-tabs{display:flex;border-bottom:1px solid #232b3d;margin-bottom:2rem;gap:1rem}.tab-button{background:none;border:none;padding:.8em 1.5em;font-size:1.1em;font-weight:600;color:#94a3b8;cursor:pointer;position:relative;transition:color .2s ease-in-out}.tab-button:hover{color:#e2e8f0}.tab-button.active{color:#6366f1}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:#6366f1;border-radius:2px}.add-project-section{margin-bottom:3rem}.add-project-card{display:flex;align-items:center;gap:1.5rem;background-color:#131a2b;border:1px dashed #2a3350;border-radius:8px;padding:2rem;text-align:left}.add-icon{font-size:2em;color:#7c8aa3;background-color:#232b3d;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.add-text p{margin:0;color:#94a3b8;font-size:1em}.add-text p strong{font-size:1.1em;color:#e2e8f0}.import-content-button{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.95em;padding:0;margin-top:.5rem;display:inline-flex;align-items:center;gap:.3em;text-decoration:underline}.import-icon:before{content:"🔗"}.projects-list{display:flex;flex-direction:column;gap:2rem}.project-card{display:flex;gap:1.5rem;background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;align-items:flex-start;position:relative}.project-image{flex-shrink:0;width:200px;height:150px;background-size:cover;background-position:center;border-radius:6px}.project-details{flex-grow:1;text-align:left}.project-title{font-size:1.5em;font-weight:700;color:#e2e8f0;margin-bottom:.8rem}.project-description{font-size:.95em;color:#94a3b8;line-height:1.6;margin-bottom:1rem}.project-card .tags-container{margin-top:1rem}.project-links{display:flex;gap:1rem;margin-top:1rem}.project-link-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#1a2236;transition:background-color .2s ease-in-out,transform .2s ease-in-out}.project-link-icon:hover{background-color:#232b3d;transform:translateY(-2px)}.project-link-icon img{width:24px;height:24px;object-fit:contain;display:block;margin:auto}.more-options-button{background:none;border:none;font-size:1.5em;color:#7c8aa3;cursor:pointer;position:absolute;top:1rem;right:1rem;padding:.5rem}@media (max-width: 1024px){.profile-page-container{flex-direction:column;align-items:center}.profile-sidebar{width:100%;max-width:600px;position:static;margin-bottom:2rem}.profile-main-content{width:100%}}@media (max-width: 768px){.profile-sidebar{padding:1.5rem}.profile-name{font-size:1.5em}.contact-button{font-size:1em}.main-title{font-size:2em}.tab-button{padding:.6em 1em;font-size:1em}.add-project-card{flex-direction:column;text-align:center}.project-card{flex-direction:column;align-items:center;text-align:center}.project-image{width:100%;max-width:300px;height:180px;margin-bottom:1rem}.project-title{font-size:1.3em}.project-description{font-size:.9em}.more-options-button{top:.5rem;right:.5rem}.project-links{justify-content:center}}@media (max-width: 480px){.profile-sidebar{padding:1rem}.profile-name{font-size:1.3em}.contact-button{font-size:.9em}.main-title{font-size:1.8em;margin-bottom:1.5rem}.profile-tabs{flex-wrap:wrap;justify-content:center}.tab-button{font-size:.9em;padding:.5em .8em}.add-project-card{padding:1.5rem}.add-icon{width:40px;height:40px;font-size:1.8em}.add-text p{font-size:.9em}.add-text p strong{font-size:1em}.import-content-button{font-size:.85em}.project-card{padding:1rem}.project-title{font-size:1.2em}.project-description{font-size:.85em}}.employment-page-container{display:flex;flex-direction:column;padding-top:2rem;padding-bottom:4rem;background-color:transparent;min-height:calc(100vh - var(--header-height) - var(--footer-height))}.employment-header{background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem 2rem;margin-bottom:2rem}.employment-tabs{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid #232b3d;padding-bottom:.5rem}.employment-tabs .tab-button{background:none;border:none;padding:.5em 1em;font-size:1em;font-weight:600;color:#7c8aa3;cursor:pointer;position:relative;transition:color .2s ease-in-out}.employment-tabs .tab-button:hover{color:#e2e8f0}.employment-tabs .tab-button.active{color:#6366f1}.employment-tabs .tab-button.active:after{content:"";position:absolute;bottom:-.5rem;left:0;width:100%;height:3px;background-color:#6366f1;border-radius:2px}.search-bar{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.search-input{flex-grow:1;padding:.8em 1em;border:1px solid #2a3350;border-radius:5px;font-size:1em;min-width:150px}.search-button{background-color:#6366f1;color:#fff;border:none;border-radius:5px;padding:.8em 1.2em;font-size:1em;cursor:pointer;transition:background-color .2s ease-in-out}.search-button:hover{background-color:#4f46e5}.filter-button{background-color:#0f1524;color:#94a3b8;border:1px solid #2a3350;border-radius:5px;padding:.8em 1.2em;font-size:1em;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.filter-icon:before{content:"⑃";font-size:1.2em;line-height:1}.filter-button:hover{background-color:#232b3d;border-color:#7c8aa3}.employment-main-content{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}.job-listings{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.job-card{background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:transform .2s ease-in-out}.job-card:hover{transform:translateY(-3px)}.job-logo-wrapper{flex-shrink:0;width:60px;height:60px;border-radius:12px;background-color:#131a2b;display:flex;align-items:center;justify-content:center}.job-logo{width:70%;height:70%;object-fit:contain}.job-details{flex-grow:1;text-align:left}.job-title{font-size:1.3em;font-weight:700;color:#e2e8f0;margin:0 0 .5rem}.job-location{font-size:.9em;color:#94a3b8;margin:0 0 .3rem}.job-company{font-size:.9em;color:#6366f1;font-weight:600;margin:0}.job-type{flex-shrink:0;padding:.5em 1em;border-radius:5px;font-size:.9em;font-weight:600;text-align:center}.employment-sidebar{flex:0 0 300px;position:sticky;top:80px;align-self:flex-start;background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.featured-jobs-section h3{font-size:1.4em;color:#e2e8f0;margin-top:0;margin-bottom:1.5rem;text-align:left}.featured-jobs-list{display:flex;flex-direction:column;gap:1rem}.featured-job-card{display:flex;align-items:center;gap:1rem;padding:.8rem 0;border-bottom:1px solid #232b3d}.featured-job-card:last-child{border-bottom:none}.featured-job-logo{width:40px;height:40px;border-radius:8px;object-fit:contain;flex-shrink:0}.featured-job-details{flex-grow:1;text-align:left}.featured-job-title{font-size:1em;font-weight:600;color:#e2e8f0;margin:0 0 .3rem}.featured-job-type{font-size:.8em;padding:.3em .6em;border-radius:3px;display:inline-block;font-weight:500}@media (max-width: 1024px){.employment-main-content{flex-direction:column;align-items:center}.employment-sidebar{width:100%;max-width:600px;position:static;margin-bottom:2rem}.job-listings{width:100%}}@media (max-width: 768px){.employment-page-container{padding-top:1.5rem;padding-bottom:3rem}.employment-header{padding:1rem 1.5rem;margin-bottom:1.5rem}.employment-tabs{flex-wrap:wrap;justify-content:center}.search-bar{flex-direction:column;gap:.8rem}.search-input{width:100%;min-width:unset}.search-button,.filter-button{width:100%}.job-card{flex-direction:column;align-items:flex-start;text-align:left;padding:1rem;gap:1rem}.job-details{width:100%}.job-type{align-self:flex-end;margin-top:.5rem}.employment-sidebar{padding:1rem}.featured-jobs-section h3{text-align:center}.sidebar-footer nav ul{justify-content:center}}@media (max-width: 480px){.employment-page-container{padding-top:1rem;padding-bottom:2rem}.employment-header{padding:.8rem 1rem;margin-bottom:1rem}.employment-tabs .tab-button{font-size:.9em;padding:.4em .8em}.search-input,.search-button,.filter-button{font-size:.9em;padding:.7em 1em}.job-card{padding:.8rem}.job-logo-wrapper{width:50px;height:50px}.job-title{font-size:1.2em}.job-location,.job-company{font-size:.85em}.job-type{font-size:.8em;padding:.4em .8em}.employment-sidebar{padding:.8rem}.featured-jobs-section h3{font-size:1.2em;margin-bottom:1rem}.featured-job-logo{width:35px;height:35px}.featured-job-title{font-size:.9em}.featured-job-type{font-size:.7em;padding:.2em .5em}.sidebar-footer nav li{font-size:.8em}}.job-detail-page-container{display:flex;gap:2rem;padding-top:2rem;padding-bottom:4rem;background-color:transparent;align-items:flex-start;flex-wrap:wrap}.job-detail-main-content{flex:1;min-width:0;background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:2rem;box-sizing:border-box}.job-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #232b3d;padding-bottom:1.5rem}.job-detail-company-info{display:flex;align-items:center;gap:1.5rem}.detail-company-logo{width:80px;height:80px;border-radius:16px;object-fit:contain;background-color:#131a2b;padding:10px;box-sizing:border-box}.job-detail-text-info{text-align:left}.detail-job-title{font-size:2em;font-weight:700;color:#e2e8f0;margin:0 0 .4rem;line-height:1.2}.detail-company-name{font-size:1.1em;color:#6366f1;font-weight:600;margin:0 0 .2rem}.detail-agency-name{font-size:.95em;color:#7c8aa3;margin:0}.job-detail-social-share{display:flex;gap:.5rem}.social-share-button{background-color:#0f1524;border:1px solid #2a3350;border-radius:5px;padding:.5em .8em;font-size:1.1em;cursor:pointer;transition:background-color .2s ease-in-out;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.social-share-button:hover{background-color:#232b3d}.social-icon-text{font-size:1.2em;color:#94a3b8}.job-info-card{display:flex;gap:1.5rem;background-color:#131a2b;border-radius:8px;padding:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.job-info-card .info-item{display:flex;align-items:center;gap:.8rem;flex:1;min-width:250px}.job-info-card .info-icon{font-size:1.5em;color:#6366f1;flex-shrink:0}.job-info-card .info-text{text-align:left}.job-info-card .info-label{font-size:.85em;color:#7c8aa3;margin:0}.job-info-card .info-value{font-size:1.1em;font-weight:600;color:#e2e8f0;margin:0}.youtube-embed-container{margin-bottom:2rem;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000001a}.youtube-embed-container iframe{display:block}.job-section{margin-bottom:2rem}.job-section .section-title{font-size:1.6em;font-weight:700;color:#e2e8f0;margin-bottom:1rem;text-align:left}.job-description-paragraph{font-size:1em;line-height:1.6;color:#94a3b8;margin-bottom:1em;text-align:left}.job-responsibilities-list,.job-requirements-list{list-style-type:disc;padding-left:1.5em;margin:0;text-align:left}.job-responsibilities-list li,.job-requirements-list li{font-size:1em;line-height:1.6;color:#94a3b8;margin-bottom:.5em}.apply-button{width:100%;background-color:#6366f1;color:#fff;padding:1em 2em;border-radius:5px;font-size:1.2em;font-weight:700;border:none;cursor:pointer;transition:background-color .2s ease-in-out;margin-top:1rem}.apply-button:hover{background-color:#4f46e5}.related-jobs-section{margin-top:3rem;border-top:1px solid #232b3d;padding-top:2rem}.related-jobs-section .section-title{font-size:1.6em;margin-bottom:1.5rem}.related-jobs-list{display:flex;flex-direction:column;gap:1rem}.related-job-card-item{background-color:#111726;border-radius:8px;box-shadow:0 1px 5px #00000008;padding:1rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .2s ease-in-out,background-color .2s ease-in-out}.related-job-card-item:hover{transform:translateY(-2px);background-color:#0f1524}.related-job-logo-wrapper{flex-shrink:0;width:50px;height:50px;border-radius:10px;background-color:#131a2b;display:flex;align-items:center;justify-content:center}.related-job-logo{width:70%;height:70%;object-fit:contain}.related-job-details{flex-grow:1;text-align:left}.related-job-title{font-size:1.1em;font-weight:700;color:#e2e8f0;margin:0 0 .3rem}.related-job-location{font-size:.85em;color:#94a3b8;margin:0 0 .2rem}.related-job-company{font-size:.85em;color:#6366f1;font-weight:600;margin:0}.related-job-type{flex-shrink:0;padding:.4em .8em;border-radius:5px;font-size:.8em;font-weight:600;text-align:center}.job-detail-sidebar{flex:0 0 300px;position:sticky;top:80px;align-self:flex-start;background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;box-sizing:border-box}.job-overview-card{margin-bottom:2rem}.job-overview-card h3{font-size:1.4em;color:#e2e8f0;margin-top:0;margin-bottom:1.5rem;text-align:left}.job-overview-card .overview-item{display:flex;align-items:center;gap:.8rem;padding:.8rem 0;border-bottom:1px solid #232b3d}.job-overview-card .overview-item:last-child{border-bottom:none}.job-overview-card .overview-icon{font-size:1.2em;color:#6366f1;flex-shrink:0}.job-overview-card .overview-text{text-align:left}.job-overview-card .overview-label{font-size:.85em;color:#7c8aa3;margin:0}.job-overview-card .overview-value{font-size:1em;font-weight:600;color:#e2e8f0;margin:0}.back-button{width:100%;background-color:#0f1524;color:#94a3b8;border:1px solid #2a3350;padding:.8em 1.2em;border-radius:5px;font-size:1em;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.back-button:hover{background-color:#232b3d;border-color:#2a3350}@media (max-width: 1024px){.job-detail-page-container{flex-direction:column;align-items:center}.job-detail-sidebar{width:100%;max-width:600px;position:static;margin-bottom:2rem}.job-detail-main-content{width:100%}}@media (max-width: 768px){.job-detail-main-content{padding:1.5rem}.job-detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.job-detail-company-info{flex-direction:column;align-items:flex-start;gap:.8rem}.detail-company-logo{width:60px;height:60px}.detail-job-title{font-size:1.8em}.detail-company-name,.detail-agency-name{font-size:.9em}.job-detail-social-share{width:100%;justify-content:flex-start}.job-info-card{flex-direction:column;gap:1rem;padding:1rem}.job-info-card .info-item{min-width:unset}.job-section .section-title{font-size:1.4em}.job-description-paragraph,.job-responsibilities-list li,.job-requirements-list li{font-size:.95em}.apply-button{font-size:1.1em;padding:.8em 1.5em}.related-jobs-section .section-title{font-size:1.4em}.related-job-card-item{flex-direction:column;align-items:flex-start;padding:.8rem}.related-job-details{width:100%}.related-job-type{align-self:flex-end;margin-top:.5rem}.job-detail-sidebar{padding:1rem}.job-overview-card h3{font-size:1.2em}.job-overview-card .overview-label,.job-overview-card .overview-value{font-size:.9em}}@media (max-width: 480px){.job-detail-main-content{padding:1rem}.detail-job-title{font-size:1.5em}.detail-company-name,.detail-agency-name{font-size:.85em}.social-share-button{width:35px;height:35px;font-size:1em}.job-section .section-title{font-size:1.2em}.job-description-paragraph,.job-responsibilities-list li,.job-requirements-list li{font-size:.9em}.apply-button{font-size:1em;padding:.7em 1.2em}.related-jobs-section .section-title{font-size:1.2em}.related-job-logo-wrapper{width:40px;height:40px}.related-job-title{font-size:1em}.related-job-location,.related-job-company{font-size:.8em}.related-job-type{font-size:.75em}.job-detail-sidebar{padding:.8rem}.job-overview-card h3{font-size:1.1em}.job-overview-card .overview-label,.job-overview-card .overview-value{font-size:.8em}.back-button{font-size:.9em;padding:.7em 1em}}.community-page-container{display:flex;flex-direction:column;padding-top:2rem;padding-bottom:4rem;background-color:transparent;min-height:calc(100vh - var(--header-height) - var(--footer-height))}.community-header{background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem 2rem;margin-bottom:2rem}.community-tabs{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid #232b3d;padding-bottom:.5rem}.community-tabs .tab-button{background:none;border:none;padding:.5em 1em;font-size:1em;font-weight:600;color:#7c8aa3;cursor:pointer;position:relative;transition:color .2s ease-in-out}.community-tabs .tab-button:hover{color:#e2e8f0}.community-tabs .tab-button.active{color:#6366f1}.community-tabs .tab-button.active:after{content:"";position:absolute;bottom:-.5rem;left:0;width:100%;height:3px;background-color:#6366f1;border-radius:2px}.community-search-bar{display:flex;gap:1rem;align-items:center}.community-search-bar .search-input{flex-grow:1;padding:.8em 1em;border:1px solid #2a3350;border-radius:5px;font-size:1em}.community-search-bar .search-button{background-color:#6366f1;color:#fff;border:none;border-radius:5px;padding:.8em 1.2em;font-size:1em;cursor:pointer;transition:background-color .2s ease-in-out}.community-search-bar .search-button:hover{background-color:#4f46e5}.community-main-content{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}.community-topics-list{flex:1;min-width:0;background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem 2rem;box-sizing:border-box}.community-topics-list .topic-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.8rem;margin-bottom:1rem;border-bottom:1px solid #232b3d;font-weight:600;color:#94a3b8;font-size:.95em}.community-topics-list .topic-header .header-item{flex:1;text-align:left}.community-topics-list .topic-header .header-item.topic-col{flex:4;padding-left:2.5rem}.community-topics-list .topic-header .header-item.voices-col,.community-topics-list .topic-header .header-item.posts-col{flex:.8;text-align:center}.community-topics-list .topic-header .header-item.last-updated-col{flex:1.5;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topic-card{display:flex;align-items:center;padding:1rem 0;border-bottom:1px dashed #232b3d;cursor:pointer;transition:background-color .2s ease-in-out}.topic-card:hover{background-color:#131a2b}.topic-card:last-child{border-bottom:none}.topic-icon-col{flex-shrink:0;width:2.5rem;text-align:center;color:#6366f1;font-size:1.3em}.topic-details-col{flex:4;text-align:left;padding-right:1rem}.topic-title{font-size:1.1em;font-weight:600;color:#e2e8f0;margin:0 0 .3rem}.topic-pagination{display:inline-block;margin-left:.5rem}.topic-pagination .page-number{background-color:#0f1524;border-radius:3px;padding:.2em .5em;font-size:.8em;color:#94a3b8;margin-left:.3rem}.topic-meta{font-size:.85em;color:#7c8aa3;margin:0}.topic-author,.topic-category{font-weight:500;color:#6366f1}.voices-col,.posts-col{flex:.8;text-align:center;font-size:1em;color:#94a3b8}.last-updated-col{flex:1.5;text-align:right;font-size:.9em;color:#94a3b8}.last-updated-col .last-updated-time{margin-bottom:.2em;font-weight:500;color:#e2e8f0}.last-updated-col .last-updated-author{color:#6366f1}.community-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.community-pagination .pagination-button,.community-pagination .pagination-arrow{background-color:#0f1524;border:1px solid #2a3350;border-radius:5px;padding:.5em 1em;font-size:1em;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.community-pagination .pagination-button.active{background-color:#6366f1;color:#fff;border-color:#6366f1}.community-pagination .pagination-button:hover:not(.active),.community-pagination .pagination-arrow:hover{background-color:#232b3d;border-color:#2a3350}.pagination-ellipsis{padding:.5em;color:#7c8aa3}@media (max-width: 1024px){.community-main-content{flex-direction:column;align-items:center}.community-topics-list{width:100%}}@media (max-width: 768px){.community-header{padding:1rem 1.5rem;margin-bottom:1.5rem}.community-tabs{flex-wrap:wrap;justify-content:center}.community-search-bar{flex-direction:column;gap:.8rem}.community-search-bar .search-input,.community-search-bar .search-button{width:100%}.community-topics-list{padding:1rem 1.5rem}.community-topics-list .topic-header{font-size:.85em}.community-topics-list .topic-header .header-item.topic-col{flex:3;padding-left:2rem}.community-topics-list .topic-header .header-item.voices-col,.community-topics-list .topic-header .header-item.posts-col{flex:.8}.community-topics-list .topic-header .header-item.last-updated-col{flex:1.5}.topic-card{padding:.8rem 0}.topic-icon-col{width:2rem;font-size:1.1em}.topic-details-col{flex:3;padding-right:.5rem}.topic-title{font-size:1em}.topic-meta{font-size:.8em}.voices-col,.posts-col{font-size:.9em}.last-updated-col{font-size:.8em}.last-updated-col .last-updated-time,.last-updated-col .last-updated-author{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-pagination{margin-top:1.5rem;gap:.3rem}.community-pagination .pagination-button,.community-pagination .pagination-arrow{padding:.4em .8em;font-size:.9em}}@media (max-width: 480px){.community-header{padding:.8rem 1rem;margin-bottom:1rem}.community-tabs .tab-button{font-size:.9em;padding:.4em .8em}.community-search-bar .search-input,.community-search-bar .search-button{font-size:.9em;padding:.7em 1em}.community-topics-list{padding:.8rem 1rem}.community-topics-list .topic-header{font-size:.8em}.community-topics-list .topic-header .header-item.topic-col{flex:2.5;padding-left:1.5rem}.community-topics-list .topic-header .header-item.voices-col,.community-topics-list .topic-header .header-item.posts-col{flex:.7}.community-topics-list .topic-header .header-item.last-updated-col{flex:1.5}.topic-card{padding:.6rem 0}.topic-icon-col{width:1.5rem;font-size:1em}.topic-details-col{flex:2.5;padding-right:.3rem}.topic-title{font-size:.9em}.topic-meta{font-size:.75em}.voices-col,.posts-col{font-size:.8em}.last-updated-col{font-size:.75em}.community-pagination{margin-top:1rem;gap:.2rem}.community-pagination .pagination-button,.community-pagination .pagination-arrow{padding:.3em .6em;font-size:.8em}.pagination-ellipsis{padding:.3em}}.topic-detail-page-container{display:flex;gap:2rem;padding-top:2rem;padding-bottom:4rem;background-color:transparent;align-items:flex-start;flex-wrap:wrap}.topic-detail-main-content{flex:1;min-width:0;background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:2rem;box-sizing:border-box}.topic-breadcrumbs{font-size:.9em;color:#94a3b8;margin-bottom:1.5rem;text-align:left}.topic-breadcrumbs span{margin-right:.5em}.topic-breadcrumbs span:not(:last-child):after{content:" > ";margin-left:.5em;color:#2a3350}.topic-breadcrumbs .current-category{font-weight:600;color:#6366f1}.topic-breadcrumbs .current-topic{font-weight:600;color:#e2e8f0}.topic-summary-card{background-color:#131a2b;border-radius:8px;padding:1.5rem;margin-bottom:2rem;text-align:left}.topic-tags{font-size:.9em;color:#94a3b8;margin-bottom:1rem}.topic-tag{background-color:#232b3d;color:#94a3b8;padding:.3em .8em;border-radius:4px;margin-left:.5em;display:inline-block}.topic-stats{font-size:1em;color:#94a3b8;line-height:1.5}.topic-stats strong{color:#e2e8f0}.last-updated-author{font-weight:600;color:#6366f1}.topic-posts{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.post-card{display:flex;background-color:#111726;border-radius:8px;box-shadow:0 1px 5px #00000008}.post-author-info{flex-shrink:0;width:150px;padding:1rem;border-right:1px solid #232b3d;text-align:center}.author-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-bottom:.5rem}.author-name{font-size:1.1em;font-weight:700;color:#e2e8f0;margin:0 0 .2rem}.author-role{font-size:.85em;color:#7c8aa3;margin:0}.post-content-area{flex-grow:1;padding:1rem 1.5rem;text-align:left}.post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:1px solid #232b3d;padding-bottom:.5rem}.post-date{font-size:.9em;color:#7c8aa3}.post-number{font-size:1em;font-weight:700;color:#6366f1}.post-content p{font-size:1em;line-height:1.6;color:#94a3b8;margin:0}.topic-post-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;margin-bottom:3rem}.topic-post-pagination .pagination-button,.topic-post-pagination .pagination-arrow{background-color:#0f1524;border:1px solid #2a3350;border-radius:5px;padding:.5em 1em;font-size:1em;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.topic-post-pagination .pagination-button.active{background-color:#6366f1;color:#fff;border-color:#6366f1}.topic-post-pagination .pagination-button:hover:not(.active),.topic-post-pagination .pagination-arrow:hover{background-color:#232b3d;border-color:#2a3350}.login-to-reply-section{background-color:#131a2b;border-radius:8px;padding:2rem;text-align:center;box-shadow:0 1px 5px #00000008}.login-message{font-size:1.1em;color:#94a3b8;margin-bottom:1.5rem}.login-form-card{max-width:400px;margin:0 auto;padding:1.5rem;background-color:#111726;border-radius:8px;box-shadow:0 1px 5px #0000000d;text-align:left}.login-form-card h3{font-size:1.5em;color:#e2e8f0;margin-top:0;margin-bottom:1.5rem;text-align:center}.login-form-card .form-group{margin-bottom:1rem}.login-form-card label{display:block;font-size:.9em;color:#94a3b8;margin-bottom:.5rem}.login-input{width:calc(100% - 20px);padding:.8em 10px;border:1px solid #2a3350;border-radius:5px;font-size:1em}.form-group-checkbox{display:flex;align-items:center;margin-top:1.5rem;margin-bottom:1.5rem}.form-group-checkbox input{margin-right:.5rem}.form-group-checkbox label{margin-bottom:0;font-size:.9em;color:#94a3b8;cursor:pointer}.login-submit-button{width:100%;background-color:#6366f1;color:#fff;padding:.8em 1.5em;border-radius:5px;font-size:1.1em;font-weight:700;border:none;cursor:pointer;transition:background-color .2s ease-in-out}.login-submit-button:hover{background-color:#4f46e5}.community-sidebar{flex:0 0 300px;position:sticky;top:80px;align-self:flex-start;background-color:#111726;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.recent-topics-section h3{font-size:1.4em;color:#e2e8f0;margin-top:0;margin-bottom:1.5rem;text-align:left}.recent-topics-list{list-style:none;padding:0;margin:0}.recent-topics-list li{font-size:1em;color:#94a3b8;margin-bottom:.8rem;display:flex;align-items:flex-start;text-align:left}.topic-bullet{margin-right:.5em;color:#6366f1;font-size:1.1em;line-height:1}.sidebar-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #232b3d}.sidebar-footer nav ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.sidebar-footer nav li{font-size:.9em;color:#7c8aa3;cursor:pointer;transition:color .2s ease-in-out}.sidebar-footer nav li:hover{color:#6366f1}@media (max-width: 1024px){.topic-detail-page-container{flex-direction:column;align-items:center}.topic-detail-main-content{width:100%}.community-sidebar{width:100%;max-width:600px;position:static;margin-bottom:2rem}}@media (max-width: 768px){.topic-detail-main-content{padding:1.5rem}.topic-breadcrumbs{font-size:.85em}.topic-summary-card{padding:1rem}.topic-stats{font-size:.95em}.post-card{flex-direction:column}.post-author-info{width:100%;border-right:none;border-bottom:1px solid #232b3d;padding-bottom:.5rem}.post-content-area{padding:1rem}.post-header{flex-direction:column;align-items:flex-start;gap:.5rem}.post-number{align-self:flex-end}.login-to-reply-section{padding:1.5rem}.login-form-card{padding:1rem}.login-form-card h3{font-size:1.3em}.login-input{width:calc(100% - 20px)}.login-submit-button{font-size:1em}.community-sidebar{padding:1rem}.recent-topics-section h3{font-size:1.2em}.sidebar-footer nav ul{justify-content:center}}@media (max-width: 480px){.topic-detail-main-content{padding:1rem}.topic-breadcrumbs{font-size:.8em}.topic-summary-card{padding:.8rem}.topic-tag{font-size:.8em}.topic-stats{font-size:.9em}.post-author-info{padding:.8rem}.author-avatar{width:50px;height:50px}.author-name{font-size:1em}.author-role{font-size:.8em}.post-content-area{padding:.8rem}.post-date,.post-number{font-size:.85em}.post-content p{font-size:.9em}.login-to-reply-section{padding:1rem}.login-message{font-size:1em}.login-form-card h3{font-size:1.1em}.login-form-card label{font-size:.85em}.login-input{font-size:.9em}.form-group-checkbox label{font-size:.85em}.login-submit-button{font-size:.9em;padding:.7em 1.2em}.community-sidebar{padding:.8rem}.recent-topics-section h3{font-size:1.1em}.recent-topics-list li{font-size:.9em}.sidebar-footer nav li{font-size:.8em}}
