:root{--navy:#0b1e4d;--blue:#1656f5;--blue-light:#4c7dff;--orange:#f5821f;--bg:#f7f9fc;--surface:#fff;--surface-2:#eef2f9;--text:#101828;--muted:#64748b;--accent:var(--blue);--accent-2:var(--blue-light);--border:#e4e9f2;--danger:#dc2626;--success:#16a34a;--shadow:0 12px 30px #0b1e4d14}*{box-sizing:border-box}html,body,#app{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1120px,100% - 2rem);margin:0 auto}.app-header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#ffffffeb;position:sticky;top:0}.app-nav{justify-content:space-between;align-items:center;padding:.7rem 0;display:flex}.brand{align-items:center;display:flex}.brand img{height:44px;display:block}.nav-links{color:var(--muted);align-items:center;gap:1.4rem;font-size:.95rem;display:flex}.nav-links a:hover{color:var(--navy)}.nav-toggle{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;display:none}.nav-toggle span{background:var(--navy);width:18px;height:2px;margin:0 auto;transition:transform .2s,opacity .2s;display:block}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.3rem;font-size:.95rem;font-weight:600;transition:transform .15s,opacity .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, var(--blue), var(--navy));color:#fff;box-shadow:0 8px 20px #1656f540}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--navy)}.btn-danger{border-color:var(--danger);color:var(--danger);background:0 0}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.page{min-height:calc(100vh - 68px);padding:2.5rem 0 4rem}.page-heading{margin-bottom:2rem}.page-heading .eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.page-heading h1{color:var(--navy);margin:.4rem 0;font-size:1.9rem}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:1.5rem}.form-grid{gap:1rem;display:grid}.form-field label{color:var(--muted);margin-bottom:.35rem;font-size:.9rem;display:block}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:10px;padding:.7rem .9rem;font-family:inherit;font-size:.95rem}.form-field textarea{resize:vertical;min-height:100px}.country-select{position:relative}.country-select-trigger{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:.6rem;padding:.7rem .9rem;font-family:inherit;font-size:.95rem;display:flex}.country-select.open .country-select-trigger{outline:2px solid var(--blue)}.country-select-trigger .muted{color:var(--muted)}.country-select-trigger .chevron{color:var(--muted);flex-shrink:0;margin-left:auto}.country-flag{border-radius:3px;flex-shrink:0;width:20px;height:14px;display:inline-flex;overflow:hidden;box-shadow:0 0 0 1px #00000014}.country-flag svg{width:100%;height:100%;display:block}.country-select-list{z-index:20;background:var(--surface);border:1px solid var(--border);max-height:260px;box-shadow:var(--shadow);border-radius:12px;margin:0;padding:.4rem;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.country-select-list li{cursor:pointer;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .6rem;font-size:.92rem;display:flex}.country-select-list li:hover,.country-select-list li:focus{background:var(--surface-2);outline:none}.country-select-list li:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.country-select-validator{opacity:0;pointer-events:none;border:0;width:1px;height:1px;padding:0;position:absolute}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid var(--blue)}.document-row{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.9rem 0;display:flex}.document-row:last-child{border-bottom:none;padding-bottom:0}.document-photo{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:64px;height:64px}.document-photo-placeholder{background:var(--surface-2);color:var(--muted);justify-content:center;align-items:center;font-size:.8rem;display:flex}.document-icon{background:var(--surface-2);width:64px;height:64px;color:var(--blue);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.error-text{color:var(--danger);margin-top:.6rem;font-size:.85rem}.success-text{color:var(--success);margin-top:.6rem;font-size:.85rem}.job-list{gap:1rem;display:grid}.job-card{flex-direction:column;gap:.5rem;display:flex}.job-card h3{color:var(--navy);margin:0;font-size:1.15rem}.job-card .company-name{color:var(--blue);font-size:.9rem;font-weight:600}.tag-row{flex-wrap:wrap;gap:.5rem;margin-top:.3rem;display:flex}.tag{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:.25rem .75rem;font-size:.78rem}.tag-accent{color:var(--orange);background:#f5821f1a;border-color:#f5821f59}.filters-bar{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem;margin-bottom:1.5rem;display:grid}.status-badge{background:var(--surface-2);color:var(--muted);border-radius:999px;padding:.2rem .7rem;font-size:.75rem;font-weight:600;display:inline-block}.status-shortlisted,.status-hired{color:var(--success)}.status-rejected{color:var(--danger)}.empty-state{text-align:center;color:var(--muted);padding:3rem 1rem}.stack{flex-direction:column;gap:1rem;display:flex}.row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.muted{color:var(--muted)}.verification-banner{color:var(--navy);background:#f5821f1f;border-bottom:1px solid #f5821f59;padding:.6rem 0;font-size:.85rem}.verification-banner .row-between{gap:.75rem}.status-banner{text-align:center;padding:.6rem 1rem;font-size:.85rem}.status-banner-warn{color:var(--navy);background:#dc26261a;border-bottom:1px solid #dc26264d}.status-banner-info{color:var(--navy);background:#1656f51a;border-bottom:1px solid #1656f54d}.notification-bell{cursor:pointer;color:var(--navy);background:0 0;border:none;align-items:center;padding:.3rem;font-size:1.2rem;display:inline-flex;position:relative}.notification-badge{background:var(--danger);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.notification-dropdown{background:var(--surface);border:1px solid var(--border);width:320px;max-height:400px;box-shadow:var(--shadow);z-index:30;border-radius:14px;position:absolute;top:calc(100% + 10px);right:0;overflow-y:auto}.notification-item{border:none;border-bottom:1px solid var(--border);width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;padding:.8rem 1rem;font-size:.85rem;display:block}.notification-item:last-child{border-bottom:none}.notification-item.unread{background:#1656f50d}.message-bubble{white-space:pre-line;border-radius:14px;max-width:75%;padding:.6rem .9rem;font-size:.9rem}.message-bubble.mine{background:linear-gradient(135deg, var(--blue), var(--navy));color:#fff;align-self:flex-end}.message-bubble.theirs{background:var(--surface-2);color:var(--text);align-self:flex-start}.message-thread{flex-direction:column;gap:.6rem;max-height:480px;padding:.5rem;display:flex;overflow-y:auto}.star-rating{color:var(--orange);gap:.2rem;display:inline-flex}.app-footer{border-top:1px solid var(--border);color:var(--muted);padding:2rem 0;font-size:.85rem}@media (width<=768px){.app-nav{flex-wrap:wrap;row-gap:.7rem}.nav-toggle{display:flex}.nav-links{flex-direction:column;align-items:stretch;gap:.9rem;width:100%;padding-bottom:.8rem;display:none}.nav-links.open{display:flex}.nav-links .btn{width:100%}.page{padding:1.75rem 0 3rem}.page-heading h1{font-size:1.5rem}.row-between{align-items:stretch}.row-between>.btn,.row-between>.tag-row{width:100%}.row-between .tag-row{justify-content:flex-start}}@media (width<=480px){.brand img{height:36px}.card{padding:1.1rem}.btn{padding:.6rem 1.1rem;font-size:.9rem}}
