@font-face{font-family:"Clear Sans";src:url("../fonts/clear-sans.regular.ttf")}@font-face{font-family:"Droid Serif";src:url("../fonts/droid-serif.regular.ttf")}
:root{color-scheme:light;--bind:#89c606;--bind-dark:#138243;--ink:#0f172a;--muted:#64748b;--surface:#fff;--page:#f8fafc;--line:#e2e8f0}*{box-sizing:border-box}body{margin:0!important;background:var(--page)!important;color:var(--ink)!important}.nav-link{color:#475569;transition:.2s}.nav-link:hover{color:#89c606}.mobile-link{border-radius:.75rem;padding:.75rem;background:#f1f5f9}.bottom-link{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.4rem;color:#94a3b8;font-size:.68rem}.bottom-link:hover{color:#89c606}
body>header{background:rgba(255,255,255,.94)!important;border-color:#e2e8f0!important;color:var(--ink)!important}body>footer{background:#fff!important;border-color:#e2e8f0!important;color:var(--ink)!important}body>nav.fixed{background:rgba(255,255,255,.94)!important;border-color:#e2e8f0!important}.hero-grid{background-image:linear-gradient(#0f172a0a 1px,transparent 1px),linear-gradient(90deg,#0f172a0a 1px,transparent 1px);background-size:42px 42px}.field{width:100%;border:2px solid #e2e8f0;background:#f8fafc;border-radius:.8rem;padding:.8rem 1rem;color:#1e293b;outline:none}.field:focus{border-color:#89c606;background:#fff;box-shadow:0 0 0 3px #89c60620}.label{display:block;margin-bottom:.4rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;background:#89c606;padding:.8rem 1.35rem;font-weight:900;color:#0f172a;transition:.2s}.btn-primary:hover{background:#76ab05;transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid #cbd5e1;border-radius:999px;padding:.75rem 1.25rem;font-weight:800;color:#334155;background:#fff}.panel{border:1px solid #e2e8f0;background:#fff;border-radius:1.5rem;box-shadow:0 18px 60px #0f172a12}.card{border:1px solid #e2e8f0;background:#fff;border-radius:1.25rem}.skeleton{background:linear-gradient(90deg,#e2e8f0,#f8fafc,#e2e8f0);background-size:200% 100%;animation:shine 1.2s infinite}@keyframes shine{to{background-position:-200% 0}}[hidden]{display:none!important}
body [class*="text-white/"]{color:#64748b!important}body .text-white{color:#0f172a!important}body [class*="border-white/"]{border-color:#e2e8f0!important}body [class*="bg-zinc-9"],body [class*="bg-zinc-8"],body [class*="bg-black"]{background-color:#fff!important}

/* Ofertas laborales: experiencia tipo Tinder del proyecto original */
body[data-view="paraempleados"]>header,body[data-view="paraempleados"]>footer{display:none}.jobs-app{height:calc(100vh - 76px);min-height:620px;overflow:hidden;background:#f8fafc}.jobs-header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#fff;border-bottom:2px solid #e2e8f0;box-shadow:0 2px 10px #0f172a0d}.jobs-brand{font-size:23px;font-weight:900;color:#0f172a}.jobs-brand span{color:#89c606}.jobs-icon-btn{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#89c606;background:#f8fafc;border:1px solid #e2e8f0}.jobs-icon-btn:disabled{opacity:.3}.jobs-filters{position:absolute;inset:64px 0 auto;z-index:80;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 18px 40px #0f172a18}.jobs-filters-inner{max-width:1050px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr) auto;gap:12px;align-items:end;padding:18px}.swipe-stage{position:relative;display:grid;height:calc(100% - 64px);place-items:center;padding:18px 16px 100px}.jobs-deck{position:relative;width:min(92vw,410px);height:min(67vh,650px)}.job-skeleton{position:absolute;inset:0;border-radius:30px}.job-card{position:absolute;inset:0;overflow:hidden;border:2px solid #e2e8f0;border-radius:30px;background:#fff;box-shadow:0 16px 45px #0f172a1a;touch-action:none;user-select:none;transform-origin:center bottom;transition:transform .28s ease,opacity .28s ease}.job-card:nth-last-child(2){transform:scale(.96) translateY(13px);opacity:.86}.job-card:nth-last-child(3){transform:scale(.92) translateY(25px);opacity:.65}.job-card.is-top{cursor:grab}.job-card.is-top:active{cursor:grabbing}.job-photo{position:relative;height:48%;overflow:hidden;background:linear-gradient(135deg,#e8f5d2,#f8fafc)}.job-photo img{width:100%;height:100%;object-fit:cover;pointer-events:none}.job-photo-fallback{display:grid;width:100%;height:100%;place-items:center;color:#89c606;font-size:72px}.job-photo::after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,#0007)}.job-company-overlay{position:absolute;left:20px;right:20px;bottom:16px;z-index:2;color:#fff}.job-company-overlay strong{display:block;font-size:22px}.job-company-overlay span{font-size:12px;opacity:.9}.swipe-stamp{position:absolute;top:24px;z-index:5;padding:7px 14px;border:4px solid;border-radius:10px;font-size:24px;font-weight:900;letter-spacing:.08em;opacity:0;transform:rotate(-12deg)}.swipe-stamp.like{left:20px;color:#89c606}.swipe-stamp.nope{right:20px;color:#f43f5e;transform:rotate(12deg)}.job-content{height:52%;display:flex;flex-direction:column;padding:20px;color:#0f172a}.job-content h2{margin:0;font-size:25px;font-weight:900;line-height:1.05}.job-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.job-chip{border-radius:7px;background:#f1f5f9;padding:4px 8px;color:#475569;font-size:10px;font-weight:700}.job-description{margin-top:14px;overflow-y:auto;color:#475569;font-size:14px;line-height:1.55}.swipe-actions{position:absolute;bottom:23px;z-index:30;display:flex;gap:22px;align-items:center}.swipe-action{display:grid;width:60px;height:60px;place-items:center;border:3px solid;border-radius:50%;background:#fff;font-size:23px;box-shadow:0 6px 18px #0f172a16;transition:.18s}.swipe-action:hover{transform:scale(1.08)}.swipe-action.dislike{color:#f43f5e;border-color:#fecdd3}.swipe-action.like{color:#89c606;border-color:#89c606}.swipe-action.info{width:48px;height:48px;color:#64748b;border-color:#cbd5e1;font-size:17px}.jobs-empty{max-width:430px;padding:35px;text-align:center;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 15px 40px #0f172a10}.jobs-empty-icon{display:grid;width:66px;height:66px;margin:auto;place-items:center;border-radius:50%;background:#89c6061f;color:#89c606;font-size:27px}.jobs-empty h2{margin:18px 0 6px;font-size:22px}.jobs-empty p{margin:0 0 22px;color:#64748b}
@media(max-width:767px){.jobs-app{height:calc(100vh - 82px);min-height:560px}.jobs-header{height:58px}.jobs-filters{inset:58px 0 auto}.jobs-filters-inner{grid-template-columns:1fr 1fr;max-height:70vh;overflow:auto}.jobs-filters-inner .btn-primary{grid-column:1/-1}.swipe-stage{height:calc(100% - 58px);padding:10px 10px 88px}.jobs-deck{width:min(94vw,400px);height:min(69vh,610px)}.job-content{padding:17px}.job-content h2{font-size:22px}.swipe-actions{bottom:14px}.swipe-action{width:56px;height:56px}}
[data-auth-nav].hidden,[data-guest-nav].hidden,[data-role-nav].hidden{display:none!important}

/* Perfil y onboarding */
.profile-page{padding:48px 20px 70px;background:#f8fafc}.profile-shell{max-width:1120px;margin:auto;overflow:hidden;border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 22px 60px #0f172a12}.profile-cover{height:180px;position:relative;background:linear-gradient(135deg,#eff9df,#f8fafc);background-image:linear-gradient(#89c6060c 1px,transparent 1px),linear-gradient(90deg,#89c6060c 1px,transparent 1px);background-size:42px 42px}.profile-progress-wrap{position:absolute;right:26px;top:24px;width:210px;padding:14px;border:1px solid #dcebc4;border-radius:14px;background:#fffffff0;font-size:11px;color:#64748b}.profile-progress-wrap strong{float:right;color:#138243}.profile-progress{height:7px;margin-top:8px;overflow:hidden;border-radius:10px;background:#e2e8f0}.profile-progress i{display:block;width:0;height:100%;border-radius:inherit;background:#89c606;transition:width .4s}.profile-main{padding:0 36px 36px}.profile-identity{display:flex;align-items:flex-end;gap:22px;margin-top:-58px}.profile-avatar{position:relative;width:132px;height:132px;flex:0 0 132px;border:5px solid #fff;border-radius:50%;background:#f1f5f9;box-shadow:0 0 0 2px #89c606;overflow:visible}.profile-avatar>span{display:grid;width:100%;height:100%;place-items:center;overflow:hidden;border-radius:50%;color:#89c606;font-size:46px}.profile-avatar img,.profile-photo-preview img{width:100%;height:100%;object-fit:cover}.profile-avatar small{position:absolute;right:2px;bottom:6px;display:grid;width:34px;height:34px;place-items:center;border:3px solid #fff;border-radius:50%;background:#89c606;color:#fff}.profile-heading{min-width:0;flex:1;padding-bottom:8px}.profile-heading h1{font-size:30px;font-weight:900;line-height:1.1}.profile-role{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#89c606}.profile-heading>p:last-child{margin-top:5px;color:#64748b}.profile-reminder{display:flex;align-items:center;gap:14px;margin-top:28px;padding:16px 18px;border:1px solid #dcebc4;border-left:5px solid #89c606;border-radius:14px;background:#f6fce9;color:#334155}.profile-reminder>i{font-size:22px;color:#89c606}.profile-reminder div{flex:1}.profile-reminder p{font-size:13px;color:#64748b}.profile-reminder button,.profile-section-title button{font-size:12px;font-weight:900;color:#138243}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;margin-top:26px}.profile-section{padding:24px;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.profile-section h2{font-size:17px;font-weight:900}.profile-section-title{display:flex;align-items:center;justify-content:space-between}.profile-copy{margin-top:12px;white-space:pre-line;line-height:1.65;color:#64748b}.profile-contact{display:grid;gap:11px;margin-top:15px}.profile-contact p{display:flex;gap:10px;align-items:center;font-size:13px;color:#64748b}.profile-contact i{width:20px;color:#89c606}.profile-files{margin-top:14px}.profile-file{display:flex;gap:12px;align-items:center;padding:12px;border-radius:12px;background:#f8fafc;color:#475569}.profile-file i{font-size:22px;color:#138243}.profile-file a{margin-left:auto;font-size:12px;font-weight:800;color:#138243}.profile-upload{display:flex;width:100%;gap:12px;align-items:center;margin-top:12px;padding:14px;border:2px dashed #cbd5e1;border-radius:14px;text-align:left;color:#64748b}.profile-upload>i{font-size:24px;color:#89c606}.profile-upload span{display:grid}.profile-upload small{font-size:11px}.profile-timeline{display:grid;gap:12px;margin-top:16px}.profile-experience{position:relative;padding:0 0 16px 22px;border-left:2px solid #dcebc4}.profile-experience::before{content:"";position:absolute;left:-6px;top:2px;width:10px;height:10px;border-radius:50%;background:#89c606}.profile-experience strong{display:block}.profile-experience p{font-size:13px;color:#64748b}.profile-empty{font-size:13px;color:#94a3b8}.profile-dialog{width:min(720px,calc(100% - 24px));padding:0;border:0;border-radius:24px;background:#fff;color:#0f172a;box-shadow:0 30px 100px #0f172a40}.profile-dialog::backdrop{background:#0f172a99;backdrop-filter:blur(4px)}.profile-dialog-form{display:grid;gap:20px;max-height:90vh;overflow-y:auto;padding:28px}.profile-dialog-head{display:flex;align-items:center;justify-content:space-between}.profile-dialog-head p{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#89c606}.profile-dialog-head h2{font-size:25px;font-weight:900}.profile-dialog-head button{font-size:28px;color:#94a3b8}.profile-onboarding-steps{display:flex;align-items:center;justify-content:center}.profile-onboarding-steps span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#e2e8f0;font-size:12px;font-weight:900;color:#64748b}.profile-onboarding-steps span.active{background:#89c606;color:#fff}.profile-onboarding-steps small{position:absolute;margin-top:54px;white-space:nowrap;color:#64748b;font-size:9px}.profile-onboarding-steps i{width:70px;height:2px;background:#e2e8f0}.profile-photo-callout{display:flex;gap:18px;align-items:center;margin-top:12px;padding:18px;border-radius:18px;background:#f6fce9}.profile-photo-preview{display:grid;width:94px;height:94px;flex:0 0 94px;place-items:center;overflow:hidden;border:3px solid #fff;border-radius:50%;background:#89c606;color:#fff;font-size:28px;box-shadow:0 0 0 2px #89c606}.profile-photo-callout strong{display:block}.profile-photo-callout p{margin:4px 0 8px;font-size:12px;line-height:1.45;color:#64748b}.profile-photo-callout div>button{font-size:12px;font-weight:900;color:#138243}.profile-dialog-upload-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-dialog-upload-row button{display:flex;align-items:center;gap:12px;padding:15px;border:2px dashed #cbd5e1;border-radius:14px;text-align:left}.profile-dialog-upload-row i{font-size:22px;color:#89c606}.profile-dialog-upload-row span{display:grid}.profile-dialog-upload-row small{font-size:10px;color:#64748b}
@media(max-width:767px){.profile-page{padding:22px 12px 100px}.profile-cover{height:125px}.profile-progress-wrap{right:14px;top:14px}.profile-main{padding:0 18px 24px}.profile-identity{align-items:center;flex-wrap:wrap;margin-top:-43px}.profile-avatar{width:100px;height:100px;flex-basis:100px}.profile-heading{padding-top:48px}.profile-heading h1{font-size:24px}.profile-identity>.btn-primary{width:100%}.profile-grid{grid-template-columns:1fr}.profile-reminder{align-items:flex-start}.profile-reminder button{display:none}.profile-dialog-form{padding:20px}.profile-photo-callout{align-items:flex-start}.profile-photo-preview{width:76px;height:76px;flex-basis:76px}.profile-dialog-upload-row{grid-template-columns:1fr}}

/* Inicio del postulante */
.employee-home{max-width:1120px;margin:auto;padding:48px 20px 80px}.employee-welcome{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px;border:1px solid #dcebc4;border-radius:26px;background:linear-gradient(135deg,#f4fbe9,#fff);box-shadow:0 18px 50px #0f172a0b}.employee-kicker{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:#89c606}.employee-welcome h1{margin-top:5px;font-size:38px;font-weight:900;letter-spacing:-.04em}.employee-welcome h1 span{color:#138243}.employee-welcome div>p:last-child{margin-top:7px;color:#64748b}.employee-home-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:20px;margin-top:22px}.employee-main-card{display:flex;min-height:245px;align-items:flex-end;justify-content:space-between;padding:30px;border-radius:24px;background:linear-gradient(135deg,#138243,#89c606);color:#fff;box-shadow:0 18px 42px #13824330}.employee-main-card>.fa-arrow-right{font-size:28px}.employee-card-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:16px;background:#ffffff25;font-size:22px}.employee-main-card p{margin-top:28px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;opacity:.8}.employee-main-card h2{font-size:30px;font-weight:900}.employee-main-card small{opacity:.8}.employee-profile-card{padding:26px;border:1px solid #e2e8f0;border-radius:24px;background:#fff}.employee-profile-card h2{font-size:20px;font-weight:900}.employee-profile-card strong{color:#138243}.employee-profile-card>p{margin-top:24px;color:#64748b;font-size:14px;line-height:1.5}.employee-profile-card>a{display:inline-block;margin-top:28px;font-size:13px;font-weight:900;color:#138243}.employee-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.employee-shortcuts>a{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;transition:.2s}.employee-shortcuts>a:hover{border-color:#89c606;transform:translateY(-2px);box-shadow:0 12px 30px #0f172a0c}.employee-shortcuts>a>span{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#f3fae8;color:#89c606;font-size:19px}.employee-shortcuts>a>div{display:grid;flex:1}.employee-shortcuts strong{font-size:15px}.employee-shortcuts small{margin-top:2px;color:#64748b}.employee-shortcuts>a>.fa-chevron-right{color:#cbd5e1}.employee-tip{display:flex;align-items:center;gap:16px;margin-top:22px;padding:19px 22px;border-left:5px solid #89c606;border-radius:14px;background:#eef6e3}.employee-tip>i{font-size:24px;color:#89c606}.employee-tip div{flex:1}.employee-tip p{font-size:13px;color:#64748b}.employee-tip a{font-size:12px;font-weight:900;color:#138243}
@media(max-width:767px){.employee-home{padding:22px 12px 100px}.employee-welcome{align-items:flex-start;flex-direction:column;padding:24px}.employee-welcome h1{font-size:30px}.employee-home-grid,.employee-shortcuts{grid-template-columns:1fr}.employee-main-card{min-height:210px}.employee-tip{align-items:flex-start}.employee-tip a{display:none}}
@media(max-width:767px){body{padding-bottom:5.5rem}}

/* Aspirantes: tarjetas deslizables para empresas */
.applicants-app{height:calc(100vh - 76px);min-height:650px;overflow:hidden;background:#f8fafc}.applicants-header{height:76px;display:flex;align-items:center;gap:16px;max-width:1000px;margin:auto;padding:0 22px}.applicants-header>div{flex:1}.applicants-header p{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em;color:#89c606}.applicants-header h1{font-size:25px;font-weight:900;line-height:1}.applicants-counter{display:grid;min-width:38px;height:38px;padding:0 10px;place-items:center;border-radius:50%;background:#eef8dd;color:#138243;font-weight:900}.applicant-stage{position:relative;display:grid;height:calc(100% - 76px);place-items:center;padding:8px 16px 98px}.applicant-deck{position:relative;width:min(92vw,430px);height:min(68vh,650px)}.applicant-card{position:absolute;inset:0;overflow:hidden;border:2px solid #e2e8f0;border-radius:30px;background:#fff;box-shadow:0 18px 48px #0f172a1c;touch-action:none;user-select:none;transform-origin:center bottom;transition:transform .28s ease,opacity .28s ease}.applicant-card:nth-last-child(2){transform:scale(.96) translateY(13px);opacity:.84}.applicant-card:nth-last-child(3){transform:scale(.92) translateY(25px);opacity:.62}.applicant-card.is-top{cursor:grab}.applicant-card.swipe-right{transform:translateX(130%) rotate(18deg)!important;opacity:0}.applicant-card.swipe-left{transform:translateX(-130%) rotate(-18deg)!important;opacity:0}.applicant-photo{position:relative;height:55%;overflow:hidden;background:linear-gradient(135deg,#e8f5d2,#f8fafc)}.applicant-photo>img{width:100%;height:100%;object-fit:cover;pointer-events:none}.applicant-photo::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#0f172ad9)}.applicant-name{position:absolute;z-index:2;left:22px;right:22px;bottom:18px;color:#fff}.applicant-name h2{font-size:28px;font-weight:900;line-height:1.05}.applicant-name p{margin-top:6px;font-size:12px}.applicant-content{display:flex;height:45%;flex-direction:column;padding:19px 22px 20px}.applicant-label{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#89c606}.applicant-bio{display:-webkit-box;overflow:hidden;margin-top:7px;color:#475569;font-size:14px;line-height:1.5;-webkit-line-clamp:4;-webkit-box-orient:vertical}.applicant-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.applicant-links a{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:8px;background:#f1f5f9;color:#138243;font-size:10px;font-weight:900}.applicant-profile-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:11px;border-top:1px solid #e2e8f0;color:#138243;font-size:12px;font-weight:900}.applicant-actions{position:absolute;bottom:22px;z-index:30;display:flex;align-items:center;gap:22px}
@media(max-width:767px){.applicants-app{height:calc(100vh - 82px);min-height:570px}.applicants-header{height:58px;padding:0 13px}.applicants-header h1{font-size:21px}.applicant-stage{height:calc(100% - 58px);padding:4px 9px 88px}.applicant-deck{width:min(94vw,410px);height:min(70vh,610px)}.applicant-name h2{font-size:25px}.applicant-content{padding:16px 18px}.applicant-actions{bottom:13px}}

/* Conversación */
.chat-row{display:flex;margin-bottom:10px}.chat-row.mine{justify-content:flex-end}.chat-row.theirs{justify-content:flex-start}.chat-bubble{max-width:min(78%,560px);padding:11px 14px;border:1px solid #e2e8f0;border-radius:17px 17px 17px 5px;background:#fff;color:#334155;box-shadow:0 3px 10px #0f172a08}.chat-row.mine .chat-bubble{border-color:#d8ecb7;border-radius:17px 17px 5px 17px;background:#eef8dd;color:#17320d}.chat-bubble p{white-space:pre-wrap;overflow-wrap:anywhere}.chat-bubble time{display:block;margin-top:4px;text-align:right;color:#94a3b8;font-size:9px}.chat-start{display:grid;height:100%;place-content:center;justify-items:center;gap:12px;text-align:center;color:#64748b}.chat-start i{font-size:42px;color:#89c606}.chat-start p{max-width:280px}
.message-contact{display:flex;align-items:center;gap:16px;padding:16px;transition:.2s}.message-contact:hover{background:#f8fafc}.message-avatar,.chat-avatar{display:grid;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:50%;background:#eef8dd;color:#138243}.message-avatar{width:52px;height:52px;font-size:19px}.chat-avatar{width:44px;height:44px;font-size:17px}.message-avatar img,.chat-avatar img{width:100%;height:100%;object-fit:cover}

/* Fotos de empresas */
.company-card{overflow:hidden}.company-card-photo{display:grid;height:190px;place-items:center;overflow:hidden;background:linear-gradient(135deg,#eef8dd,#f8fafc);color:#89c606;font-size:52px}.company-card-photo img{width:100%;height:100%;object-fit:cover}.company-profile-avatar{display:grid;width:112px;height:112px;flex:0 0 112px;place-items:center;overflow:hidden;border:3px solid #fff;border-radius:24px;background:#eef8dd;color:#138243;font-size:34px;box-shadow:0 0 0 2px #89c606}.company-profile-avatar img{width:100%;height:100%;object-fit:cover}
.bind-card-photo{display:grid;height:180px;place-items:center;overflow:hidden;background:linear-gradient(135deg,#eef8dd,#f8fafc);color:#89c606;font-size:48px}.bind-card-photo img{width:100%;height:100%;object-fit:cover}
.bind-remove{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:1px solid #fecdd3;border-radius:999px;background:#fff;color:#e11d48;font-size:12px;font-weight:900;transition:.2s}.bind-remove:hover{background:#fff1f2}.bind-remove:disabled{cursor:wait;opacity:.45}
.subscriptions-page{max-width:1180px;margin:auto;padding:56px 20px 90px}.subscriptions-heading{text-align:center}.subscriptions-heading>p{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.13em;color:#138243}.subscriptions-heading h1{max-width:720px;margin:7px auto;font-size:40px;font-weight:900;letter-spacing:-.035em}.subscriptions-heading>span{color:#64748b}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:22px;margin-top:38px}.plan-card-web{position:relative;display:flex;min-height:440px;flex-direction:column;padding:28px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 15px 45px #0f172a0c}.plan-card-web.active{border:2px solid #89c606;box-shadow:0 18px 50px #89c6061c}.plan-status{align-self:flex-start;padding:5px 9px;border-radius:99px;background:#eef8dd;color:#138243;font-size:10px;font-weight:900;text-transform:uppercase}.plan-card-web h2{margin-top:18px;font-size:26px;font-weight:900}.plan-price{margin-top:5px;color:#64748b}.plan-price strong{font-size:34px;color:#0f172a}.plan-description{margin-top:14px;color:#64748b;font-size:13px;line-height:1.5}.plan-card-web ul{display:grid;gap:10px;margin:20px 0 26px}.plan-card-web li{display:flex;align-items:center;gap:8px;color:#475569;font-size:12px}.plan-card-web li i{color:#89c606}.plan-card-web li span{flex:1;text-transform:capitalize}.plan-card-web>button{margin-top:auto}@media(max-width:767px){.subscriptions-page{padding:30px 12px 100px}.subscriptions-heading h1{font-size:31px}}
.notification-center{position:relative;flex:0 0 auto}.notification-button{position:relative;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;background:transparent;color:#475569;font-size:18px;transition:background .2s,color .2s,transform .2s}.notification-button:hover,.notification-button[aria-expanded="true"]{background:#eff8df;color:#5f9300;transform:translateY(-1px)}.notification-button span{position:absolute;right:-1px;top:-2px;display:grid;min-width:18px;height:18px;padding:0 4px;place-items:center;border:2px solid #fff;border-radius:20px;background:#89c606;color:#172000;font-size:9px;font-weight:900;box-shadow:0 2px 8px #5f930040}.notification-panel{position:absolute;right:-8px;top:49px;width:min(380px,calc(100vw - 24px));overflow:hidden;border:1px solid #dfe8d2;border-radius:22px;background:#fff;box-shadow:0 24px 70px #1f2d1326;color:#172033;transform-origin:top right}.notification-panel::before{content:"";position:absolute;right:20px;top:0;width:74px;height:4px;border-radius:0 0 5px 5px;background:#89c606}.notification-panel>header{display:flex;align-items:center;justify-content:space-between;padding:23px 20px 17px;border-bottom:1px solid #edf1e8;background:linear-gradient(135deg,#fbfef7,#f4fae9)}.notification-panel>header small{color:#689d06;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.16em}.notification-panel>header h2{margin-top:2px;color:#172033;font-size:19px;font-weight:900;letter-spacing:-.02em}.notification-panel>header button{padding:6px 9px;border-radius:999px;color:#5f9300;font-size:10px;font-weight:900;transition:.2s}.notification-panel>header button:hover{background:#e8f4d3}.notification-list{max-height:370px;overflow-y:auto;padding:8px}.notification-list::-webkit-scrollbar{width:5px}.notification-list::-webkit-scrollbar-thumb{border-radius:8px;background:#d9e8c1}.notification-item{position:relative;display:flex;width:100%;gap:12px;padding:12px;border:0;border-radius:15px;text-align:left;transition:background .2s,transform .2s}.notification-item+.notification-item{margin-top:3px}.notification-item:hover{background:#f5f8f1;transform:translateX(2px)}.notification-item.unread{background:#f3f9e8}.notification-item.unread::after{content:"";position:absolute;right:11px;top:13px;width:7px;height:7px;border-radius:50%;background:#89c606;box-shadow:0 0 0 3px #e5f2cc}.notification-item-icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:13px;background:#dff0c0;color:#5f9300;font-size:14px}.notification-item.message .notification-item-icon{background:#ebf3da;color:#689d06}.notification-item div{min-width:0;flex:1;padding-right:11px}.notification-item strong{display:block;color:#253047;font-size:12px;font-weight:900}.notification-item p{margin-top:3px;overflow:hidden;color:#657086;font-size:11px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.notification-item time{display:block;margin-top:5px;color:#98a285;font-size:9px;font-weight:700;text-transform:capitalize}.notification-empty{padding:42px 20px;text-align:center;color:#8b9680;font-size:12px;line-height:1.8}.notification-empty i{color:#a7c86b;font-size:24px}.notification-footer{display:block;margin:0 8px 8px;padding:12px;border-radius:14px;background:#eff8df;text-align:center;color:#5f9300;font-size:11px;font-weight:900;transition:.2s}.notification-footer:hover{background:#89c606;color:#172000}@media(max-width:767px){.notification-center{margin-left:auto}.notification-panel{position:fixed;left:10px;right:10px;top:70px;width:auto;max-height:calc(100vh - 86px);border-radius:20px}.notification-panel::before{right:47px}.notification-list{max-height:calc(100vh - 230px)}.notification-button{width:38px;height:38px}}
.proposal-web-card{display:flex;min-height:210px;overflow:hidden}.proposal-company-photo{display:grid;width:150px;flex:0 0 150px;place-items:center;overflow:hidden;background:linear-gradient(145deg,#eff8df,#f8fafc);color:#89c606;font-size:42px}.proposal-company-photo img{width:100%;height:100%;object-fit:cover}.proposal-web-body{display:flex;min-width:0;flex:1;flex-direction:column;padding:24px}.proposal-company-name{color:#138243;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.proposal-web-body h2{margin-top:5px;color:#172033;font-size:21px;font-weight:900}.proposal-web-body>p{display:-webkit-box;margin-top:10px;overflow:hidden;color:#64748b;font-size:13px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.proposal-web-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:18px}@media(max-width:600px){.proposal-web-card{display:block}.proposal-company-photo{width:100%;height:155px}.proposal-web-body{padding:20px}}
@media(max-width:767px){body>header>nav>[data-auth-nav],body>header>nav>[data-guest-nav],body>header>nav>[data-notifications]{display:none!important}body>header>nav>[data-menu-toggle]{margin-left:auto}}
.profile-experience{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.profile-experience>div{min-width:0;flex:1}.experience-delete{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:1px solid #fecdd3;border-radius:10px;background:#fff;color:#e11d48;font-size:12px;opacity:.72;transition:.2s}.experience-delete:hover{border-color:#e11d48;background:#fff1f2;opacity:1;transform:translateY(-1px)}.experience-delete:disabled{cursor:wait;opacity:.35}
.swipe-action.report{border-color:#fed7aa;background:#fff7ed;color:#ea580c}.swipe-action.report:hover{border-color:#fb923c;background:#ffedd5}.chat-report{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #fecdd3;border-radius:999px;background:#fff;color:#e11d48;font-size:11px;font-weight:900;transition:.2s}.chat-report:hover{border-color:#e11d48;background:#fff1f2}@media(max-width:480px){.chat-report span{display:none}.chat-report{width:36px;height:36px;justify-content:center;padding:0}.swipe-actions,.applicant-actions{gap:10px}.swipe-action{width:52px;height:52px}}
.subscription-required{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:13px;padding:16px;border:1px solid #dcebc4;border-radius:16px;background:#f4fbe9;color:#334155}.subscription-required>i{font-size:21px;color:#89c606}.subscription-required p{font-size:12px;color:#64748b}
.current-benefits{margin-top:34px;padding:24px;border:1px solid #dcebc4;border-radius:22px;background:#f8fdf1}.current-benefits-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.current-benefits-head p{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#138243}.current-benefits-head h2{font-size:22px;font-weight:900}.current-benefits-head a{font-size:12px;font-weight:900;color:#138243}.benefit-permissions{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;margin-top:18px}.benefit-permission{display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;background:#fff}.benefit-permission>i{color:#89c606}.benefit-permission.disabled{opacity:.65}.benefit-permission.disabled>i{color:#e11d48}.benefit-permission div{display:grid}.benefit-permission strong{font-size:12px}.benefit-permission span{font-size:10px;color:#64748b}
