@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Manrope:wght@400;500;600;700&display=swap");.worker-portal{--ink:#1b2b2f;--muted:#6b7b82;--brand:#7fc27e;--brand-dark:#2d6f43;--surface:#f5f8f3;--card:#ffffff;--border:rgba(27,43,47,0.12);--shadow:0 24px 50px rgba(18,32,43,0.12);min-height:100vh;background:radial-gradient(circle at top left,#eef6e8 0,#f7f9fb 40%,#f1f5f1 100%);color:var(--ink);font-family:Manrope,Segoe UI,sans-serif}.worker-portal *{box-sizing:border-box}.worker-portal a{color:inherit;text-decoration:none}.portal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 6vw 1rem}.portal-header-actions{display:inline-flex;align-items:center;gap:.75rem}.portal-menu{display:none;position:relative}.portal-menu summary{list-style:none;width:42px;height:42px;border-radius:12px;border:1px solid var(--border);background:#ffffff;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:.3rem;cursor:pointer}.portal-menu summary::-webkit-details-marker{display:none}.portal-menu summary span{width:18px;height:2px;background:var(--ink);border-radius:999px}.portal-menu-panel{position:absolute;right:0;top:calc(100% + .6rem);background:#ffffff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:.5rem;min-width:180px;display:grid;gap:.25rem;z-index:10}.portal-menu-link{padding:.55rem .75rem;border-radius:10px;font-weight:600}.portal-menu-link:hover{background:rgba(127,194,126,.16)}.portal-logo{width:180px;height:auto}.portal-profile-menu{position:relative}.portal-profile-menu .profile-trigger{display:inline-flex;align-items:center;gap:.6rem;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.75);box-shadow:0 10px 24px rgba(27,43,47,.1);font-weight:600;color:var(--ink);cursor:pointer}.portal-profile-menu .profile-avatar{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#e7f0e1;color:var(--brand-dark)}.portal-profile-menu .profile-avatar svg{width:20px;height:20px}.portal-profile-menu .profile-name{font-size:.95rem;white-space:nowrap}.portal-profile-menu .profile-caret{font-size:.8rem;opacity:.6}.portal-profile-menu .profile-dropdown{position:absolute;right:0;top:calc(100% + .6rem);min-width:180px;background:#ffffff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:.35rem;display:grid;gap:.15rem;z-index:10}.portal-profile-menu .profile-item{display:inline-flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border-radius:10px;background:transparent;border:none;color:var(--ink);font-weight:600;text-decoration:none;cursor:pointer}.portal-profile-menu .profile-item:hover{background:rgba(127,194,126,.14)}.portal-profile-menu .signout.profile-item{margin:0;background:transparent}.portal-code{margin:.75rem 0 0;padding:.75rem;background:#f2f5f0;border:1px solid var(--border);border-radius:12px;font-size:.85rem;color:var(--ink);white-space:pre-wrap;word-break:break-word}.portal-main{padding:0 6vw 4rem}.portal-hero{display:grid;gap:.6rem;margin:1rem 0 2.5rem}.portal-hero h1{margin:0;font-family:Fraunces,serif;font-size:clamp(2rem,4vw,2.8rem)}.portal-hero p{margin:0;color:var(--muted);max-width:640px}.portal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.portal-card{background:var(--card);border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow);padding:1.6rem;display:grid;gap:1rem}.portal-card h2{margin:0;font-size:1.2rem}.portal-subtitle{font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;color:rgba(27,43,47,.45)}.portal-form-grid,.portal-section{display:grid;gap:1rem}.portal-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-field-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:rgba(27,43,47,.5);display:block;margin-bottom:.4rem}.portal-field{width:100%;border:1px solid var(--border);border-radius:14px;padding:.65rem .8rem;font-size:.95rem;background:#ffffff;color:var(--ink);font-family:inherit}.portal-field:disabled{background:#eef2ed;color:rgba(27,43,47,.5)}.portal-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.portal-adjust{margin-top:.75rem;display:grid;gap:.6rem}.portal-adjust label{display:grid;gap:.35rem;font-weight:600;color:var(--muted)}.portal-adjust input{padding:.55rem .75rem;border-radius:10px;border:1px solid var(--border);font:inherit}.portal-tabs{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.portal-tab{padding:.45rem 1.2rem;border-radius:999px;background:rgba(27,43,47,.08);border:1px solid rgba(27,43,47,.12);font-weight:600}.portal-button{border:none;background:var(--brand);color:var(--brand-dark);font-weight:600;border-radius:999px;padding:.7rem 1.4rem;cursor:pointer}.portal-button.secondary{background:#ffffff;border:1px solid var(--border);color:var(--muted)}.portal-button.ghost{background:rgba(27,43,47,.06);color:var(--ink)}.portal-note{font-size:.9rem;color:var(--muted)}.portal-alert{border-radius:18px;padding:1rem 1.2rem;background:rgba(127,194,126,.18);color:var(--brand-dark);font-weight:600}.portal-list{display:grid;gap:.8rem}.slot-picker{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.slot-pill{display:grid;gap:.35rem;align-items:start;text-align:left;border-radius:18px;border:1px solid rgba(27,43,47,.12);padding:.75rem 1rem;background:#ffffff;cursor:pointer;font-family:inherit}.slot-pill small{color:var(--muted);font-size:.8rem}.slot-pill.active{border-color:rgba(45,111,67,.35);background:rgba(127,194,126,.18)}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;margin-top:1rem}.calendar-grid.disabled{opacity:.6}.calendar-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:rgba(27,43,47,.5);text-align:center}.calendar-cell{border-radius:14px;border:1px solid rgba(27,43,47,.1);background:#ffffff;padding:.6rem .3rem;text-align:center;font-weight:600;display:grid;gap:.2rem;font-family:inherit;cursor:pointer}.calendar-cell em{font-size:.65rem;font-style:normal;color:var(--muted)}.calendar-cell.selected{background:rgba(127,194,126,.2);border-color:rgba(45,111,67,.35);color:var(--brand-dark)}.calendar-cell.other{border-style:dashed}.calendar-cell.locked{background:#eef2ed;cursor:not-allowed;color:rgba(27,43,47,.5)}.calendar-cell.empty{background:transparent;border:none;cursor:default}.portal-item{border-radius:18px;padding:1rem 1.1rem;background:#f6f8f4;border:1px solid rgba(27,43,47,.08);display:grid;gap:.5rem}.portal-item strong{font-weight:600}.portal-tag{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(27,43,47,.5)}.portal-footer{margin-top:2rem;color:var(--muted);font-size:.85rem}@media (max-width:800px){.portal-form-grid.two{grid-template-columns:1fr}.portal-header{padding:1.2rem 5vw .6rem}.portal-logo{width:150px}.portal-tabs{display:none}.portal-menu{display:block}.portal-main{padding:0 5vw 3rem}.portal-card,.portal-item{padding:1.2rem}.calendar-grid{gap:.35rem}.calendar-cell{min-height:34px;font-size:.8rem}}