/* ===== NxtShyft shared CSS ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy-900:#0F1923;--navy-800:#1C2B3A;--navy-700:#2A3F54;
  --teal-500:#4AABEB;--teal-400:#6FC1F5;--teal-600:#3A95D4;
  --coral-500:#4AABEB;--coral-400:#6FC1F5;
  --gray-50:#F7F9FC;--gray-100:#EEF2F7;--gray-200:#DFE6EE;--gray-300:#C4D0DC;--gray-500:#6B7C8F;--gray-700:#3D4F63;
  --white:#FFFFFF;
  --font-head:'Plus Jakarta Sans',sans-serif;
  --font-body:'Inter',sans-serif;
  --radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;
  --shadow-sm:0 1px 3px rgba(15,25,35,.06);
  --shadow-md:0 4px 12px rgba(15,25,35,.08);
  --shadow-lg:0 12px 32px rgba(15,25,35,.12);
}
html{scroll-behavior:auto;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overflow-x:hidden}
html.smooth-scroll{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--navy-900);background:var(--white);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
button{font-family:var(--font-body);cursor:pointer;border:none;background:none}
img{max-width:100%;display:block}
ul{list-style:none}
input,textarea{font-family:inherit}
h1,h2,h3,h4,h5{font-family:var(--font-head);line-height:1.2}

.container{max-width:1280px;margin:0 auto;padding:0 clamp(20px,4vw,64px)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ===== NAVBAR ===== */
.navbar{position:sticky;top:0;left:0;right:0;background:var(--navy-900);z-index:100;padding:14px 0}
.navbar .container{display:flex;align-items:center;justify-content:space-between;gap:32px}
.nav-logo img{height:36px;width:auto;display:block}
.nav-links{display:flex;align-items:center;gap:36px;flex:1;justify-content:center}
.nav-links a{color:var(--gray-200);font-size:.92rem;font-weight:500;transition:color .2s}
.nav-links a:hover{color:var(--white)}
.nav-right{display:flex;align-items:center;gap:18px}
.nav-login{color:var(--gray-200);font-size:.9rem;font-weight:500}
.nav-login:hover{color:var(--white)}
.btn-coral{display:inline-flex;align-items:center;gap:8px;background:var(--coral-500);color:var(--white);padding:10px 24px;border-radius:50px;font-weight:600;font-size:.9rem;transition:all .2s}
.btn-coral:hover{background:var(--coral-400);transform:translateY(-2px);box-shadow:0 8px 25px rgba(74,171,235,.35)}
.hamburger{display:none;flex-direction:column;gap:4px;padding:6px;background:transparent;border:none;cursor:pointer}
.hamburger span{display:block;width:24px;height:2px;background:var(--white);transition:.3s}
.hamburger.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

.mobile-menu{position:fixed;top:64px;left:0;right:0;background:var(--navy-900);padding:24px;display:flex;flex-direction:column;gap:18px;transform:translateY(-110%);transition:transform .35s cubic-bezier(.22,1,.36,1);z-index:99;border-top:1px solid var(--navy-700)}
.mobile-menu.open{transform:translateY(0)}
.mobile-link{color:var(--white);font-size:1.05rem;font-weight:500;padding:8px 0}

@media (max-width:880px){
  .nav-links,.nav-right .nav-login,.nav-right .btn-coral{display:none}
  .hamburger{display:flex}
}

/* ===== FOOTER ===== */
.site-footer{background:var(--navy-900);color:var(--gray-200);padding:64px 0 24px}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.6fr;gap:48px;margin-bottom:40px}
.footer-brand img{height:32px;margin-bottom:16px}
.footer-brand p{color:var(--gray-300);font-size:.9rem;line-height:1.6;max-width:320px}
.footer-col h5,.footer-newsletter h5{color:var(--white);font-family:var(--font-head);font-weight:700;font-size:1rem;margin-bottom:18px}
.footer-col a{display:block;color:var(--gray-300);font-size:.88rem;padding:6px 0;transition:color .2s}
.footer-col a:hover{color:var(--white)}
.footer-newsletter p{color:var(--gray-300);font-size:.88rem;margin-bottom:14px}
.nl-form{display:flex;gap:8px}
.nl-form input{flex:1;background:rgba(255,255,255,.06);border:1px solid var(--navy-700);color:var(--white);padding:10px 14px;border-radius:8px;outline:none;font-size:.88rem}
.nl-form input:focus{border-color:var(--teal-500)}
.nl-form button{background:var(--teal-500);color:var(--white);padding:10px 18px;border-radius:8px;font-weight:600;font-size:.88rem;transition:all .2s}
.nl-form button:hover{background:var(--teal-400)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--navy-700);font-size:.85rem;color:var(--gray-300)}
.footer-socials{display:flex;gap:14px}
.footer-socials a{width:36px;height:36px;border-radius:50%;background:var(--navy-800);display:inline-flex;align-items:center;justify-content:center;transition:all .2s}
.footer-socials a:hover{background:var(--teal-500)}
.footer-socials svg{width:16px;height:16px;color:var(--white)}

@media (max-width:880px){
  .footer-top{grid-template-columns:1fr 1fr;gap:32px}
}
@media (max-width:600px){
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:16px;text-align:center}
}

/* ===== TOAST ===== */
.toast{position:fixed;bottom:32px;left:50%;transform:translateX(-50%) translateY(80px);background:var(--navy-900);color:var(--white);padding:14px 24px;border-radius:10px;font-size:.9rem;font-weight:500;box-shadow:0 12px 32px rgba(0,0,0,.2);z-index:9999;opacity:0;transition:all .3s cubic-bezier(.22,1,.36,1);pointer-events:none}
.toast.show{transform:translateX(-50%) translateY(0);opacity:1}
/* Notifications */
.notif-bell{position:relative;background:transparent;border:1px solid var(--gray-200);color:var(--gray-700);width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}
.notif-bell:hover{border-color:var(--teal-500);color:var(--teal-500)}
.notif-bell svg{width:18px;height:18px}
.notif-dot{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;padding:1px 5px;border-radius:50px;min-width:18px;text-align:center;border:2px solid var(--white)}
.notif-panel{display:none;position:absolute;right:24px;top:62px;width:min(380px,calc(100vw - 32px));max-height:480px;background:var(--white);border:1px solid var(--gray-200);border-radius:14px;box-shadow:var(--shadow-lg);z-index:200;overflow:hidden;flex-direction:column}
.notif-panel.open{display:flex}
.notif-head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--gray-100);font-size:.95rem}
.notif-list{overflow-y:auto;flex:1}
.notif-item{display:block;padding:12px 18px;border-bottom:1px solid var(--gray-100);text-decoration:none;color:inherit;transition:background .15s}
.notif-item:hover{background:var(--gray-50)}
.notif-item.unread{background:rgba(74,171,235,.04);border-left:3px solid var(--teal-500)}
.notif-item.unread .notif-title{font-weight:700}
.notif-title{font-size:.92rem;color:var(--navy-900);margin-bottom:4px}
.notif-body{font-size:.82rem;color:var(--gray-500);line-height:1.4;margin-bottom:6px}
.notif-time{font-size:.72rem;color:var(--gray-500)}
.notif-empty{padding:48px 24px;text-align:center;color:var(--gray-500);font-size:.92rem}
.link-btn{background:transparent;border:none;color:var(--teal-500);font-weight:500;font-size:.82rem;cursor:pointer}

/* Inside dark dashboard */
.emp-shell .notif-bell, .adm-shell .notif-bell, .amb-shell .notif-bell{background:transparent;border-color:var(--border);color:var(--text-secondary)}
.emp-shell .notif-bell:hover, .adm-shell .notif-bell:hover, .amb-shell .notif-bell:hover{border-color:var(--teal-500);color:var(--teal-400)}
.emp-shell .notif-panel, .adm-shell .notif-panel, .amb-shell .notif-panel{background:var(--bg-card);border-color:var(--border);color:var(--text-primary)}
.emp-shell .notif-head, .adm-shell .notif-head, .amb-shell .notif-head{border-bottom-color:var(--border)}
.emp-shell .notif-item, .adm-shell .notif-item, .amb-shell .notif-item{border-bottom-color:var(--border);color:var(--text-primary)}
.emp-shell .notif-item:hover, .adm-shell .notif-item:hover, .amb-shell .notif-item:hover{background:var(--bg-card-hover)}
.emp-shell .notif-title, .adm-shell .notif-title, .amb-shell .notif-title{color:var(--text-primary)}
.emp-shell .notif-body, .adm-shell .notif-body, .amb-shell .notif-body{color:var(--text-muted)}
.emp-shell .notif-item.unread, .adm-shell .notif-item.unread, .amb-shell .notif-item.unread{background:rgba(74,171,235,.08)}

.toast.success{background:#10B981;color:var(--white)}
.toast.error{background:#ef4444;color:var(--white)}

/* ===== UTILITY BUTTONS ===== */
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--teal-500);color:var(--white);padding:12px 28px;border-radius:50px;font-weight:600;font-size:.95rem;transition:all .2s;font-family:var(--font-body)}
.btn-primary:hover{background:var(--teal-400);transform:translateY(-2px);box-shadow:0 8px 25px rgba(74,171,235,.35)}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--navy-900);padding:12px 28px;border-radius:50px;border:2px solid var(--navy-900);font-weight:600;font-size:.95rem;transition:all .2s}
.btn-outline:hover{background:var(--navy-900);color:var(--white)}
/* Default light-theme styling for a small inline action button (Save,
   Remove, +Add, etc.) -- used by the notification preferences widget below,
   which is shared across every portal. The dark dashboards (employer/admin/
   ambassador) each define their own dark .btn-mini that loads after this
   and wins; this is the one light-themed portal (seeker) had no definition
   at all until now, rendering as an unstyled default browser button. */
.btn-mini{display:inline-flex;align-items:center;justify-content:center;background:var(--white);border:1px solid var(--gray-200);color:var(--gray-700);padding:8px 16px;border-radius:8px;font-weight:600;font-size:.82rem;cursor:pointer;transition:all .15s;white-space:nowrap}
.btn-mini:hover{border-color:var(--teal-500);color:var(--teal-500)}

/* ===== NOTIFICATION PREFERENCES WIDGET ===== */
.notif-contact-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}
.notif-contact-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px;border:1px solid var(--gray-200);border-radius:8px;font-size:.9rem}
.notif-default-tag{font-size:.72rem;color:var(--gray-500);font-weight:500}
.notif-contact-add{display:flex;gap:8px}
.notif-contact-add input{flex:1;padding:10px 14px;border:1px solid var(--gray-200);border-radius:8px;font-size:.9rem;outline:none;background:var(--white)}
.notif-matrix-wrap{overflow-x:auto}
.notif-matrix{width:100%;border-collapse:collapse}
.notif-matrix th{text-align:left;padding:10px 14px;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);border-bottom:1px solid var(--gray-200)}
.notif-matrix td{padding:12px 14px;border-bottom:1px solid var(--gray-200);font-size:.9rem;vertical-align:top}
.notif-matrix td:not(:first-child){text-align:center;width:70px}
.notif-matrix input[type=checkbox]{width:18px;height:18px;cursor:pointer}

/* ===== FEEDBACK WIDGET ===== */
.fb-widget-btn{position:fixed;right:24px;bottom:24px;height:52px;padding:0 20px;border-radius:50px;background:var(--teal-500);color:var(--white);font-size:.92rem;font-weight:700;line-height:1;white-space:nowrap;display:flex;align-items:center;gap:8px;box-shadow:0 8px 24px rgba(15,25,35,.25);z-index:500;transition:all .2s}
.fb-widget-btn:hover{background:var(--teal-400);transform:translateY(-2px)}
.fb-widget-panel{position:fixed;right:24px;bottom:88px;width:min(340px,calc(100vw - 32px));max-height:min(480px,calc(100vh - 140px));background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-lg);z-index:500;display:flex;flex-direction:column;overflow:hidden}
.fb-widget-panel[hidden]{display:none}
.fb-widget-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--gray-100);background:var(--navy-900);color:var(--white);flex-shrink:0}
.fb-widget-head strong{font-size:.92rem}
.fb-widget-close{color:var(--gray-300);font-size:1.3rem;line-height:1;padding:2px 4px}
.fb-widget-close:hover{color:var(--white)}
.fb-widget-body{padding:16px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}
.fb-bubble{max-width:88%;padding:9px 13px;border-radius:14px;font-size:.88rem;line-height:1.45}
.fb-bubble-bot{align-self:flex-start;background:var(--gray-100);color:var(--navy-900);border-bottom-left-radius:4px}
.fb-bubble-user{align-self:flex-end;background:var(--teal-500);color:var(--white);border-bottom-right-radius:4px}
.fb-choices{display:flex;flex-direction:column;gap:8px}
.fb-choice{text-align:left;padding:10px 13px;border:1px solid var(--gray-200);border-radius:10px;font-size:.88rem;color:var(--navy-900);transition:all .15s}
.fb-choice:hover{border-color:var(--teal-500);background:var(--gray-50)}
.fb-compose{display:flex;flex-direction:column;gap:8px}
.fb-textarea{width:100%;padding:10px 12px;border:1px solid var(--gray-200);border-radius:10px;font-size:.88rem;font-family:inherit;resize:vertical;outline:none}
.fb-textarea:focus{border-color:var(--teal-500)}
.fb-send{align-self:flex-end;background:var(--teal-500);color:var(--white);padding:8px 18px;border-radius:50px;font-weight:600;font-size:.85rem}
.fb-send:hover{background:var(--teal-400)}
.fb-send:disabled{opacity:.6;cursor:default}
.fb-again{align-self:flex-start;color:var(--teal-600);font-size:.85rem;font-weight:600;padding:2px 0}
.fb-again:hover{text-decoration:underline}
/* Dark-dashboard variant (employer) — --bg-card/--border/etc are defined in employer.css's :root */
.fb-widget-panel.fb-dark{background:var(--bg-card);border-color:var(--border)}
.fb-widget-panel.fb-dark .fb-widget-body{color:var(--text-primary)}
.fb-widget-panel.fb-dark .fb-bubble-bot{background:var(--bg-secondary);color:var(--text-primary)}
.fb-widget-panel.fb-dark .fb-choice{border-color:var(--border);color:var(--text-primary)}
.fb-widget-panel.fb-dark .fb-choice:hover{background:var(--bg-card-hover);border-color:var(--teal-500)}
.fb-widget-panel.fb-dark .fb-textarea{background:var(--bg-secondary);border-color:var(--border);color:var(--text-primary)}

/* ===== FORMS ===== */
.form-field{margin-bottom:18px}
.form-field label{display:block;font-size:.85rem;font-weight:600;color:var(--gray-700);margin-bottom:6px}
.form-field input,.form-field textarea,.form-field select{width:100%;padding:12px 14px;border:1px solid var(--gray-200);border-radius:10px;font-size:.95rem;outline:none;transition:border-color .2s;background:var(--white)}
.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--teal-500)}
.password-field{position:relative}
.password-field input{padding-right:44px !important}
.password-toggle{position:absolute;top:0;right:0;bottom:0;width:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--gray-500);padding:0}
.password-toggle:hover{color:var(--gray-700)}
.password-toggle svg{width:20px;height:20px}
.form-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#dc2626;padding:10px 14px;border-radius:8px;font-size:.85rem;margin-bottom:16px}
.form-success{background:rgba(74,171,235,.1);border:1px solid rgba(74,171,235,.3);color:var(--teal-600);padding:10px 14px;border-radius:8px;font-size:.85rem;margin-bottom:16px}

/* ===== AVAILABILITY BUILDER (structure only -- colors set per page) ===== */
.avail-anytime{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;margin-bottom:12px;cursor:pointer}
.avail-days{display:flex;flex-direction:column;gap:2px}
.avail-day{padding:10px 0;border-bottom:1px solid var(--gray-100)}
.avail-day:last-child{border-bottom:none}
.avail-day-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.avail-day-head span{font-weight:600;font-size:.88rem;width:44px}
.avail-add-shift{background:none;border:none;cursor:pointer;font-size:.82rem;font-weight:600;color:var(--teal-500);padding:2px 0}
.avail-shifts{display:flex;flex-direction:column;gap:6px;margin-top:8px}
.avail-shift-row{display:flex;align-items:center;gap:8px}
.avail-shift-row input[type=time]{padding:7px 8px;border:1px solid var(--gray-200);border-radius:8px;font-size:.85rem;background:var(--white);color:inherit}
.avail-shift-sep{font-size:.78rem;color:var(--gray-500)}
.avail-remove-shift{background:none;border:none;color:var(--gray-400,#9CA9B7);cursor:pointer;font-size:1.1rem;line-height:1;padding:2px 6px;border-radius:6px}
.avail-remove-shift:hover{color:#dc2626;background:rgba(220,38,38,.08)}
