: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;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}.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-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}.emails-container{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem;max-height:60vh;padding-right:.8rem;display:grid;overflow-y:auto}.emails-container::-webkit-scrollbar{width:6px}.emails-container::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.emails-container::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.email-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;align-items:center;gap:.75rem;padding:1.2rem;transition:all .25s;display:flex}.email-card:hover{background:#ffffff14;border-color:#3b82f64d;transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.email-card span{word-break:break-all;font-family:monospace;font-size:.95rem}.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{justify-content:center;gap:1rem;display:flex}.overlay-buttons .btn{padding:.75rem 1.4rem;font-size:.95rem}.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:hover{border-color:#3b82f666;transform:translateY(-6px);box-shadow:0 15px 30px #3b82f626}.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}@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%}}.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}}
