:root{--bg-color:#0b0f19;--text-color:#f8fafc;--primary-color:#3b82f6;--primary-hover:#2563eb;--secondary-color:#8b5cf6;--secondary-hover:#7c3aed;--accent-color:#10b981;--accent-hover:#059669;--glass-bg:#ffffff08;--glass-border:#ffffff14;--nav-bg:#0b0f19bf}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--bg-color);color:var(--text-color);background:radial-gradient(circle at 0 0,#1e1b4b,#0b0f19,#020617);flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.navbar{background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);z-index:1000;justify-content:space-between;align-items:center;height:70px;padding:0 4rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 30px #0003}.navbar .logo{background:linear-gradient(90deg,#60a5fa,#c084fc);-webkit-text-fill-color:transparent;cursor:pointer;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.navbar .nav-links{gap:2.5rem;display:flex}.navbar .nav-item{color:#94a3b8;border-bottom:2px solid #0000;padding:.5rem 0;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.navbar .nav-item:hover,.navbar .nav-item.active{color:var(--text-color);border-bottom-color:var(--primary-color);text-shadow:0 0 10px #3b82f680}#app{flex-direction:column;flex:1;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:100px 2rem 4rem;display:flex}.hero-section{text-align:center;max-width:700px;margin-bottom:3.5rem;animation:1s ease-out fadeInDown}.hero-section h2{background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.hero-section p{color:#94a3b8;font-size:1.15rem;line-height:1.6}.view{width:100%;max-width:800px;animation:.5s ease-in-out fadeIn;display:none}.view.active{display:block}#jobs-view.view{max-width:1200px}.button-group{flex-wrap:wrap;justify-content:center;gap:1.5rem;animation:1.2s ease-out fadeIn;display:flex}.btn{cursor:pointer;color:#fff;border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2.2rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 20px #0000004d}.btn:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0006}.btn:active{transform:translateY(-1px)}.btn.primary{background:linear-gradient(135deg, var(--primary-color), var(--primary-hover))}.btn.secondary{background:linear-gradient(135deg, var(--secondary-color), var(--secondary-hover))}.btn.accent{background:linear-gradient(135deg, var(--accent-color), var(--accent-hover))}.btn.companies{background:linear-gradient(135deg,#f59e0b,#d97706)}.btn.premium{color:#0b0f19;background:linear-gradient(135deg,#fbbf24,#d97706);font-weight:700}.btn.premium:hover{box-shadow:0 12px 28px #fbbf2459}.btn-back{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;padding:.5rem 1.2rem;font-size:.95rem;transition:all .2s}.btn-back:hover{color:#fff;background:#ffffff14;border-color:#475569}.view-header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.view-header h2{background:linear-gradient(90deg,#f8fafc,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.2rem;font-weight:700}.companies-toolbar{grid-template-columns:1fr 1fr;gap:1.25rem;max-width:100%;margin-bottom:1rem;padding:1.5rem 2rem;display:grid}.companies-search-group{margin-bottom:0}.companies-count{color:#94a3b8;text-align:center;margin-bottom:1.25rem;font-size:.9rem}.companies-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;width:100%;max-height:65vh;padding-right:.5rem;display:grid;overflow-y:auto}.company-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;padding:1.35rem;transition:border-color .25s,transform .25s}.company-card:hover{border-color:#f59e0b73;transform:translateY(-3px)}.company-card-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.company-rank{color:#fbbf24;background:#f59e0b26;border-radius:6px;padding:.2rem .55rem;font-size:.8rem;font-weight:800}.company-sector-tag{color:#93c5fd;text-align:right;background:#3b82f61f;border-radius:6px;padding:.2rem .5rem;font-size:.72rem;font-weight:600}.company-name{color:#f1f5f9;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.35}.company-highlight{color:#cbd5e1;margin-bottom:.85rem;font-size:.88rem;line-height:1.55}.company-meta{gap:.45rem;margin-bottom:1rem;display:grid}.company-meta div{grid-template-columns:4.5rem 1fr;gap:.5rem;font-size:.82rem;display:grid}.company-meta dt{color:#64748b;font-weight:600}.company-meta dd{color:#e2e8f0;margin:0}.company-links{flex-wrap:wrap;gap:.65rem;display:flex}.company-link{border:1px solid var(--glass-border);color:#94a3b8;border-radius:8px;padding:.45rem .85rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s}.company-link:hover{color:#f8fafc;border-color:#94a3b880}.company-link.primary{color:#93c5fd;background:#3b82f626;border-color:#3b82f659}.company-link.primary:hover{color:#fff;background:#3b82f647}.companies-empty{text-align:center;color:#94a3b8;grid-column:1/-1;padding:2rem}.form-status{border-radius:10px;margin-bottom:1rem;padding:.85rem 1rem;font-size:.95rem;line-height:1.5}.form-status.hidden{display:none}.form-status.info{color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f659}.form-status.success{color:#6ee7b7;text-align:center;background:#10b9811f;border:1px solid #10b98159;font-size:1.05rem;font-weight:600}.form-status.error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444459}.submit-btn:disabled{opacity:.65;cursor:not-allowed}.glass-form{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);border-radius:24px;flex-direction:column;gap:1.6rem;padding:3rem;display:flex;box-shadow:0 15px 35px #0000004d}.form-group{flex-direction:column;gap:.6rem;display:flex}.form-group label{color:#cbd5e1;font-size:.95rem;font-weight:600}.form-group input,.form-group select{color:#fff;background:#0000004d;border:1px solid #334155;border-radius:10px;padding:.9rem 1.2rem;font-size:1rem;transition:all .25s}.form-group input:focus,.form-group select:focus{border-color:var(--primary-color);background:#00000080;outline:none;box-shadow:0 0 12px #3b82f640}.form-group input[type=file]{cursor:pointer;background:#ffffff05;padding:.7rem}.submit-btn{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));border-radius:10px;justify-content:center;margin-top:1.2rem}.insights-card{background:#0006;border:1px solid #ffffff0a;border-radius:16px;flex-direction:column;gap:1.2rem;margin-top:2rem;padding:2rem;animation:.4s fadeIn;display:flex}.insights-card.hidden{display:none}.insight-item{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.insight-item.flex-column{flex-direction:column;align-items:flex-start;gap:.5rem}.insight-item:last-child{border-bottom:none;padding-bottom:0}.insight-item .label{color:#94a3b8;font-size:.95rem;font-weight:600}.insight-item .value{font-size:1.1rem;font-weight:600}.insight-item .highlight{color:#f59e0b;font-family:monospace;font-size:1.2rem}.insight-item .highlight-salary{color:#10b981;font-size:1.2rem;font-weight:700}.skills-tags{color:#e2e8f0;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;width:100%;padding:.6rem 1rem;font-size:.95rem;line-height:1.5}.value.low{color:#10b981}.value.medium{color:#3b82f6}.value.high{color:#f59e0b}.value.very-high,.value.critical,.value.extreme{color:#ef4444}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--glass-border);color:#64748b;background:#070a12d9;justify-content:space-between;align-items:center;margin-top:auto;padding:2rem 4rem;font-size:.9rem;display:flex}.footer .footer-links{gap:2rem;display:flex}.footer .footer-links a{color:#64748b;text-decoration:none;transition:color .3s}.footer .footer-links a:hover{color:var(--text-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.navbar{padding:0 2rem}.navbar .nav-links{gap:1.2rem}.footer{text-align:center;flex-direction:column;gap:1rem;padding:2rem}}.doc-view h3{color:#818cf8;margin-top:1rem;margin-bottom:.5rem;font-size:1.3rem}.doc-view p{color:#cbd5e1;margin-bottom:1.2rem;font-size:1rem;line-height:1.6}.doc-view h3:first-child{margin-top:0}.contact-card{text-align:center;align-items:center;gap:2rem}.contact-details{border-top:1px solid #ffffff14;flex-direction:column;gap:1.2rem;width:100%;padding-top:2rem;display:flex}.contact-item-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.contact-item-row:last-child{border-bottom:none;padding-bottom:0}.contact-item-row .email-link{color:#3b82f6;font-weight:700;text-decoration:none;transition:color .2s}.contact-item-row .email-link:hover{color:#60a5fa;text-decoration:underline}.footer-links .footer-item{color:#64748b;cursor:pointer;text-decoration:none;transition:color .3s}.footer-links .footer-item:hover{color:var(--text-color)}.office-banner-container{border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:800px;height:480px;margin-bottom:3.5rem;animation:.8s fadeIn;position:relative;overflow:hidden;box-shadow:0 25px 50px #0006}.office-banner-img{object-fit:cover;filter:brightness(.9)contrast(1.05);width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.office-banner-container:hover .office-banner-img{transform:scale(1.03)}.office-banner-overlay-content{box-sizing:border-box;background:linear-gradient(#070a1233 0%,#070a12e0 100%);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.office-banner-overlay-content .location-badge{-webkit-backdrop-filter:blur(8px);color:#f8fafc;background:#0b0f19b3;border:1px solid #ffffff1a;border-radius:50px;align-self:flex-start;padding:.5rem 1rem;font-size:.85rem;font-weight:600;box-shadow:0 4px 16px #0003}.overlay-glass-card{-webkit-backdrop-filter:blur(16px);text-align:center;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;width:100%;padding:2rem;box-shadow:0 20px 40px #0000004d}.overlay-glass-card h3{color:#f8fafc;text-shadow:0 2px 10px #00000080;margin-top:0;margin-bottom:.6rem;font-size:1.8rem;font-weight:800}.overlay-glass-card p{color:#cbd5e1;margin-top:0;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.overlay-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.overlay-buttons .btn{padding:.7rem 1.1rem;font-size:.88rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:800px;margin-bottom:4rem;animation:1s fadeIn;display:grid}.stat-card{background:var(--glass-bg);border:1px solid var(--glass-border);text-align:center;-webkit-backdrop-filter:blur(12px);border-radius:18px;padding:1.8rem;transition:all .3s cubic-bezier(.25,1,.5,1)}.stat-card:hover{border-color:#8b5cf666;transform:translateY(-6px);box-shadow:0 15px 30px #8b5cf626}.stat-val{background:linear-gradient(135deg,#60a5fa,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.3rem;font-size:2.5rem;font-weight:800;display:block}.stat-lbl{color:#94a3b8;font-size:.95rem;font-weight:600}.powerhouse-section{width:100%;max-width:800px;margin-bottom:4rem;animation:1.2s fadeIn}.powerhouse-title{text-align:center;background:linear-gradient(90deg,#f8fafc,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:1.9rem;font-weight:800}.powerhouse-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.power-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:18px;padding:2rem;transition:all .3s cubic-bezier(.25,1,.5,1)}.power-card-clickable{cursor:pointer;text-align:left}.power-card-clickable:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px}.power-card:hover,.power-card-clickable:hover{border-color:#3b82f666;transform:translateY(-6px);box-shadow:0 15px 30px #3b82f626}.power-card-cta{color:#60a5fa;opacity:0;margin-top:1rem;font-size:.85rem;font-weight:600;transition:opacity .25s,transform .25s;display:inline-block;transform:translateY(4px)}.power-card-clickable:hover .power-card-cta,.power-card-clickable:focus-visible .power-card-cta{opacity:1;transform:translateY(0)}.power-icon{margin-bottom:1rem;font-size:2.4rem;display:block}.power-card h4{color:#f1f5f9;margin-bottom:.6rem;font-size:1.25rem;font-weight:700}.power-card p{color:#94a3b8;font-size:.95rem;line-height:1.6}.ecosystem-detail-card{max-width:720px;margin:0 auto}.eco-detail-hero{border-bottom:1px solid var(--glass-border);align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.eco-detail-icon{flex-shrink:0;font-size:3rem;line-height:1}.eco-detail-hero h3{color:#f1f5f9;margin-bottom:.35rem;font-size:1.6rem}.eco-detail-tagline{color:#94a3b8;font-size:1rem;line-height:1.5}.eco-detail-overview{color:#cbd5e1;margin-bottom:2rem;font-size:1.02rem;line-height:1.75}.eco-detail-block{margin-bottom:1.75rem}.eco-detail-block h4{color:#818cf8;margin-bottom:.85rem;font-size:1.1rem;font-weight:700}.eco-detail-list{margin:0;padding:0;list-style:none}.eco-detail-list li{color:#e2e8f0;margin-bottom:.65rem;padding-left:1.35rem;font-size:.98rem;line-height:1.55;position:relative}.eco-detail-list li:before{content:"▸";color:var(--accent-color);font-weight:700;position:absolute;left:0}.eco-tech-tags{flex-wrap:wrap;gap:.5rem;display:flex}.eco-tech-tag{color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f640;border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:600}.eco-detail-ideal{background:#10b98114;border:1px solid #10b98133;border-radius:12px;margin-bottom:2rem;padding:1.25rem 1.5rem}.eco-detail-ideal .label{text-transform:uppercase;letter-spacing:.06em;color:#10b981;margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:block}.eco-detail-ideal p{color:#cbd5e1;margin:0;line-height:1.6}.eco-apply-btn{justify-content:center;width:100%}@media (width<=768px){.stats-grid,.powerhouse-grid{grid-template-columns:1fr;gap:1rem}.office-banner-container{height:auto;min-height:480px}.office-banner-overlay-content{gap:1.5rem;padding:1rem}.overlay-glass-card{padding:1.2rem}.overlay-glass-card h3{font-size:1.4rem}.overlay-glass-card p{margin-bottom:1rem;font-size:.85rem}.overlay-buttons{flex-direction:column;gap:.8rem;width:100%}.overlay-buttons .btn{width:100%}.companies-toolbar{grid-template-columns:1fr;padding:1.25rem}.companies-grid{grid-template-columns:1fr;max-height:none}}.home-layout-container{box-sizing:border-box;justify-content:center;align-items:flex-start;gap:2rem;width:100%;max-width:1320px;margin:0 auto;display:flex}.center-column{flex-direction:column;flex:1;align-items:center;max-width:800px;display:flex}.side-widget{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);box-sizing:border-box;border-radius:20px;width:250px;padding:1.6rem;animation:1s fadeIn;position:sticky;top:100px;box-shadow:0 20px 45px #0000004d}.side-widget h4{color:#f8fafc;border-bottom:1px solid #ffffff14;align-items:center;gap:.5rem;margin-top:0;margin-bottom:1.2rem;padding-bottom:.6rem;font-size:1.05rem;font-weight:700;display:flex}.side-list{flex-direction:column;gap:1.2rem;display:flex}.side-item{color:#cbd5e1;flex-direction:column;gap:.25rem;font-size:.85rem;line-height:1.4;display:flex}.side-item-header{color:#f8fafc;align-items:center;gap:.4rem;font-weight:600;display:flex}.pulse-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:1.8s infinite pulseGlow;display:inline-block;box-shadow:0 0 8px #10b981}.pulse-dot.orange{background:#f59e0b;box-shadow:0 0 8px #f59e0b}@keyframes pulseGlow{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}@media (width<=1280px){.side-widget{display:none}}.auth-guest-nav{align-items:center;gap:.5rem;display:flex}.btn-auth-signup{color:#93c5fd;background:0 0;border:1px solid #60a5fa99}.btn-auth-signup:hover{color:#bfdbfe;background:#3b82f626}.auth-navbar-section{align-items:center;gap:1rem;display:flex}.btn-auth{color:#f8fafc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-auth:hover{background:#ffffff26;border-color:#60a5fa;box-shadow:0 0 15px #60a5fa4d}.user-profile-menu{background:#ffffff08;border:1px solid #ffffff0f;border-radius:50px;align-items:center;gap:1rem;padding:.4rem .8rem .4rem 1.2rem;display:flex}.user-welcome{color:#cbd5e1;font-size:.9rem;font-weight:600}.logout-btn{color:#fca5a5;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:50px;padding:.4rem 1rem;font-size:.8rem;transition:all .25s}.logout-btn:hover{color:#fff;background:#ef44444d;border-color:#ef4444}.auth-container{flex-direction:column;gap:1.5rem;max-width:450px;margin:3rem auto;animation:.4s fadeIn;display:flex}.auth-toggle-buttons{background:#0000004d;border:1px solid #ffffff0d;border-radius:50px;grid-template-columns:1fr 1fr;padding:.3rem;display:grid}.auth-tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50px;padding:.7rem;font-size:.95rem;font-weight:600;transition:all .3s}.auth-tab-btn.active{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;box-shadow:0 4px 15px #3b82f64d}.auth-form{padding:2.5rem}.auth-form h3{color:#f1f5f9;margin-top:0;margin-bottom:.2rem;font-size:1.6rem}.auth-subtitle{color:#94a3b8;margin-top:0;margin-bottom:1.5rem;font-size:.9rem;line-height:1.4}.jobs-toolbar{grid-template-columns:2fr 1fr 1fr;gap:1.5rem;margin-bottom:2rem;padding:2rem;display:grid}.jobs-search-group{flex:1}.jobs-count{color:#94a3b8;margin-bottom:1rem;font-size:.95rem;font-weight:600}.jobs-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.jobs-empty{text-align:center;color:#94a3b8;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:18px;grid-column:1/-1;padding:4rem;font-size:1.1rem}.job-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:18px;flex-direction:column;justify-content:space-between;padding:2rem;transition:all .3s cubic-bezier(.25,1,.5,1);animation:.4s fadeIn;display:flex}.job-card:hover{border-color:#60a5fa66;transform:translateY(-5px);box-shadow:0 15px 30px #60a5fa26}.job-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;display:flex}.job-card-badge{color:#c084fc;text-transform:uppercase;letter-spacing:.05em;background:#8b5cf61f;border:1px solid #8b5cf640;border-radius:50px;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.job-card-badge.remote{color:#34d399;background:#10b9811f;border-color:#10b98140}.job-card-badge.hybrid{color:#fbbf24;background:#f59e0b1f;border-color:#f59e0b40}.job-card-badge.onsite{color:#60a5fa;background:#3b82f61f;border-color:#3b82f640}.job-experience-tag{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.job-title{color:#f1f5f9;margin-top:0;margin-bottom:.35rem;font-size:1.4rem;font-weight:800}.job-company{color:#818cf8;margin-bottom:1rem;font-size:1.05rem;font-weight:600}.job-description-snippet{color:#cbd5e1;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.92rem;line-height:1.55;display:-webkit-box;overflow:hidden}.job-meta-row{color:#94a3b8;border-bottom:1px solid #ffffff0d;flex-wrap:wrap;gap:1.2rem;margin-bottom:1.25rem;padding-bottom:1rem;font-size:.85rem;display:flex}.job-meta-row span{align-items:center;gap:.35rem;display:flex}.job-skills-row{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.job-skills-badge{color:#cbd5e1;background:#ffffff08;border:1px solid #ffffff0d;border-radius:6px;padding:.25rem .6rem;font-family:monospace;font-size:.78rem}.job-action-row{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.job-post-date{color:#64748b;font-size:.8rem}.job-apply-btn{border-radius:8px;padding:.6rem 1.2rem;font-size:.85rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.auth-prompt-card{text-align:center;align-items:center;gap:1.5rem;max-width:500px;margin:2rem auto;padding:4rem}.lock-icon{font-size:3.5rem;display:block}.auth-prompt-card h3{color:#f1f5f9;margin:0;font-size:1.6rem}.auth-prompt-card p{color:#94a3b8;margin:0;font-size:.98rem;line-height:1.6}@media (width<=768px){.jobs-toolbar,.jobs-grid,.form-grid{grid-template-columns:1fr}}.profile-summary-card{margin-bottom:2rem;padding:2rem}.profile-header-info{align-items:center;gap:1.5rem;display:flex}.profile-avatar{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:2.2rem;display:flex;box-shadow:0 4px 15px #3b82f64d}.profile-header-info h3{color:#f1f5f9;margin:0 0 .25rem;font-size:1.6rem}.profile-header-info p{color:#94a3b8;margin:0 0 .6rem;font-size:.95rem}.user-role-badge{color:#34d399;text-transform:uppercase;letter-spacing:.05em;background:#10b9811f;border:1px solid #10b98140;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.dashboard-content-panels{flex-direction:column;gap:2rem;margin-bottom:4rem;display:flex}.panel-title{color:#f1f5f9;margin-bottom:1rem;font-size:1.4rem;font-weight:800}.panel-card{padding:1.5rem}.table-container{width:100%;overflow-x:auto}.dashboard-table{border-collapse:collapse;text-align:left;width:100%}.dashboard-table th{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff14;padding:1rem 1.2rem;font-size:.9rem;font-weight:600}.dashboard-table td{color:#cbd5e1;border-bottom:1px solid #ffffff0a;padding:1.1rem 1.2rem;font-size:.95rem}.dashboard-table tr:last-child td{border-bottom:none}.dashboard-table tr:hover td{color:#fff;background:#ffffff05}.status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:50px;padding:.3rem .8rem;font-size:.8rem;font-weight:700;display:inline-block}.status-badge.status-applied{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f640}.status-badge.status-reviewing{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b40}.status-badge.status-interviewing{color:#c084fc;background:#8b5cf61f;border:1px solid #8b5cf640}.status-badge.status-shortlisted{color:#34d399;background:#10b9811f;border:1px solid #10b98140}.status-badge.status-declined{color:#fca5a5;background:#ef44441f;border:1px solid #ef444440}.employer-jobs-tracker{flex-direction:column;gap:1.5rem;display:flex}.employer-job-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:18px;padding:2rem}.employer-job-card-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.employer-job-card-header h4{color:#f1f5f9;margin:0;font-size:1.3rem;font-weight:700}.employer-job-applicants-count{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.no-applicants-msg{color:#94a3b8;margin:0;font-size:.95rem;font-style:italic}.status-select{color:#fff;cursor:pointer;background:#0000004d;border:1px solid #334155;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s}.status-select:focus{border-color:var(--primary-color);outline:none}.blog-articles-section{width:100%;max-width:1200px;margin:4rem auto 2rem;padding:0 1rem;animation:1.5s fadeIn}.blog-section-title{text-align:center;background:linear-gradient(90deg,#f8fafc,#93c5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2.5rem;font-size:2.2rem;font-weight:800}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem;display:grid}.blog-cover-img{object-fit:cover;background:#0f172a99;width:100%;height:100%;min-height:180px;display:block}.blog-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex;overflow:hidden}.blog-card:hover,.blog-card:focus-visible{border-color:#60a5fa80;outline:none;transform:translateY(-8px);box-shadow:0 20px 40px #3b82f626}.blog-img-wrapper{width:100%;height:180px;position:relative;overflow:hidden}.blog-placeholder-img{justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;transition:transform .5s;display:flex}.blog-card:hover .blog-placeholder-img,.blog-card:focus-visible .blog-placeholder-img{transform:scale(1.08)}.blog-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.blog-category{text-transform:uppercase;color:#60a5fa;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.blog-content h4{color:#f1f5f9;margin-bottom:.8rem;font-size:1.3rem;font-weight:700;line-height:1.4}.blog-content p{color:#94a3b8;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.blog-read-more{color:#3b82f6;align-self:flex-start;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.blog-read-more:hover{color:#93c5fd;text-decoration:underline}.article-page{max-width:820px;margin:0 auto 3rem;padding:2rem 2.25rem 2.5rem}.article-view-header{max-width:820px;margin:0 auto;padding:0 1rem}.article-hero{border-bottom:1px solid var(--glass-border);margin-bottom:2rem;padding-bottom:1.75rem}.article-hero-icon{border-radius:14px;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.25rem;font-size:2rem;display:flex}.article-category{text-transform:uppercase;letter-spacing:.06em;color:#93c5fd;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.article-page h1{color:#f8fafc;margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2rem);line-height:1.25}.article-meta{color:#94a3b8;flex-wrap:wrap;gap:.5rem 1.25rem;margin-bottom:1rem;font-size:.88rem;display:flex}.article-excerpt{color:#cbd5e1;font-size:1.05rem;line-height:1.7}.article-body{color:#e2e8f0;font-size:1rem;line-height:1.75}.article-body h2{color:#f1f5f9;margin:2rem 0 1rem;font-size:1.35rem}.article-body p{margin-bottom:1.1rem}.article-body ul,.article-body ol{margin:0 0 1.25rem 1.35rem}.article-body li{margin-bottom:.5rem}.article-tip{background:#3b82f61f;border:1px solid #3b82f659;border-radius:12px;margin:1.5rem 0;padding:1rem 1.25rem}.article-tip strong{color:#93c5fd;margin-bottom:.35rem;display:block}.article-skill{border:1px solid var(--glass-border);background:#ffffff0a;border-radius:12px;margin-bottom:1rem;padding:1.1rem 1.25rem}.article-skill-rank{color:#a78bfa;margin-bottom:.35rem;font-size:.75rem;font-weight:800;display:inline-block}.article-skill h3{color:#f8fafc;margin-bottom:.5rem;font-size:1.1rem}.article-skill p{color:#cbd5e1;margin:0}.article-footer-cta{border-top:1px solid var(--glass-border);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.75rem;display:flex}.article-not-found{text-align:center;color:#94a3b8;padding:3rem 1rem}.article-not-found a{color:#60a5fa}.article-loading{text-align:center;color:#94a3b8;padding:2rem}.article-cover{object-fit:cover;border:1px solid var(--glass-border);background:#0f172a99;border-radius:14px;width:100%;height:auto;min-height:160px;max-height:320px;margin-bottom:1.5rem;display:block}.article-figure img{background:#0f172a80;min-height:120px}.article-figure{margin:1.75rem 0}.article-figure img{border:1px solid var(--glass-border);border-radius:12px;width:100%}.article-figure figcaption{color:#94a3b8;margin-top:.65rem;font-size:.88rem;font-style:italic}.article-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin:1.5rem 0 2rem;display:grid}.article-stat{border:1px solid var(--glass-border);text-align:center;background:#ffffff0d;border-radius:12px;padding:1rem 1.1rem}.article-stat-value{color:#93c5fd;margin-bottom:.25rem;font-size:1.5rem;font-weight:800;display:block}.article-stat-label{color:#94a3b8;font-size:.8rem;line-height:1.35}.premium-view{max-width:1100px!important}.premium-intro{text-align:center;color:#94a3b8;max-width:640px;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.6}.premium-plans-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.premium-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.75rem;transition:transform .25s,border-color .25s;display:flex}.premium-card:hover{border-color:#fbbf2459;transform:translateY(-4px)}.premium-card-badge{font-size:2rem;line-height:1}.premium-card h3{color:#f8fafc;font-size:1.25rem;font-weight:800}.premium-card-tagline{color:#fbbf24;font-size:.9rem;font-weight:600}.premium-card-desc{color:#94a3b8;font-size:.92rem;line-height:1.55}.premium-online-only{color:#93c5fd;margin-top:.15rem;font-size:.85rem;font-weight:600}.premium-features{flex:1;margin:.5rem 0;padding:0;list-style:none}.premium-features li{color:#cbd5e1;margin-bottom:.45rem;padding-left:1.25rem;font-size:.88rem;line-height:1.45;position:relative}.premium-features li:before{content:"✓";color:var(--accent-color);font-weight:700;position:absolute;left:0}.cert-options{border:none;margin:.5rem 0 0;padding:0}.cert-options legend{color:#94a3b8;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.cert-option{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;padding:.55rem .65rem;transition:background .2s;display:flex}.cert-option:hover{background:#ffffff0a}.cert-option input{accent-color:var(--primary-color);margin-top:.2rem}.cert-option-body{flex-direction:column;gap:.15rem;display:flex}.cert-option-body strong{color:#e2e8f0;font-size:.88rem}.cert-option-body small{color:#64748b;font-size:.78rem}.premium-offer-badge{text-transform:uppercase;letter-spacing:.04em;color:#0b0f19;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:6px;align-self:flex-start;margin-top:.35rem;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.premium-price-row{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:.35rem;display:flex}.premium-price-original{color:#64748b;font-size:1.1rem;font-weight:600;-webkit-text-decoration:line-through #ef4444;text-decoration:line-through #ef4444}.premium-price{background:linear-gradient(90deg,#fbbf24,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.premium-price-note{color:#64748b;font-size:.8rem}.premium-pay-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;justify-content:center;width:100%;margin-top:.5rem;padding:.85rem 1rem;font-size:1rem}.premium-pay-btn.owned{color:#6ee7b7;cursor:default;box-shadow:none;background:#10b98133}.premium-pay-btn.owned:hover{transform:none}.premium-payment-status{text-align:center;border-radius:10px;margin-bottom:1.5rem;padding:.85rem 1.25rem;font-size:.95rem}.premium-payment-status.info{color:#93c5fd;background:#3b82f626;border:1px solid #3b82f659}.premium-payment-status.success{color:#6ee7b7;background:#10b98126;border:1px solid #10b98159}.premium-payment-status.error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444459}.premium-history-section h3{margin-bottom:1rem;font-size:1.1rem}.premium-history-item{border-bottom:1px solid var(--glass-border);flex-direction:column;gap:.2rem;padding:.75rem 0;display:flex}.premium-history-item:last-child{border-bottom:none}.premium-history-item span{color:#94a3b8;font-size:.88rem}.premium-history-item small{color:#64748b;font-size:.8rem}.premium-history-empty{color:#64748b;font-size:.9rem}.premium-disclaimer{text-align:center;color:#64748b;margin-top:2rem;font-size:.85rem}.premium-disclaimer a{color:#93c5fd}.premium-legal-notice{margin-top:2rem}.premium-legal-notice h3{margin-bottom:.75rem;font-size:1rem}.premium-legal-notice p{color:#94a3b8;margin-bottom:.65rem;font-size:.88rem;line-height:1.6}.premium-legal-notice a{color:#93c5fd}.side-widget-note{color:#64748b;margin:.25rem 0 .65rem;font-size:.72rem;line-height:1.4}.home-editorial{text-align:left;max-width:800px;margin:0 auto 2.5rem;padding:1.5rem 1.75rem}.home-editorial h3{color:#e2e8f0;margin-bottom:1rem;font-size:1.35rem}.home-editorial p{color:#94a3b8;margin-bottom:1rem;font-size:.98rem;line-height:1.75}.home-editorial a{color:#93c5fd}.blog-section-lead{text-align:center;color:#94a3b8;max-width:640px;margin:-1rem auto 1.5rem;line-height:1.6}.blog-section-lead a{color:#93c5fd}.blog-index-intro{text-align:left;margin-bottom:2rem}.blog-index-intro h3{margin-bottom:.75rem}.blog-index-intro p{color:#94a3b8;margin-bottom:.75rem;line-height:1.7}.blog-index-intro a{color:#93c5fd}.blog-grid-static{max-width:1100px;margin:0 auto}.blog-card-static h2{margin:.35rem 0;font-size:1.15rem}.blog-card-static h2 a{color:#f8fafc;text-decoration:none}.blog-card-static h2 a:hover{color:#93c5fd}.blog-meta-static{color:#64748b;margin:.35rem 0 .5rem;font-size:.8rem}.article-static-view{margin:0 auto;max-width:820px!important}.apply-job-context{color:#e2e8f0;background:#3b82f61f;border:1px solid #3b82f659;border-radius:10px;max-width:800px;margin:0 auto 1.25rem;padding:.85rem 1.1rem;font-size:.95rem;line-height:1.5}.apply-job-context-meta{color:#94a3b8;font-size:.88rem}.premium-offer-validity{text-align:center;color:#fbbf24;margin:-.5rem auto .75rem;font-size:.95rem}.premium-after-pay-note{text-align:center;color:#cbd5e1;background:#fbbf2414;border:1px solid #fbbf2440;border-radius:10px;max-width:720px;margin:0 auto 2rem;padding:.85rem 1rem;font-size:.92rem;line-height:1.6}.premium-plan-notice{border-top:1px solid var(--glass-border);color:#94a3b8;margin-top:.85rem;padding-top:.75rem;font-size:.78rem;line-height:1.5}.premium-plan-notice a{color:#93c5fd;word-break:break-all}.premium-plan-notice strong{color:#fbbf24;font-weight:600}.premium-followup-offer-expiry{color:#fbbf24;text-align:center;background:#fbbf241a;border-radius:8px;margin-bottom:1rem;padding:.5rem .65rem;font-size:.88rem}.premium-after-pay-note a{color:#fbbf24}.premium-modal{z-index:2000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.premium-modal.hidden{display:none}.premium-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#020617d9;position:absolute;inset:0}.premium-modal-panel{z-index:1;width:100%;max-width:520px;max-height:92vh;margin:auto;padding:1.75rem;position:relative;overflow-y:auto}.premium-modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.75rem;line-height:1;position:absolute;top:.75rem;right:.85rem}.premium-modal-close:hover{color:#fff}.premium-followup-intro{color:#94a3b8;margin-bottom:1.25rem;font-size:.9rem;line-height:1.55}.premium-followup-intro a{color:#93c5fd}.premium-followup-submit{justify-content:center;width:100%;margin-top:.5rem}.premium-followup-mail-hint{color:#64748b;text-align:center;margin-top:.75rem;font-size:.8rem}.premium-followup-mail-hint a{color:#93c5fd}.followup-done{color:#6ee7b7!important}.followup-pending{color:#fbbf24!important}#premium-followup-form textarea{border:1px solid var(--glass-border);color:#f8fafc;resize:vertical;background:#0f172a99;border-radius:8px;width:100%;padding:.65rem .85rem;font-size:.95rem}
