:root{--sjs-red:#e51e10;--sjs-black:#000;--sjs-yellow:#e4fe5a;--sjs-white:#fff;--sjs-blue-tint:#e3edf2;--sjs-blue:#b7d4e0;--sjs-orange-tint:#ffe3e0;--sjs-orange:#fd7462;--sjs-pink-tint:#faedf5;--sjs-pink:#e3aaca;--sjs-green-tint:#e8f2e8;--sjs-green:#c7ddc8;--sjs-muted:#5c5c5c;--radius-button:4px;--radius-control:12px;--radius-card:16px;--radius-dialog:20px;--radius-hero:20px;--radius-pill:999px;--radius:var(--radius-control);--radius-lg:var(--radius-dialog);--shadow-soft:0 20px 60px #0000001a;--ease:.18s ease}*{box-sizing:border-box}html,body{min-height:100%}html{scroll-behavior:smooth}body{color:var(--sjs-black);background:var(--sjs-white);-webkit-font-smoothing:antialiased;margin:0;font-family:Figtree,Arial,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled,[aria-disabled=true]{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:focus-visible{outline:3px solid var(--sjs-red);outline-offset:3px;box-shadow:0 0 0 6px var(--sjs-black)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only:focus{z-index:1000;clip:auto;width:auto;height:auto;color:var(--sjs-white);background:var(--sjs-black);white-space:normal;border-radius:8px;margin:0;padding:10px 14px;position:fixed;top:12px;left:12px;overflow:visible}@keyframes student-spin{to{transform:rotate(360deg)}}@keyframes student-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.student-spinner{animation:.8s linear infinite student-spin}.student-shell{--background:var(--sjs-white);--surface:var(--sjs-white);--surface-raised:#f2f2f2;--text:var(--sjs-black);--muted:var(--sjs-muted);--border:color-mix(in srgb, var(--sjs-black) 14%, var(--sjs-white));--strong-border:var(--sjs-black);--shadow:var(--shadow-soft);min-height:100dvh;color:var(--text);background:var(--background);transition:color var(--ease), background var(--ease);flex-direction:column;display:flex}.student-shell.theme-green{--background:var(--sjs-green);--surface-raised:var(--sjs-green-tint);--border:color-mix(in srgb, var(--sjs-black) 14%, var(--sjs-green-tint))}.student-shell.theme-pink{--background:var(--sjs-pink);--surface-raised:var(--sjs-pink-tint);--border:color-mix(in srgb, var(--sjs-black) 14%, var(--sjs-pink-tint))}.student-topbar{z-index:40;background:var(--background);height:84px;box-shadow:0 24px 0 var(--background);pointer-events:none;justify-content:space-between;align-items:flex-start;padding:20px clamp(18px,4vw,48px) 18px;display:flex;position:fixed;inset:0 0 auto}.student-brand-button,.student-topbar-actions{pointer-events:auto}.student-brand-button{background:0 0;border:0;place-items:center;width:50px;height:auto;padding:0;display:grid}.student-topbar-actions{align-items:center;gap:10px;display:flex}.student-public-login{min-height:44px;padding-inline:18px}.student-icon-button{border:1px solid var(--border);width:44px;height:44px;color:var(--text);background:var(--surface);transition:transform var(--ease), border-color var(--ease);border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative;box-shadow:0 8px 24px #00000014}.student-icon-button:hover{border-color:var(--strong-border);transform:translateY(-2px)}.student-icon-button svg{width:20px;height:20px}.student-menu-button{color:var(--sjs-white);border-color:var(--sjs-red);background:var(--sjs-red)}.student-notification-button>span{border:2px solid var(--background);min-width:20px;height:20px;color:var(--sjs-white);background:var(--sjs-red);border-radius:999px;place-items:center;padding:0 5px;font-size:10px;font-weight:800;display:grid;position:absolute;top:-4px;right:-3px}.student-notification-button:disabled{color:var(--muted);background:var(--surface-raised);box-shadow:none}.student-notification-button:disabled:hover{border-color:var(--border);transform:none}.student-notification-button:disabled>span{background:var(--muted)}.student-drawer{z-index:60;border:1px solid var(--border);border-radius:var(--radius-lg);width:min(352px,100vw - 36px);height:calc(100dvh - 36px);color:var(--text);background:var(--surface);box-shadow:var(--shadow);flex-direction:column;padding:18px 14px 14px;transition:transform .22s;display:flex;position:fixed;top:18px;left:18px;overflow:hidden;transform:translate(calc(-100% - 34px))}.menu-is-open .student-drawer{transform:translate(0)}.student-drawer-header{justify-content:space-between;align-items:flex-start;padding:0 4px 8px 12px;display:flex}.student-drawer-brand{width:68px}.student-drawer-profile{border-radius:var(--radius);background:var(--surface-raised);align-items:center;gap:12px;margin:4px 6px 14px;padding:12px;display:flex}.student-account-marker{background:var(--sjs-red);border-radius:999px;flex:0 0 42px;width:42px;height:42px;display:block}.student-drawer-profile div{min-width:0}.student-drawer-profile div>strong,.student-drawer-profile div>span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.student-drawer-profile strong{font-size:14px}.student-drawer-profile div>span{color:var(--muted);margin-top:2px;font-size:12px}.student-drawer-nav{gap:4px;min-height:0;padding:2px 4px;display:grid;overflow-y:auto}.student-drawer-item{border-radius:var(--radius);min-height:46px;transition:transform var(--ease), border-color var(--ease), background var(--ease);border:1px solid #0000;align-items:center;gap:12px;padding:0 12px;font-size:14px;font-weight:750;display:flex}.student-drawer-item:hover{border-color:var(--border);background:var(--surface-raised);transform:translate(2px)}.student-drawer-item.is-disabled{opacity:.45;cursor:not-allowed}.student-drawer-item.is-disabled:hover{background:0 0;border-color:#0000;transform:none}.student-shell .student-cv-builder-disabled:disabled,.student-shell .student-cv-builder-disabled:disabled:hover{color:#888;border-color:var(--border);opacity:.65;cursor:not-allowed;background:0 0;transform:none}.student-drawer-item.is-active{border-color:var(--sjs-red);background:color-mix(in srgb, var(--sjs-red) 9%, var(--surface))}.student-drawer-item svg{width:18px;height:18px}.student-drawer-chevron{opacity:.45;margin-left:auto}.student-drawer-footer{gap:8px;margin-top:auto;padding:12px 4px 0;display:grid}.student-theme-toggle,.student-drawer-signout{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:48px;color:var(--text);background:var(--surface-raised);align-items:center;gap:12px;padding:0 12px;font-size:14px;font-weight:800;display:flex}.student-theme-toggle{text-align:left}.student-theme-toggle:hover{border-color:var(--strong-border)}.student-theme-switch-track{border:1px solid var(--strong-border);background:var(--surface);border-radius:999px;flex:0 0 44px;align-items:center;height:26px;margin-left:auto;padding:3px;display:flex}.student-theme-switch-thumb{background:var(--text);border-radius:50%;width:18px;height:18px}.student-theme-toggle[aria-checked=true] .student-theme-switch-track{background:var(--sjs-red)}.student-theme-toggle[aria-checked=true] .student-theme-switch-thumb{background:var(--sjs-white);transform:translate(18px)}.student-theme-icon{width:30px;height:30px;color:var(--sjs-red);background:var(--sjs-white);border-radius:999px;place-items:center;display:grid}.student-theme-icon svg,.student-drawer-signout svg{width:18px;height:18px}.student-drawer-signout{border-color:color-mix(in srgb, var(--sjs-red) 35%, var(--border));color:var(--sjs-red);background:0 0}.student-drawer-login{color:var(--sjs-white);background:var(--sjs-red)}.student-drawer-scrim{z-index:50;opacity:0;visibility:hidden;transition:opacity var(--ease), visibility var(--ease);background:#00000070;border:0;padding:0;position:fixed;inset:0}.menu-is-open .student-drawer-scrim{opacity:1;visibility:visible}.student-workspace{flex:1;width:100%;min-height:0;margin:0 auto;padding:126px clamp(18px,4vw,58px) 64px;transition:width .26s,margin-right .26s}.student-footer{width:100%;padding:0 clamp(18px,4vw,58px) 32px;transition:width .26s,margin-right .26s}.student-footer-panel{border:1px solid var(--border);border-radius:var(--radius-hero);color:var(--text);background:#fcfcfc url(/brand/home-background-light.png) 50%/cover no-repeat;margin-inline:auto;padding:clamp(24px,3.5vw,52px)}.theme-dark .student-footer-panel{background-color:#2c2c2c;background-image:url(/brand/home-background-dark.png)}.student-footer-heading,.student-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px 28px;display:flex}.student-footer-heading h2{letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(24px,2.4vw,34px);line-height:1.15}.student-footer p{margin:0;line-height:1.5}.student-footer-bottom{border-top:1px solid var(--border);gap:4px 24px;margin-top:28px;padding-top:18px;font-size:13px}.student-footer nav{flex-wrap:wrap;gap:0 24px;display:flex}.student-footer-bottom a{min-height:44px;color:inherit;text-underline-offset:4px;align-items:center;text-decoration:underline;display:inline-flex}.student-footer-bottom a:hover{text-decoration-thickness:2px}@media (max-width:860px){.student-footer{padding:0 14px calc(100px + env(safe-area-inset-bottom))}}.student-page{width:min(100%,800px);margin:0 auto;animation:.26s both student-rise}@media (min-width:861px){.student-shell.mark-is-open{--student-mark-panel-width:min(430px, 32vw)}.student-shell.mark-is-open .student-workspace,.student-shell.mark-is-open .student-footer{width:calc(100% - var(--student-mark-panel-width));margin-right:var(--student-mark-panel-width);margin-left:0}}.student-page-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.student-page-header h1{letter-spacing:-.055em;max-width:840px;margin:2px 0 0;font-size:clamp(38px,6vw,76px);font-weight:800;line-height:.94}.student-eyebrow{letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800}.student-page-description{max-width:680px;color:color-mix(in srgb, var(--text) 72%, transparent);margin:16px 0 0;font-size:16px;line-height:1.55}.student-page-description>:first-child{margin-top:0}.student-page-description>:last-child{margin-bottom:0}.student-page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.student-grid{gap:18px;display:grid}.student-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.student-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.student-grid-sidebar{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:start}.student-panel{border:1px solid color-mix(in srgb, var(--sjs-black) 12%, transparent);border-radius:var(--radius-card);color:var(--sjs-black);padding:clamp(20px,3vw,32px);box-shadow:0 16px 46px #0000000f}.student-panel-white{background:var(--sjs-white)}.student-panel-neutral{background:var(--sjs-pink-tint)}.student-panel-black{color:var(--sjs-white);background:var(--sjs-black)}.student-panel-red{color:var(--sjs-black);border-color:var(--sjs-red);background:var(--sjs-white)}.student-panel-yellow{background:var(--sjs-yellow)}.student-section-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.student-section-heading h2,.student-panel h2,.student-panel h3{margin:0}.student-section-heading h2,.student-panel h2{letter-spacing:-.035em;font-size:clamp(24px,3vw,34px);line-height:1}.student-section-heading p{color:color-mix(in srgb, currentColor 68%, transparent);margin:8px 0 0;line-height:1.5}.student-button{border:1px solid var(--sjs-red);border-radius:var(--radius-button);min-height:46px;color:var(--sjs-white);background:var(--sjs-red);transition:transform var(--ease), color var(--ease), background var(--ease), border-color var(--ease);justify-content:center;align-items:center;gap:9px;padding:0 20px;font-size:14px;font-weight:800;line-height:1;display:inline-flex}.student-button:hover{border-color:var(--sjs-red);transform:translateY(-2px)}.student-button-secondary{color:var(--sjs-black);border-color:var(--sjs-red);background:var(--sjs-white)}.student-button-red{border-color:var(--sjs-red);background:var(--sjs-red)}.student-button-outline{color:var(--text);border-color:var(--sjs-red);background:var(--sjs-white)}.student-button-secondary:hover,.student-button-outline:hover{color:var(--sjs-white);border-color:var(--sjs-red);background:var(--sjs-red)}.student-button-quiet{color:currentColor;background:0 0;border-color:#0000;min-height:40px;padding:0 12px}.student-button-quiet:hover{color:var(--sjs-red);background:var(--sjs-white)}.student-button svg{width:18px;height:18px}.student-following-status{border:1px solid var(--sjs-black);border-radius:var(--radius-button);min-height:46px;color:var(--sjs-black);background:var(--sjs-yellow);justify-content:center;align-items:center;gap:9px;padding:0 20px;font-size:14px;font-weight:800;line-height:1;display:inline-flex}.student-following-status svg{width:18px;height:18px}.student-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.student-metric-card{border:1px solid color-mix(in srgb, var(--sjs-black) 12%, transparent);border-radius:var(--radius-card);min-height:152px;color:var(--sjs-black);background:var(--sjs-white);transition:transform var(--ease), box-shadow var(--ease);flex-direction:column;padding:18px;display:flex;position:relative}a.student-metric-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #0000001f}.student-metric-label{font-size:13px;font-weight:800}.student-metric-card strong{letter-spacing:-.045em;margin-top:10px;font-size:38px}.student-metric-note{color:var(--sjs-muted);margin-top:auto;font-size:12px}.student-metric-arrow{width:18px;position:absolute;bottom:16px;right:16px}.student-status{text-transform:capitalize;border:1px solid;border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-flex}.student-status-neutral{color:var(--sjs-black);background:var(--sjs-pink-tint)}.student-status-success{color:var(--sjs-black);background:var(--sjs-green-tint)}.student-status-warning{color:var(--sjs-black);background:var(--sjs-yellow)}.student-status-danger{color:var(--sjs-black);border-color:var(--sjs-red);background:var(--sjs-pink-tint)}.student-status-info{color:var(--sjs-black);background:var(--sjs-pink-tint)}.student-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.student-field{gap:7px;display:grid}.student-field-full{grid-column:1/-1}.student-field>span,.student-field>label{font-size:13px;font-weight:800}.student-required{color:var(--sjs-red)}.student-input,.student-select,.student-textarea{border:1px solid color-mix(in srgb, var(--sjs-black) 26%, var(--sjs-pink-tint));border-radius:var(--radius);width:100%;min-height:48px;color:var(--sjs-black);background:var(--sjs-white);transition:border-color var(--ease), box-shadow var(--ease);padding:11px 14px}.student-textarea{resize:vertical;min-height:132px;line-height:1.5}.student-input:focus,.student-select:focus,.student-textarea:focus{border-color:var(--sjs-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--sjs-red) 16%, transparent);outline:none}.student-field-hint,.student-field-error{font-size:12px;line-height:1.4}.student-field-hint{color:var(--sjs-muted)}.student-field-error{color:#9b1e15;font-weight:700}.student-checkbox,.student-radio{align-items:flex-start;gap:10px;line-height:1.45;display:flex}.student-checkbox input,.student-radio input{width:19px;height:19px;accent-color:var(--sjs-red);margin:1px 0 0}.student-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.student-toolbar .student-input,.student-toolbar .student-select{flex:190px;width:auto;min-width:170px}.student-segmented{border:1px solid var(--sjs-black);border-radius:var(--radius-control);background:var(--sjs-white);padding:4px;display:inline-flex}.student-segmented button,.student-segmented a{border-radius:var(--radius-control);min-height:36px;color:var(--sjs-black);background:0 0;border:0;padding:0 15px;font-size:13px;font-weight:800}.student-segmented .is-active{background:var(--sjs-yellow)}.student-jobs-view button{border:2px solid #0000}.student-jobs-view .is-active{border-color:var(--sjs-black);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:2px}.student-notice{border-radius:var(--radius);border:1px solid;padding:13px 15px;font-size:13px;font-weight:650;line-height:1.5}.student-notice-info{color:var(--sjs-black);background:var(--sjs-pink-tint)}.student-notice-success{color:var(--sjs-black);background:var(--sjs-green-tint)}.student-notice-warning{color:var(--sjs-black);background:var(--sjs-yellow)}.student-notice-error{color:var(--sjs-black);border-color:var(--sjs-red);background:var(--sjs-pink-tint)}.student-empty-state,.student-loading-state{text-align:center;place-items:center;min-height:280px;padding:34px;display:grid}.student-empty-state h3{margin:14px 0 0;font-size:22px}.student-empty-state p{max-width:460px;color:var(--sjs-muted);margin:8px auto 20px;line-height:1.55}.student-empty-icon{background:var(--sjs-yellow);border-radius:999px;place-items:center;width:56px;height:56px;display:grid}.student-empty-icon svg{width:26px;height:26px}.student-loading-state{color:var(--muted);grid-template-columns:auto auto;justify-content:center;gap:10px;font-weight:700}.student-mobile-nav{display:none}.student-home{place-items:center;width:100%;min-height:calc(100dvh - 190px);animation:.26s both student-rise;display:grid}.student-home-assistant-lockup{--student-home-row-gap:clamp(24px, 2.5vw, 34px);align-items:center;row-gap:var(--student-home-row-gap);grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr);width:min(100%,980px);display:grid}.student-home-prompt-cluster{display:contents}.student-home-speech-row{justify-self:center;align-items:start;gap:var(--student-home-row-gap);grid-area:1/1;grid-template-rows:auto auto;width:fit-content;min-width:0;max-width:100%;display:grid}.student-home-heading{max-width:100%;color:var(--text);letter-spacing:0;text-align:center;white-space:nowrap;justify-self:center;margin:0;font-size:clamp(26px,4.2vw,52px);font-weight:600;line-height:1}.student-home-prompt-form{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);width:100%;box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,1fr) 52px;justify-self:center;align-items:center;gap:10px;padding:10px 10px 10px 18px;display:grid}.student-home-prompt-form input{min-width:0;height:54px;color:var(--text);background:0 0;border:0;outline:none;padding:0 0 0 10px;font-size:15px;font-weight:600}.student-home-prompt-form input::placeholder{color:var(--muted)}.student-home-prompt-form button{border-radius:var(--radius-button);width:52px;height:52px;color:var(--sjs-white);background:var(--sjs-red);transition:transform var(--ease), filter var(--ease);border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.student-home-prompt-form button:hover{filter:saturate(1.08);transform:translateY(-1px)}.student-home-prompt-form button svg{stroke-width:2.4px;width:18px;height:18px}.student-home-action-grid{justify-self:center;gap:var(--student-home-row-gap);grid-area:2/1;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,920px);display:grid}.student-home-action-card{border:1px solid var(--border);border-radius:var(--radius-card);min-height:118px;color:var(--text);background:var(--surface);letter-spacing:0;text-align:left;transition:transform var(--ease), border-color var(--ease), background var(--ease);justify-content:flex-start;align-items:center;gap:16px;padding:18px;font-size:clamp(15px,1.8vw,18px);font-weight:800;display:flex;box-shadow:0 16px 44px #0000000f}.student-home-action-card:hover{border-color:var(--sjs-red);transform:translateY(-3px)}.student-home-action-card.is-disabled{color:var(--muted);background:var(--surface-raised);box-shadow:none}.student-home-action-card.is-disabled:hover{border-color:var(--border);transform:none}.student-home-action-card.is-disabled svg{color:var(--muted)}.student-home-action-card svg{width:24px;height:24px;color:var(--sjs-red);stroke-width:2.2px;flex:none}.student-job-list{gap:14px;display:grid}.student-ad-card{justify-content:center;align-items:center;width:100%;min-width:0;display:flex}.student-ad-card.is-loading{visibility:hidden}.student-ad-frame{overflow:hidden}.student-ad-scale{transform-origin:0 0}.student-ad-scale,.student-ad-scale>div{width:100%;height:100%}.student-ad-inline{border:1px solid color-mix(in srgb, var(--sjs-black) 16%, transparent);border-radius:var(--radius-card);background:var(--sjs-white);min-height:0;padding:16px;box-shadow:0 10px 30px #0000000f}.student-ad-detail{min-height:50px;margin:0 0 24px}.student-job-card{border:1px solid color-mix(in srgb, var(--sjs-black) 16%, transparent);border-radius:var(--radius-card);min-width:0;min-height:310px;color:var(--sjs-black);background:var(--sjs-white);transition:transform var(--ease), box-shadow var(--ease);flex-direction:column;padding:20px;display:flex;position:relative;box-shadow:0 10px 30px #0000000f}.student-job-card:not(.is-closed):hover{transform:translateY(-3px);box-shadow:0 18px 40px #0000001f}.student-job-card-link{z-index:1;border-radius:inherit;cursor:pointer;position:absolute;inset:0}.student-job-card-link:focus-visible{outline:3px solid var(--sjs-red);outline-offset:3px}.student-job-card:not(.is-closed):hover h3{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:2px}.student-job-card.is-selected{border-color:var(--sjs-red);box-shadow:0 0 0 2px color-mix(in srgb, var(--sjs-red) 18%, transparent), 0 16px 38px #0000001a}.student-job-card.is-featured{border:2px solid var(--sjs-red);background:var(--sjs-white)}.student-saved-jobs .student-job-card,.student-saved-jobs .student-job-card.is-featured{background:var(--sjs-white)}.student-job-card.is-compact{min-height:0}.student-job-card-topline,.student-job-card-footer{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.student-job-card-heading{flex:auto;min-width:0}.student-job-card-badges{flex-wrap:wrap;gap:6px;margin:12px 0 10px;display:flex}.student-job-card-badges svg{width:13px;height:13px;margin-right:4px}.student-save-button{z-index:2;border:1px solid var(--sjs-black);width:40px;height:40px;color:var(--sjs-muted);background:var(--sjs-white);cursor:pointer;border-radius:999px;flex:0 0 40px;place-items:center;padding:0;display:grid;position:relative}.student-save-button[aria-pressed=true]{border-color:color-mix(in srgb, var(--sjs-red) 42%, transparent);color:var(--sjs-red);background:var(--sjs-white)}.student-save-button:hover,.student-shell.theme-dark .student-save-button:hover{color:var(--sjs-red);border-color:var(--sjs-red)}.student-save-button svg{width:16px;height:16px}.student-job-card-body{margin:14px 0}.student-job-employer{color:var(--sjs-muted);margin:4px 0 0;font-size:13px;font-weight:600}.student-job-card h3{letter-spacing:-.035em;margin:0;font-size:clamp(22px,2.3vw,30px);line-height:1.05}.student-job-summary{color:var(--sjs-black);-webkit-line-clamp:6;-webkit-box-orient:vertical;margin:10px 0 0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.student-job-summary :is(p,ul,ol,blockquote){margin:0}.student-job-summary :is(ul,ol){padding-left:18px}.student-job-card-body.has-bullet-points .student-job-summary{-webkit-line-clamp:4}.student-job-requirements-list{gap:8px;margin:0;display:grid}.student-job-requirements-list div{min-width:0}.student-job-requirements-list dt{color:var(--sjs-black);font-size:11px;font-weight:800}.student-job-requirements-list dd{color:var(--sjs-muted);overflow-wrap:anywhere;margin:2px 0 0;font-size:12px;line-height:1.4}.student-job-bullet-points{color:var(--sjs-black);gap:4px;margin:0;padding:0 0 0 18px;font-size:12px;font-weight:600;line-height:1.45;display:grid}.student-job-meta{grid-template-columns:minmax(0,1fr);gap:7px;margin:10px 0 6px;display:grid}.student-job-meta div{align-items:flex-start;gap:6px;min-width:0;display:flex}.student-job-meta svg{flex:none;width:15px;height:15px}.student-job-meta dt,.student-job-meta dd{margin:0}.student-job-meta dd{font-size:12px;font-weight:600;line-height:1.45}.student-job-date-meta span{display:block}.student-job-card-footer{justify-content:flex-end;align-items:center;padding-top:16px}.student-job-card-footer>strong{max-width:55%;font-size:13px}.student-job-card-footer .student-button{min-height:40px;color:var(--sjs-black);border-color:var(--sjs-black);padding:0 15px}.student-feature-icon{width:50px;height:50px;color:var(--sjs-white);background:var(--sjs-red);border-radius:999px;place-items:center;margin-bottom:28px;display:grid}.student-feature-icon.is-yellow{color:var(--sjs-black);background:var(--sjs-yellow)}.student-feature-icon svg{width:23px;height:23px}.student-panel>p{line-height:1.55}.student-panel>.student-button:last-child{margin-top:12px}.student-progress{border:1px solid var(--sjs-black);background:var(--sjs-white);border-radius:999px;height:10px;margin:22px 0 10px;overflow:hidden}.student-progress span{background:var(--sjs-red);height:100%;display:block}.student-search-panel{padding:16px}.student-pay-filter{border-bottom:1px solid color-mix(in srgb, var(--sjs-black) 14%, transparent);gap:10px;margin:12px 0 4px;padding-bottom:16px;display:grid}.student-pay-filter-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.student-pay-filter-heading h2{margin:0;font-size:16px}.student-pay-filter-amounts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.student-pay-filter label,.student-pay-filter .student-input,.student-pay-filter .student-select{width:100%;min-width:0}.student-pay-filter-hint,.student-pay-filter-error{color:var(--sjs-muted);margin:0;font-size:12px;line-height:1.5}.student-pay-filter-error{color:var(--sjs-black);font-weight:700}.student-available-jobs{border-bottom:1px solid color-mix(in srgb, var(--sjs-black) 14%, transparent);align-items:baseline;gap:8px;margin:0 0 14px;padding:0 2px 12px;display:flex}.student-available-jobs span{font-size:14px;font-weight:800}.student-available-jobs strong{font-size:21px;line-height:1}.student-available-jobs small{color:var(--sjs-muted);text-align:right;margin-left:auto;font-size:11px;font-weight:700}.student-search-field{align-items:center;display:flex;position:relative}.student-search-field>svg{z-index:1;width:20px;height:20px;color:var(--sjs-muted);position:absolute;left:16px}.student-search-field .student-input{padding-left:48px}.student-filter-row{align-items:center;gap:10px;padding-top:12px;display:flex}.student-filter-row>svg{flex:none;width:18px;height:18px}.student-filter-row label{flex:180px}.student-filter-row .student-select{min-height:42px}.student-jobs-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.student-infinite-scroll-sentinel{min-height:74px;color:var(--muted);justify-content:center;align-items:center;gap:9px;padding:26px 0 0;font-size:13px;font-weight:800;display:flex}.student-load-more{justify-content:center;padding:26px 0 0;display:flex}.student-map-layout{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);align-items:start;gap:16px;display:grid}.student-map-panel{max-height:calc(100dvh - 145px);position:sticky;top:122px;overflow:auto}.student-map-heading{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.student-map-heading .student-feature-icon{flex:none;margin:0}.student-map-heading h2,.student-map-heading p{margin:0}.student-map-heading p{margin-top:6px;line-height:1.4}.student-map-places{gap:8px;display:grid}.student-map-places a{border:1px solid color-mix(in srgb, var(--sjs-black) 16%, transparent);border-radius:var(--radius);background:var(--sjs-white);align-items:center;gap:12px;padding:12px;display:flex}.student-map-places a:hover{border-color:var(--sjs-black)}.student-map-places a>svg{width:20px;height:20px;color:var(--sjs-red);flex:none}.student-map-places span,.student-map-places strong,.student-map-places small{display:block}.student-map-places small{color:var(--sjs-muted);margin-top:3px}.student-job-detail-meta{flex-wrap:wrap;align-items:center;gap:10px 16px;margin:0 0 20px;display:flex}.student-job-detail-meta>span:not(.student-status){align-items:center;gap:6px;font-size:13px;font-weight:750;display:inline-flex}.student-job-detail-meta svg{width:16px;height:16px}.student-job-description{min-height:600px}.student-job-description>.student-section-heading{flex-wrap:wrap;align-items:center}.student-job-narration{gap:4px;max-width:100%;display:grid}.student-job-narration-controls{flex-wrap:wrap;gap:4px;display:flex}.student-job-narration small{max-width:32ch;font-size:12px;line-height:1.5}.student-job-detail-screen.is-page{width:min(100%,1180px)}.student-job-page-toolbar{margin:0 0 20px;display:flex}.student-job-detail-layout{grid-template-columns:minmax(0,3fr) minmax(180px,1fr)}.student-job-detail-aside{min-width:0;box-shadow:none;background:0 0;border:0;align-content:start;gap:12px;padding:0;display:grid;position:sticky;top:122px}.student-job-action-row{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;display:flex}.student-job-application-count{align-items:center;gap:8px;margin:0 0 0 auto;font-size:14px;font-weight:600;display:flex}.student-job-application-count svg{flex-shrink:0;width:19px;height:19px}.student-job-detail-screen.is-drawer .student-job-action-row .student-page-actions{width:auto}.student-job-location-preview{position:relative}.student-job-location-map{isolation:isolate;border-radius:var(--radius-card);background:#e6e9df;height:180px;position:relative;overflow:hidden}.student-job-location-tiles{position:absolute;top:50%;left:50%}.student-job-location-tiles img{width:256px;max-width:none;height:256px;position:absolute}.student-job-location-pin{color:#fff;fill:#e51e10;filter:drop-shadow(0 2px 2px #00000080);width:36px;height:36px;position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.student-job-map-attribution{color:#000;background:#fff;align-items:center;min-height:24px;padding:2px 5px;font-size:10px;display:inline-flex;position:absolute;bottom:0;right:0}.student-job-detail-card .student-job-map-note{font-size:12px}.student-job-employer-profile{overflow-wrap:anywhere}.student-job-employer-profile h3{margin:0;font-size:16px}.student-similar-jobs{margin-top:32px}.student-similar-jobs-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.student-similar-job-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);min-width:0;color:var(--text);overflow-wrap:anywhere;flex-direction:column;gap:12px;padding:20px;text-decoration:none;display:flex;box-shadow:0 6px 20px #0000000d}.student-similar-job-card:hover,.student-similar-job-card:focus-visible{outline-offset:2px;border-color:#e51e10;outline:2px solid #e51e10}.student-similar-job-card h3{margin:0;font-size:20px;line-height:1.2}.student-similar-job-card>span{align-items:flex-start;gap:6px;font-size:13px;display:flex}.student-similar-job-card svg{flex-shrink:0;width:17px;height:17px}.student-similar-job-employer{color:var(--muted)}.student-similar-job-card .student-similar-job-link{margin-top:auto;padding-top:8px;font-weight:700}@media (max-width:720px){.student-similar-jobs-grid{grid-template-columns:1fr}.student-job-application-count{margin-left:0}.student-job-detail-screen .student-job-description{min-height:0}}.student-job-share-card{min-width:0;padding:4px}.student-job-share-actions{justify-content:center;gap:4px;display:flex}.student-job-share-actions button{border-radius:var(--radius-button);width:34px;height:34px;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;place-items:center;padding:0;display:grid}.student-job-share-actions button:hover{border-color:var(--sjs-black);transform:translateY(-1px)}.student-job-share-actions button:focus-visible{border-color:var(--sjs-red);box-shadow:0 0 0 3px var(--sjs-red), 0 0 0 6px var(--sjs-black);outline:none}.student-auth-social{text-align:center;gap:12px;display:grid}.student-auth-social>p{color:#5b6069;margin:0;font-size:14px}.student-auth-social-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.student-auth-social-buttons .student-button{white-space:normal;min-height:44px}.student-auth-callback{gap:20px;max-width:600px;margin:10vh auto;padding:24px;display:grid}@media (max-width:480px){.student-auth-social-buttons{grid-template-columns:1fr}}.student-social-mark{width:27px;height:27px;color:var(--sjs-white);background:var(--sjs-black);border-radius:999px;place-items:center;font-size:16px;font-weight:900;line-height:1;display:grid}.student-social-mark.is-facebook{background:var(--sjs-black)}.student-social-mark.is-instagram{background:var(--sjs-pink);border-radius:8px;position:relative}.student-social-mark.is-instagram:before{border:2px solid var(--sjs-white);content:"";border-radius:6px;position:absolute;inset:5px}.student-social-mark.is-instagram:after{border:2px solid var(--sjs-white);width:5px;height:5px;box-shadow:5px -5px 0 -3px var(--sjs-white);content:"";border-radius:999px;position:absolute;top:9px;left:9px}.student-social-mark.is-copy svg{width:14px;height:14px}.student-job-share-card>small{overflow-wrap:anywhere;margin-top:9px;font-size:11px;line-height:1.35;display:block}.student-job-detail-card{min-width:0;box-shadow:none;padding:16px}.student-job-detail-card h2{overflow-wrap:anywhere;font-size:clamp(19px,2vw,25px)}.student-job-detail-card>p{margin-bottom:0;font-size:14px}.student-job-detail-card .student-button{width:100%;min-height:40px;padding:0 12px;font-size:13px}.student-job-detail-card .student-simple-list{margin-bottom:0}.student-job-detail-card-label{color:var(--sjs-muted);letter-spacing:.08em;text-transform:uppercase;font-weight:800;margin:0 0 8px!important;font-size:11px!important}.student-job-requirements-panel{border-top:4px solid var(--sjs-yellow)}.student-job-requirements-panel>h2,.student-job-documents-panel>h2{margin-bottom:16px}.student-job-requirements-list dd{font-size:14px}.student-job-pay-card{border-top:4px solid var(--sjs-red)}.student-key-points,.student-simple-list{gap:10px;margin:0 0 28px;padding-left:22px;display:grid}.student-key-points li::marker{color:var(--sjs-red)}.student-simple-list li::marker{color:var(--sjs-red)}.student-rich-copy{font-size:16px;line-height:1.65}.student-rich-copy p{margin:0 0 18px}.student-rich-copy :is(h2,h3,h4){margin:28px 0 12px;font-size:20px;line-height:1.25}.student-rich-copy>:first-child{margin-top:0}.student-rich-copy>:last-child{margin-bottom:0}.student-rich-copy :is(ul,ol){gap:8px;margin:0 0 18px;padding-left:24px;display:grid}.student-rich-copy blockquote{border-left:3px solid var(--sjs-red);margin:0 0 18px;padding-left:16px}.student-contact-panel a,.student-contact-panel p{overflow-wrap:anywhere;align-items:center;gap:8px;display:flex}.student-contact-panel a{margin-top:12px;font-weight:800}.student-contact-panel svg{flex:none;width:17px;height:17px}.student-sticky-column{position:sticky;top:122px}.student-document-choice-list{gap:10px;display:grid}.student-application-document-group{border:1px solid color-mix(in srgb, currentColor 20%, transparent);border-radius:var(--radius);min-width:0;margin:20px 0 0;padding:16px}.student-application-screen .student-grid,.student-application-screen .student-panel,.student-application-screen .student-field,.student-application-screen .student-select{min-width:0}.student-application-screen>form>.student-grid{grid-template-columns:minmax(0,1fr)}.student-application-screen .student-panel{overflow-wrap:anywhere}@media (max-width:980px){.student-application-screen>.student-grid-sidebar{grid-template-columns:minmax(0,1fr)}}.student-application-document-group legend{padding:0 6px;font-weight:700}.student-application-document-group legend span{margin-left:8px;font-size:12px}.student-application-document-actions{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.student-application-document-actions .student-field{min-width:0}.student-application-document-actions .student-select{text-overflow:ellipsis;width:100%}.student-application-document-group .student-upload-type:focus-within{outline:2px solid var(--sjs-red);outline-offset:3px}.student-application-document-group:disabled{opacity:.65}.student-application-document-status,.student-application-selected-documents li{overflow-wrap:anywhere;align-items:flex-start;gap:8px;display:flex}.student-application-document-status svg,.student-application-selected-documents svg{flex:0 0 18px;width:18px;height:18px}.student-application-selected-documents{gap:10px;padding:0;list-style:none;display:grid}@media (max-width:767px){.student-application-document-actions{grid-template-columns:minmax(0,1fr);gap:8px}.student-application-document-or{text-align:center}}.student-document-choice{border:1px solid color-mix(in srgb, var(--sjs-black) 18%, transparent);border-radius:var(--radius);cursor:pointer;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:68px;padding:12px 14px;display:grid}.student-document-choice.is-selected{border-color:var(--sjs-red);background:color-mix(in srgb, var(--sjs-red) 6%, var(--sjs-white))}.student-document-choice input{width:18px;height:18px;accent-color:var(--sjs-red)}.student-document-choice>svg{width:21px;height:21px}.student-document-choice span,.student-document-choice strong,.student-document-choice small{display:block}.student-document-choice small{color:var(--sjs-muted);text-transform:capitalize;margin-top:3px}.student-application-filters{margin-bottom:18px;overflow-x:auto}.student-application-list{gap:12px;margin-bottom:18px;display:grid}.student-application-card{border:1px solid color-mix(in srgb, var(--sjs-black) 15%, transparent);border-radius:var(--radius-card);color:var(--sjs-black);background:var(--sjs-white);transition:transform var(--ease), box-shadow var(--ease);grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:22px;display:grid}.student-application-card:hover{transform:translateY(-2px);box-shadow:0 15px 36px #0000001a}.student-application-card p,.student-application-card h2,.student-application-card span{margin:0}.student-application-card p{color:var(--sjs-muted);text-transform:uppercase;font-size:12px;font-weight:800}.student-application-card h2{letter-spacing:-.04em;margin:7px 0 13px;font-size:clamp(22px,3vw,34px)}.student-application-card span:not(.student-status){color:var(--sjs-muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}.student-application-card svg{width:15px;height:15px}.student-application-status-column{flex-direction:column;justify-content:center;align-items:flex-end;gap:12px;display:flex}.student-application-status-column>svg{color:var(--sjs-red)}.student-timeline{gap:0;margin:8px 0 0;padding:0;list-style:none;display:grid}.student-timeline li{grid-template-columns:20px minmax(0,1fr);gap:14px;min-height:86px;display:grid;position:relative}.student-timeline li:before{content:"";background:var(--sjs-pink-tint);width:2px;position:absolute;top:18px;bottom:-18px;left:9px}.student-timeline li:last-child:before{display:none}.student-timeline li>span{z-index:1;border:4px solid var(--sjs-white);background:var(--sjs-muted);width:20px;height:20px;box-shadow:0 0 0 1px var(--sjs-muted);border-radius:999px;position:relative}.student-timeline li.is-current>span{background:var(--sjs-red);box-shadow:0 0 0 1px var(--sjs-red)}.student-timeline strong,.student-timeline p{margin:0;display:block}.student-timeline p{color:var(--sjs-muted);margin-top:5px;font-size:13px}@media (max-width:1120px){.student-jobs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.student-filter-row,.student-map-layout{grid-template-columns:1fr;display:grid}.student-filter-row>svg{display:none}.student-map-panel,.student-sticky-column{max-height:none;position:static}}@media (max-width:620px){.student-jobs-grid,.student-application-card{grid-template-columns:1fr}.student-application-status-column{align-items:flex-start}}@keyframes student-job-drawer-in{0%{opacity:0;transform:translate(36px)}to{opacity:1;transform:translate(0)}}.student-public-jobs-experience{width:100%}:is(.student-job-catalogue,.student-saved-jobs) .student-job-result .student-job-card.is-selected,.student-map-job-result .student-job-card.is-selected{border-color:var(--sjs-red);box-shadow:0 0 0 2px color-mix(in srgb, var(--sjs-red) 18%, transparent), 0 16px 38px #0000001a}.student-job-detail-drawer{border:1px solid var(--border);border-radius:var(--radius-lg);min-width:0;color:var(--text);background:var(--sjs-white);scrollbar-width:none;animation:.24s both student-job-drawer-in;position:relative;overflow-y:auto;box-shadow:0 24px 70px #0003}.student-job-detail-drawer::-webkit-scrollbar{display:none}.student-job-detail-drawer-toolbar{z-index:12;pointer-events:none;height:0;position:sticky;top:0}.student-job-detail-drawer-toolbar .student-button{pointer-events:auto;background:color-mix(in srgb, var(--background) 92%, var(--sjs-white));min-height:40px;position:absolute;top:14px;right:14px;box-shadow:0 8px 24px #0000001f}.student-job-detail-drawer-toolbar svg{width:17px;height:17px}.student-job-detail-drawer-body{min-width:0;padding:18px}.student-job-detail-screen.is-drawer{width:100%;margin:0;animation:none}.student-job-detail-screen.is-drawer .student-page-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:18px;padding-right:92px}.student-job-detail-screen.is-drawer .student-page-header h1{font-size:clamp(32px,3.5vw,50px);line-height:.98}.student-job-detail-screen.is-drawer .student-page-actions{justify-content:flex-start;width:100%}.student-job-detail-screen.is-drawer .student-grid-sidebar{grid-template-columns:minmax(0,3fr) minmax(180px,1fr)}.student-job-detail-screen.is-drawer .student-panel{padding:clamp(18px,2vw,24px)}.student-job-detail-screen.is-drawer .student-job-detail-aside{top:12px}.student-job-detail-screen.is-drawer .student-job-detail-aside .student-panel{padding:16px}.student-job-detail-drawer .student-public-job-teaser{min-height:min(520px,100dvh - 220px)}.student-job-detail-drawer .student-public-job-teaser .student-page-header h1{font-size:clamp(32px,4vw,52px)}@media (min-width:981px){.student-job-catalogue.has-job-detail{--job-detail-height:calc(100dvh - 128px);width:min(100%,1520px)}.student-job-catalogue.has-job-detail>.student-page-header{margin-bottom:16px}.student-job-catalogue.has-job-detail>.student-page-header h1{font-size:clamp(40px,4.5vw,60px)}.student-job-catalogue.has-job-detail .student-jobs-workspace{height:var(--job-detail-height);grid-template-rows:auto minmax(0,1fr);align-items:stretch;gap:12px 18px;min-height:0}.student-job-catalogue.has-job-detail .student-job-results-column,.student-job-catalogue.has-job-detail .student-job-detail-drawer{height:100%;max-height:none}.student-job-catalogue.has-job-detail .student-job-filters-column{grid-area:1/1;max-height:min(38dvh,330px);padding:1px 4px 0 1px;position:relative;top:auto;overflow-y:auto}.student-job-catalogue.has-job-detail .student-search-panel{padding:16px}.student-job-catalogue.has-job-detail .student-job-results-column{grid-area:2/1;height:auto;min-height:0}.student-job-catalogue.has-job-detail .student-job-detail-drawer{grid-area:1/2/3;position:sticky;top:112px}.student-job-catalogue.has-job-detail .student-job-results-column{scrollbar-width:none;padding:0 7px 28px 2px;overflow-y:auto}.student-job-catalogue.has-job-detail .student-job-results-column::-webkit-scrollbar{display:none}.student-job-catalogue.has-job-detail:has(.student-job-filter-accordion.is-expanded) .student-jobs-workspace{height:auto}.student-job-catalogue.has-job-detail:has(.student-job-filter-accordion.is-expanded) .student-job-filters-column{max-height:none;overflow:visible}.student-job-catalogue.has-job-detail:has(.student-job-filter-accordion.is-expanded) .student-job-results-column{height:max(320px,100dvh - 320px)}.student-job-catalogue.has-job-detail:has(.student-job-filter-accordion.is-expanded) .student-job-detail-drawer{height:var(--job-detail-height);align-self:start}.student-job-catalogue.has-job-detail .student-job-result .student-job-card{grid-template-columns:minmax(0,1fr);padding:16px}.student-job-catalogue.has-job-detail .student-job-card-topline,.student-job-catalogue.has-job-detail .student-job-card-badges,.student-job-catalogue.has-job-detail .student-job-meta,.student-job-catalogue.has-job-detail .student-job-card-body{grid-area:auto/1}.student-job-catalogue.has-job-detail .student-job-meta{border-left:0;grid-template-columns:minmax(0,1fr);padding:0}.student-job-catalogue.has-job-detail .student-job-card h3{font-size:clamp(18px,1.75vw,23px)}.student-job-catalogue.has-job-detail .student-job-card-body{margin-bottom:4px}.student-job-catalogue.has-job-detail .student-job-bullet-points li:nth-child(n+3){display:none}.student-job-catalogue.has-job-detail .student-job-summary{-webkit-line-clamp:2}.student-job-catalogue.has-job-detail .student-synced-map-layout{grid-template-columns:minmax(0,1fr)}.student-job-catalogue.has-job-detail .student-interactive-map-panel,.student-job-catalogue.has-job-detail .student-map-list-heading{display:none}.student-job-catalogue.has-job-detail .student-map-synced-list{max-height:none;padding:0;overflow:visible}.student-job-catalogue.has-job-detail .student-map-job-result{background:0 0;border:0;border-radius:0;padding:0}}@media (max-width:980px){.student-job-catalogue.has-job-detail>.student-page-header,.student-job-catalogue.has-job-detail .student-job-filters-column,.student-job-catalogue.has-job-detail .student-job-results-column{display:none}.student-job-catalogue.has-job-detail .student-jobs-workspace{display:block}.student-job-detail-drawer{z-index:45;border-width:1px 0 0;border-radius:0;width:100%;height:calc(100dvh - 84px);position:fixed;inset:84px 0 0}.student-job-detail-drawer-body{width:min(100%,760px);margin:0 auto;padding:18px clamp(16px,4vw,30px) 110px}}@media (max-width:620px){.student-job-detail-drawer-toolbar .student-button{top:10px;right:10px}.student-job-detail-screen.is-drawer .student-page-header h1,.student-job-detail-drawer .student-public-job-teaser .student-page-header h1{font-size:clamp(32px,11vw,48px)}.student-job-detail-screen.is-drawer .student-page-actions .student-button{flex:145px}}.student-checking-screen{min-height:100dvh;color:var(--sjs-black);background:var(--sjs-green);text-align:center;align-content:center;place-items:center;padding:30px;display:grid}.student-checking-screen .student-loading-state{min-height:100px}.student-checking-screen>svg{width:42px;height:42px;color:var(--sjs-red);margin-bottom:18px}.student-checking-screen h1{letter-spacing:-.05em;max-width:700px;margin:0 0 22px;font-size:clamp(36px,6vw,64px)}.student-legal-document{max-width:920px;margin:0 auto}.student-legal-version{color:var(--sjs-muted);text-transform:uppercase;margin:0 0 30px;font-size:12px;font-weight:800}.student-legal-document>div{font-size:16px;line-height:1.7}.student-legal-document h2{border-top:1px solid color-mix(in srgb, var(--sjs-black) 14%, transparent);letter-spacing:-.035em;margin:36px 0 12px;padding-top:28px;font-size:clamp(25px,3vw,34px)}.student-legal-document h2:first-child{margin-top:0}.student-legal-document h3{margin:26px 0 8px;font-size:20px}.student-legal-document p,.student-legal-document li{max-width:78ch}.student-legal-document p{margin:0 0 16px}.student-legal-document ul,.student-legal-document ol{gap:8px;margin:0 0 20px;padding-left:24px;display:grid}.student-legal-document a{color:#a8170d;text-underline-offset:3px;font-weight:700;text-decoration:underline}.student-standalone-legal{background:var(--sjs-green);min-height:100dvh;padding:30px 0 70px}.student-document-hub{width:min(100%,1480px);min-width:0;margin:0 auto}.student-document-uploads{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;width:100%;margin:18px auto 0;padding:0 0 64px;display:grid}.student-upload-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.student-upload-type{border:1px solid color-mix(in srgb, var(--sjs-black) 18%, transparent);border-radius:var(--radius);cursor:pointer;background:var(--sjs-pink-tint);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-height:74px;padding:14px;display:grid;position:relative}.student-upload-type:hover{border-color:var(--sjs-red)}.student-upload-type>svg{width:22px;height:22px;color:var(--sjs-red)}.student-upload-type strong,.student-upload-type small{display:block}.student-upload-type small{color:var(--sjs-muted);margin-top:4px}.student-upload-type input{opacity:0;width:1px;height:1px;position:absolute}.student-application-modal-underlay{width:100%;min-width:0}.student-application-modal-backdrop{z-index:110;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000094;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.student-application-modal-dialog{border:1px solid var(--border);border-radius:var(--radius-lg);width:min(1120px,100%);max-height:min(880px,100dvh - 48px);color:var(--text);background:var(--background);grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 34px 100px #0000007a}.student-application-modal-dialog:focus{outline:3px solid var(--sjs-yellow);outline-offset:3px}.student-application-modal-toolbar{z-index:2;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:18px;padding:14px 18px;display:flex;position:relative}.student-application-modal-toolbar h2{letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(18px,2.2vw,25px);overflow:hidden}.student-application-modal-close{flex:none}.student-application-modal-body{scrollbar-gutter:stable;min-height:0;overflow-y:auto}.student-application-screen.is-modal{width:100%;margin:0;padding:clamp(20px,3vw,34px);animation:none}.student-application-screen.is-modal>.student-page-header{margin-bottom:20px}.student-application-screen.is-modal>.student-page-header h1{display:none}.student-application-screen.is-modal>.student-page-header .student-page-description{margin-top:8px}.student-application-screen.is-modal .student-sticky-column{top:0}.student-quick-apply-panel>p{max-width:720px;line-height:1.5}.student-quick-apply-document{overflow-wrap:anywhere;align-items:center;gap:8px;margin:16px 0;display:flex}.student-quick-apply-document svg{flex:none;width:19px;height:19px}.student-quick-apply-confirmation{border:1px solid color-mix(in srgb, var(--sjs-black) 18%, transparent);border-radius:var(--radius);background:var(--sjs-white);gap:14px;margin-top:18px;padding:18px;display:grid}.student-quick-apply-confirmation>p{margin:0;font-size:17px;font-weight:800}.student-quick-apply-confirmation .student-page-actions{justify-content:flex-start}@media (max-width:720px){.student-application-modal-backdrop{place-items:stretch stretch;padding:0}.student-application-modal-dialog{border-width:0;border-radius:0;width:100%;height:100dvh;max-height:none}.student-application-modal-toolbar{padding:12px 14px}.student-application-modal-toolbar h2{font-size:18px}.student-application-modal-close{min-height:40px;padding-inline:12px}.student-application-screen.is-modal{padding:20px 14px 44px}.student-quick-apply-confirmation .student-page-actions,.student-quick-apply-confirmation .student-button{width:100%}}.student-uploaded-document-list{gap:8px;display:grid}.student-uploaded-document-list article{border:1px solid color-mix(in srgb, var(--sjs-black) 16%, transparent);border-radius:var(--radius-card);background:var(--sjs-white);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:62px;padding:10px 12px;display:grid}.student-uploaded-document-list strong,.student-uploaded-document-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.student-uploaded-document-list small{color:var(--sjs-muted);text-transform:capitalize;margin-top:4px}.student-uploaded-document-list .student-icon-button{width:36px;height:36px;color:var(--sjs-black);box-shadow:none}.student-uploaded-document-list button.student-icon-button{color:var(--sjs-red)}@media (max-width:900px){.student-document-uploads{grid-template-columns:1fr}}@media (max-width:620px){.student-upload-type-grid{grid-template-columns:1fr}}.student-notification-list{gap:10px;display:grid}.student-notification-card{border:1px solid color-mix(in srgb, var(--sjs-black) 15%, transparent);border-radius:var(--radius-card);width:100%;color:var(--sjs-black);background:var(--sjs-white);text-align:left;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px;padding:18px;display:grid}.student-notification-card.is-unread{border-color:var(--sjs-red);background:color-mix(in srgb, var(--sjs-red) 5%, var(--sjs-white))}.student-notification-icon,.student-support-thread-icon{width:42px;height:42px;color:var(--sjs-black);background:var(--sjs-yellow);border-radius:999px;place-items:center;display:grid}.student-notification-icon svg,.student-support-thread-icon svg{width:19px;height:19px}.student-notification-card h2,.student-notification-card p,.student-notification-card small{margin:0}.student-notification-card h2{font-size:17px}.student-notification-card p{margin-top:5px;line-height:1.45}.student-notification-card small{color:var(--sjs-muted);margin-top:8px;display:block}.student-unread-dot{background:var(--sjs-red);border-radius:999px;width:10px;height:10px;margin-top:5px}.student-support-layout{grid-template-columns:minmax(280px,.72fr) minmax(460px,1.28fr);gap:14px;min-height:640px;display:grid}.student-support-inbox,.student-support-conversation{flex-direction:column;min-height:640px;padding:16px;display:flex;overflow:hidden}.student-support-list-heading{justify-content:space-between;align-items:center;padding:6px 6px 15px;display:flex}.student-support-list-heading h2{font-size:24px}.student-support-list-heading span{background:var(--sjs-yellow);border-radius:999px;place-items:center;min-width:28px;height:28px;padding:0 8px;font-size:12px;font-weight:800;display:grid}.student-support-thread-list{gap:7px;min-height:0;display:grid;overflow-y:auto}.student-support-thread-list>button{border-radius:var(--radius-card);width:100%;color:var(--sjs-black);text-align:left;background:0 0;border:1px solid #0000;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;display:grid}.student-support-thread-list>button:hover,.student-support-thread-list>button.is-active{border-color:var(--sjs-red);background:var(--sjs-pink-tint)}.student-support-thread-list strong,.student-support-thread-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.student-support-thread-list small{color:var(--sjs-muted);margin-top:4px;font-size:11px}.student-support-thread-list b{min-width:22px;height:22px;color:var(--sjs-white);background:var(--sjs-red);border-radius:999px;place-items:center;padding:0 6px;font-size:10px;display:grid}.student-support-conversation-header{border-bottom:1px solid color-mix(in srgb, var(--sjs-black) 15%, transparent);align-items:center;gap:12px;min-height:64px;padding:4px 4px 14px;display:flex}.student-support-conversation-header div{flex:1;min-width:0}.student-support-conversation-header p,.student-support-conversation-header h2{margin:0}.student-support-conversation-header p{color:var(--sjs-muted);text-transform:uppercase;font-size:11px;font-weight:800}.student-support-conversation-header h2{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:20px;overflow:hidden}.student-support-back{flex:none;display:none}.student-message-list{flex-direction:column;flex:1;gap:10px;min-height:0;padding:18px 4px;display:flex;overflow-y:auto}.student-message{border-radius:var(--radius);background:var(--sjs-white);max-width:min(78%,620px);padding:13px 15px}.student-message.is-student{background:var(--sjs-yellow);align-self:flex-end}.student-message.is-support{align-self:flex-start}.student-message strong,.student-message p,.student-message small{margin:0;display:block}.student-message strong,.student-message small{font-size:11px}.student-message p{white-space:pre-wrap;margin:5px 0 8px;line-height:1.45}.student-message small{color:var(--sjs-muted)}.student-message-attachments{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.student-message-attachments a,.student-message-attachments span{border:1px solid color-mix(in srgb, var(--sjs-black) 18%, transparent);border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.student-message-attachments svg{width:12px;height:12px}.student-support-new-fields{grid-template-columns:.7fr 1.3fr;gap:12px;padding:18px 4px 0;display:grid}.student-support-composer{border-top:1px solid color-mix(in srgb, var(--sjs-black) 15%, transparent);gap:10px;margin-top:auto;padding:14px 4px 4px;display:grid}.student-support-composer .student-textarea{min-height:96px}.student-support-composer-actions{align-items:center;gap:10px;display:flex}.student-support-composer-actions>span{color:var(--sjs-muted);flex:1;font-size:11px}.student-settings-grid>.student-panel{min-height:360px}.student-settings-list{gap:4px;margin-bottom:18px;display:grid}.student-setting-row{border-bottom:1px solid color-mix(in srgb, var(--sjs-black) 14%, transparent);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:64px;padding:10px 0;display:grid}.student-setting-row>svg{width:19px;height:19px;color:var(--sjs-red)}.student-setting-row strong,.student-setting-row small{display:block}.student-setting-row small{color:var(--sjs-muted);margin-top:3px}.student-setting-row input{width:21px;height:21px;accent-color:var(--sjs-red)}.student-location-input{display:block;position:relative}.student-location-input>svg{width:18px;height:18px;color:var(--sjs-red);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.student-location-input .student-input,.student-location-input .student-select{padding-left:42px}@media (max-width:860px){.student-support-layout{grid-template-columns:1fr}.student-support-inbox.has-active-thread,.student-support-conversation{display:none}.student-support-conversation.is-open{display:flex}.student-support-back{display:inline-flex}}@media (max-width:620px){.student-support-new-fields{grid-template-columns:1fr}.student-support-composer-actions{flex-wrap:wrap}.student-message{max-width:92%}}.student-auth-shell{min-height:100dvh;color:var(--sjs-black);background:var(--sjs-white);grid-template-columns:minmax(360px,.85fr) minmax(480px,1.15fr);display:grid}.student-job-preview-lines{gap:18px;padding-block:20px;display:grid}.student-job-preview-lines span{background:var(--border);border-radius:6px;height:14px}.student-job-preview-lines span:nth-child(3n){width:65%}.student-auth-gate-backdrop{z-index:120;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000009e;place-items:center;padding:16px;display:grid;position:fixed;inset:0;overflow-y:auto}.student-auth-gate-dialog{border-radius:var(--radius-lg);width:min(590px,100%);max-height:calc(100dvh - 32px);color:var(--sjs-black);background:var(--sjs-white);border:1px solid #ffffff47;position:relative;overflow-y:auto;box-shadow:0 34px 100px #0000007a}.student-auth-gate-dialog:focus{outline:3px solid var(--sjs-yellow);outline-offset:3px}.student-auth-gate-close{z-index:1;border:1px solid var(--border);width:40px;height:40px;color:var(--text);background:var(--surface-raised);border-radius:999px;place-items:center;padding:0;display:grid;position:absolute;top:14px;right:14px}.student-auth-gate-close svg{width:20px;height:20px}.student-auth-modal-form .student-auth-card{width:100%;box-shadow:none;border:0;border-radius:0}.student-auth-modal-form .student-auth-card>h2{padding-right:48px}.student-public-job-teaser{min-height:min(520px,100dvh - 190px)}.student-auth-brand-panel{min-height:100dvh;color:var(--sjs-white);background:var(--sjs-red);flex-direction:column;justify-content:space-between;padding:clamp(28px,5vw,72px);display:flex;position:relative;overflow:hidden}.student-auth-brand-panel>*{z-index:1;position:relative}.student-auth-logo-on-red{filter:brightness(0)invert()}.student-auth-brand-panel h1{letter-spacing:-.065em;max-width:640px;margin:8px 0 20px;font-size:clamp(48px,7vw,96px);font-weight:800;line-height:.88}.student-auth-brand-panel div>p:last-child{max-width:520px;margin:0;font-size:clamp(17px,2vw,22px);line-height:1.45}.student-auth-form-panel{background:var(--sjs-white);place-items:center;min-height:100dvh;padding:clamp(24px,5vw,72px);display:grid}.student-auth-card{border:1px solid color-mix(in srgb, var(--sjs-black) 14%, transparent);border-radius:var(--radius-lg);background:var(--sjs-white);width:min(560px,100%);box-shadow:var(--shadow-soft);gap:16px;padding:clamp(24px,4vw,46px);display:grid}.student-auth-card h2{letter-spacing:-.055em;margin:0;font-size:clamp(34px,5vw,54px);line-height:.96}.student-auth-card.student-job-login-card{border-top:4px solid var(--sjs-red);width:100%;min-width:0;box-shadow:none;padding:20px 16px}.student-job-login-card h2{font-size:clamp(22px,2vw,28px);line-height:1.1}.student-job-login-card .student-auth-description{font-size:14px}.student-job-login-card .student-auth-links{flex-wrap:wrap}.student-auth-description{color:var(--sjs-muted);margin:-4px 0 6px;line-height:1.5}.student-auth-back,.student-auth-secondary,.student-auth-links button{color:var(--sjs-black);background:0 0;border:0;padding:0;font-weight:800}.student-auth-back{justify-self:start;align-items:center;gap:7px;display:inline-flex}.student-auth-back svg{width:17px;height:17px}.student-password-field{display:block;position:relative}.student-password-field .student-input{padding-right:48px}.student-password-field button{background:0 0;border:0;border-radius:999px;place-items:center;width:36px;height:36px;padding:0;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.student-password-field svg{width:18px;height:18px}.student-password-rules{color:var(--sjs-muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 16px;margin:-5px 0 0;padding:0;font-size:11px;list-style:none;display:grid}.student-password-rules li.is-met{color:#0b5d38;font-weight:800}.student-auth-submit{width:100%;margin-top:3px}.student-auth-links{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.student-auth-links button,.student-auth-secondary{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.student-auth-secondary{justify-self:center}.student-employer-account-options{gap:28px;display:grid}.student-employer-account-options h2{margin:0 0 8px;font-size:22px}.student-employer-account-options p{margin:0 0 16px}.student-employer-account-options .student-button{white-space:normal}.student-onboarding-shell{min-height:100dvh;color:var(--sjs-black);background:var(--sjs-green);padding-bottom:50px}.student-onboarding-header{grid-template-columns:120px minmax(0,1fr) 120px;align-items:center;gap:24px;width:min(1180px,100% - 36px);margin:0 auto;padding:22px 0;display:grid}.student-onboarding-header>.student-button{color:var(--sjs-black);justify-self:end}.student-onboarding-progress{justify-content:center;align-items:center;gap:clamp(8px,2vw,24px);display:flex}.student-onboarding-progress>span{border:1px solid var(--sjs-black);background:var(--sjs-white);border-radius:999px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid;position:relative}.student-onboarding-progress>span.is-active{color:var(--sjs-white);background:var(--sjs-red)}.student-onboarding-progress svg{width:16px;height:16px}.student-onboarding-content{grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);align-items:start;gap:clamp(28px,6vw,86px);width:min(1180px,100% - 36px);margin:40px auto 0;display:grid}.student-onboarding-copy{position:sticky;top:30px}.student-onboarding-copy h1{letter-spacing:-.06em;margin:8px 0 20px;font-size:clamp(46px,7vw,82px);line-height:.9}.student-onboarding-copy>p:last-child{max-width:480px;margin:0;font-size:17px;line-height:1.55}.student-onboarding-card{border-radius:var(--radius-lg);gap:22px;padding:clamp(24px,4vw,44px);display:grid}.student-onboarding-actions{justify-content:space-between;align-items:center;gap:16px;padding-top:8px;display:flex}.student-proof-step,.student-legal-step{gap:18px;display:grid}.student-upload-zone{border:2px dashed color-mix(in srgb, var(--sjs-black) 38%, transparent);border-radius:var(--radius);text-align:center;cursor:pointer;background:var(--sjs-pink-tint);place-items:center;min-height:230px;padding:28px;display:grid}.student-upload-zone.is-complete{border-color:var(--sjs-black);background:var(--sjs-green-tint)}.student-upload-zone>svg{width:34px;height:34px;color:var(--sjs-red);margin-bottom:12px}.student-upload-zone strong,.student-upload-zone span{display:block}.student-upload-zone span{color:var(--sjs-muted);margin-top:6px;font-size:12px}.student-upload-zone input{opacity:0;width:1px;height:1px;position:absolute}.student-legal-links{gap:8px;display:grid}.student-legal-links a{border:1px solid color-mix(in srgb, var(--sjs-black) 18%, transparent);border-radius:var(--radius);color:var(--sjs-black);background:var(--sjs-pink-tint);align-items:center;gap:10px;padding:14px 16px;font-weight:800;display:flex}.student-legal-links svg{width:18px;height:18px;color:inherit}.student-disclosure-card{border:1px solid color-mix(in srgb, var(--sjs-black) 18%, transparent);border-radius:var(--radius-card);background:var(--sjs-white);gap:14px;padding:18px;display:grid}.student-disclosure-card>div{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.student-disclosure-card a{color:#a8170d;text-underline-offset:3px;font-weight:800;text-decoration:underline}.student-disclosure-card small{color:var(--sjs-muted);font-size:11px}.student-auth-legal-links{color:var(--sjs-muted);flex-wrap:wrap;justify-content:center;gap:8px 18px;padding-top:4px;font-size:12px;font-weight:700;display:flex}.student-auth-legal-links a{text-underline-offset:3px;text-decoration:underline}.student-auth-setup-link,.student-auth-setup-code{margin-top:10px;display:block}.student-auth-setup-link{font-weight:800;text-decoration:underline}.student-auth-setup-code{overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;font-size:12px}@media (max-width:900px){.student-auth-shell,.student-onboarding-content{grid-template-columns:1fr}.student-auth-brand-panel{min-height:360px}.student-auth-form-panel{min-height:auto}.student-onboarding-copy{position:static}}@media (max-width:640px){.student-auth-brand-panel{min-height:300px;padding:28px 20px}.student-auth-brand-panel h1{font-size:50px}.student-auth-form-panel{padding:18px 12px 32px}.student-auth-card{padding:24px 20px}.student-onboarding-header{grid-template-columns:auto 1fr auto;gap:10px}.student-onboarding-header img{width:44px}.student-onboarding-header .student-button{padding:0 8px;font-size:12px}.student-onboarding-progress{gap:5px}.student-onboarding-progress>span{width:28px;height:28px;font-size:10px}.student-onboarding-content{margin-top:18px}.student-onboarding-copy h1{font-size:48px}.student-password-rules{grid-template-columns:1fr}}.student-file-button{position:relative;overflow:hidden}.student-file-button input{opacity:0;width:1px;height:1px;position:absolute}.student-profile-tabs{scrollbar-width:thin;gap:8px;margin-bottom:18px;display:flex;overflow-x:auto}.student-profile-tabs button{border:1px solid var(--sjs-black);border-radius:var(--radius-control);min-height:44px;color:var(--sjs-black);background:var(--sjs-white);flex:none;align-items:center;gap:8px;padding:0 15px;font-size:13px;font-weight:800;display:inline-flex}.student-profile-tabs button.is-active{background:var(--sjs-yellow)}.student-profile-tabs svg{width:17px;height:17px}#profile-section{gap:24px;min-width:0;display:grid}.student-profile-overview{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;gap:24px;display:grid}.student-profile-overview>.student-panel{min-width:0;padding:32px}.student-profile-availability-card,.student-profile-preference-feedback{grid-column:1/-1}.student-profile-video-card{grid-area:span 2/2}.student-profile-work-card{grid-column:1}.student-profile-introduction .student-field-grid{gap:24px}.student-profile-overview .student-section-heading h2{font-size:24px}.student-profile-video-card>.student-file-button{width:fit-content}.student-profile-video-card .student-profile-video-panel{margin-bottom:20px}.student-profile-video-card video{max-height:240px}.student-profile-hint{color:var(--sjs-muted);margin:12px 0 0;font-size:14px;line-height:1.6}.student-profile-record-option{border-top:1px solid color-mix(in srgb, currentColor 16%, transparent);margin-top:24px;padding-top:20px}.student-profile-record-option summary{cursor:pointer;padding:8px 0;font-weight:700}.student-profile-record-option .student-page-actions{justify-content:flex-start}.student-profile-work-fields{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:24px;display:grid}.student-profile-work-fields>.student-field{grid-column:1/-1}.student-profile-work-fields .student-field,.student-profile-location-settings .student-field{margin:0}.student-profile-preferences{border:0;min-width:0;margin:24px 0 0;padding:0}.student-profile-settings-grid{grid-template-columns:minmax(200px,.8fr) minmax(0,2fr);gap:32px;display:grid}.student-profile-location-settings{border-right:1px solid color-mix(in srgb, currentColor 16%, transparent);align-content:start;gap:20px;padding-right:32px;display:grid}.student-profile-settings-grid h3{margin:0;font-size:18px}.student-profile-availability-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 16px;margin-top:24px;display:grid}.student-profile-form-actions{flex-wrap:wrap;grid-column:1/-1;margin-top:8px;display:flex}.student-profile-preferences>.student-profile-form-actions{border-top:1px solid color-mix(in srgb, currentColor 16%, transparent);margin-top:28px;padding-top:24px}@media (max-width:1100px){.student-profile-availability-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.student-profile-overview,.student-profile-work-fields,.student-profile-settings-grid{grid-template-columns:minmax(0,1fr)}.student-profile-video-card{grid-area:auto/1}.student-profile-overview>.student-panel{padding:24px}.student-profile-location-settings{border-right:0;border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);padding:0 0 24px}.student-profile-availability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:380px){.student-profile-overview>.student-panel{padding:20px}.student-profile-availability-grid{grid-template-columns:minmax(0,1fr)}}.student-profile-summary{gap:10px;margin:24px 0 0;display:grid}.student-profile-summary div{border-bottom:1px solid color-mix(in srgb, var(--sjs-black) 16%, transparent);justify-content:space-between;gap:12px;padding:11px 0;display:flex}.student-profile-summary dt,.student-profile-summary dd{margin:0}.student-profile-summary dt{font-weight:800}.student-record-list{gap:10px;display:grid}.student-record-card{border:1px solid color-mix(in srgb, var(--sjs-black) 14%, transparent);border-radius:var(--radius-card);background:var(--sjs-pink-tint);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.student-record-icon{width:44px;height:44px;color:var(--sjs-white);background:var(--sjs-red);border-radius:999px;place-items:center;display:grid}.student-record-icon svg{width:20px;height:20px}.student-record-card h3,.student-record-card p,.student-record-card small{margin:0}.student-record-card p{margin-top:4px}.student-record-card .student-record-description{color:var(--sjs-muted);white-space:pre-wrap;margin-top:10px;line-height:1.45}.student-record-card small{color:var(--sjs-muted);margin-top:6px;display:block}.student-record-card .student-icon-button{width:38px;height:38px;color:var(--sjs-red);box-shadow:none}.student-record-actions{gap:6px;display:inline-flex}.student-impact-experience-record{grid-template-columns:minmax(0,1fr) auto}.student-impact-experience-record .student-record-actions{justify-self:end}.student-record-actions .student-icon-button{color:var(--text)}.student-record-actions .student-icon-button.is-danger{color:var(--sjs-red)}.student-address-lookup{min-width:0;position:relative}.student-address-suggestions{z-index:25;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);max-height:260px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 42px #0000002e}.student-address-suggestions button{width:100%;color:var(--text);font:inherit;text-align:left;background:0 0;border:0;border-radius:4px;gap:3px;padding:10px;display:grid}.student-address-suggestions button:hover,.student-address-suggestions button:focus-visible{background:var(--sjs-pink-tint);outline:none}.student-address-suggestions span{color:var(--sjs-muted);font-size:12px}.student-chip-list{flex-wrap:wrap;gap:8px;margin:18px 0 24px;display:flex}.student-chip-list>span{border:1px solid var(--sjs-black);background:var(--sjs-yellow);border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 7px 0 13px;font-size:13px;font-weight:800;display:inline-flex}.student-chip-list button{width:27px;height:27px;color:var(--sjs-white);background:var(--sjs-black);border:0;border-radius:999px;place-items:center;padding:0;display:grid}.student-chip-list svg{width:13px;height:13px}.student-inline-form{align-items:end;gap:12px;display:flex}.student-inline-form .student-field{flex:1}.student-profile-documents-panel{min-height:400px}.student-profile-documents-panel>p{max-width:600px;font-size:17px}.student-profile-video-panel{gap:18px;margin-bottom:20px;display:grid}.student-profile-video-panel video{border-radius:var(--radius-card);background:var(--sjs-black);width:min(680px,100%);max-height:420px}.student-profile-video-panel .student-button{justify-self:start}@media (max-width:620px){.student-record-card{grid-template-columns:auto minmax(0,1fr)}.student-record-card .student-icon-button{grid-column:2;justify-self:start}.student-inline-form{flex-direction:column;align-items:stretch}}@media (max-width:980px){.student-grid-3,.student-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-grid-sidebar{grid-template-columns:1fr}.student-job-detail-screen.is-page .student-job-detail-layout{grid-template-columns:minmax(0,3fr) minmax(180px,1fr)}}@media (max-width:860px){.student-home-assistant-lockup,.student-home-speech-row,.student-home-action-grid{width:100%}}@media (max-width:720px){.student-job-detail-screen.is-page .student-job-detail-layout,.student-job-detail-screen.is-drawer .student-job-detail-layout{grid-template-columns:1fr}.student-job-detail-aside{position:static}.student-topbar{height:72px;box-shadow:0 14px 0 var(--background);padding:16px 16px 12px}.student-brand-button,.student-brand-button img{width:42px}.student-workspace{padding:98px 14px 104px}.student-home{min-height:calc(100dvh - 202px)}.student-home-assistant-lockup{--student-home-row-gap:24px;max-width:430px}.student-home-heading{white-space:normal;text-wrap:balance;font-size:clamp(20px,6.6vw,34px)}.student-home-speech-row,.student-home-prompt-form{min-width:0}.student-home-prompt-form input{font-size:13px}.student-home-action-grid{gap:var(--student-home-row-gap);grid-template-columns:1fr}.student-home-action-card{width:100%;min-height:78px}.student-page-header{flex-direction:column;align-items:flex-start}.student-page-header h1{font-size:clamp(38px,13vw,58px)}.student-page-actions{justify-content:flex-start;width:100%}.student-grid-2,.student-grid-3,.student-field-grid,.student-metric-grid{grid-template-columns:1fr}.student-panel{padding:20px}.student-mobile-nav{z-index:38;min-height:70px;padding:8px 5px max(8px, env(safe-area-inset-bottom));border:1px solid color-mix(in srgb, var(--sjs-black) 14%, transparent);color:var(--sjs-black);background:color-mix(in srgb, var(--sjs-white) 95%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:20px;grid-template-columns:repeat(6,1fr);display:grid;position:fixed;inset:auto 10px 10px;box-shadow:0 20px 60px #0003}.student-mobile-nav.is-public{grid-template-columns:repeat(3,1fr)}.student-mobile-nav a,.student-mobile-nav button{min-width:0;color:var(--sjs-muted);background:0 0;border:0;border-radius:12px;align-content:center;place-items:center;gap:4px;padding:4px 2px;font-size:9px;font-weight:800;display:grid}.student-mobile-nav a.is-active{color:var(--sjs-black);background:var(--sjs-yellow)}.student-mobile-nav svg{width:19px;height:19px}}@media (max-width:420px){.student-notification-button{display:none}.student-mobile-nav span{font-size:8px}.student-public-login{padding-inline:13px}.student-auth-gate-backdrop{align-items:end;padding:8px}.student-auth-gate-dialog{border-radius:20px;max-height:calc(100dvh - 16px)}.student-auth-modal-form .student-auth-card{padding:22px 18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.student-job-catalogue{width:min(100%,1120px)}.student-jobs-workspace,.student-job-results-column{min-width:0}.student-filter-menu{flex:180px;min-width:0;position:relative}.student-filter-native-select{flex:180px;gap:6px;min-width:0;display:grid}.student-filter-label{color:var(--sjs-muted);letter-spacing:.04em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:850;line-height:1.2;display:block}.student-filter-trigger{border:1px solid color-mix(in srgb, var(--sjs-black) 26%, var(--sjs-pink-tint));border-radius:var(--radius);width:100%;min-height:42px;color:var(--sjs-black);background:var(--sjs-white);text-align:left;justify-content:space-between;align-items:center;gap:10px;padding:9px 12px;font-size:13px;font-weight:700;line-height:1.25;display:flex}.student-filter-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.student-filter-trigger svg{flex:none;width:16px;height:16px}.student-filter-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.student-filter-trigger:focus-visible,.student-filter-option:focus-within{border-color:var(--sjs-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--sjs-red) 16%, transparent);outline:none}.student-filter-popover{border:1px solid color-mix(in srgb, var(--sjs-black) 18%, transparent);border-radius:var(--radius-control);background:var(--sjs-white);width:280px;max-width:calc(100vw - 16px);margin:0;padding:10px;position:fixed;inset:auto;box-shadow:0 18px 42px #00000029}.student-filter-popover:popover-open{flex-direction:column;display:flex}.student-filter-popover>:not(.student-filter-options){flex:none}.student-job-filter-toggle{width:100%;min-height:44px;color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:0;font-size:13px;font-weight:800;display:flex}.student-job-filter-toggle span{align-items:center;gap:8px;display:flex}.student-job-filter-toggle svg{flex-shrink:0;width:17px;height:17px}.student-job-filter-toggle>svg{transition:transform .2s}.student-job-filter-toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.student-job-filter-accordion{visibility:hidden;grid-template-rows:0fr;transition:grid-template-rows .2s,visibility .2s;display:grid}.student-job-filter-accordion.is-expanded{visibility:visible;grid-template-rows:1fr}.student-job-filter-content{min-height:0;overflow:hidden}.student-filter-search{align-items:center;display:flex;position:relative}.student-filter-search svg{width:16px;height:16px;color:var(--sjs-muted);pointer-events:none;position:absolute;left:11px}.student-filter-search input{border:1px solid color-mix(in srgb, var(--sjs-black) 24%, transparent);border-radius:var(--radius-control);width:100%;min-height:42px;color:var(--sjs-black);background:var(--sjs-white);padding:9px 11px 9px 35px}.student-filter-search input:focus{border-color:var(--sjs-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--sjs-red) 16%, transparent);outline:none}.student-filter-options{border:0;min-height:0;max-height:290px;margin:9px 0 0;padding:0 3px 0 0;overflow-y:auto}.student-filter-option-group{border:0;min-width:0;margin:0;padding:0;display:grid}.student-filter-option{border-radius:var(--radius-control);cursor:pointer;border:1px solid #0000;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:40px;padding:8px;font-size:13px;font-weight:700;line-height:1.25;display:grid}.student-filter-option:hover{background:var(--sjs-pink-tint)}.student-filter-option input{width:16px;height:16px;accent-color:var(--sjs-red);margin:0}.student-filter-option small{color:var(--sjs-muted);font-size:11px;font-weight:800}.student-filter-option-all{border-bottom:1px solid color-mix(in srgb, var(--sjs-black) 12%, transparent);border-radius:var(--radius-control) var(--radius-control) 0 0}.student-filter-empty{color:var(--sjs-muted);margin:0;padding:18px 9px;font-size:13px}.student-filter-actions{border-top:1px solid color-mix(in srgb, var(--sjs-black) 12%, transparent);justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.student-filter-actions .student-button{min-height:38px;padding:0 13px;font-size:12px}.student-saved-jobs .student-job-filters-column{margin-bottom:24px}@media (min-width:981px){.student-job-catalogue .student-jobs-workspace{grid-template-columns:minmax(256px,.8fr) minmax(0,2.2fr);align-items:start;gap:24px 18px;display:grid}.student-job-catalogue .student-job-filters-column{z-index:8;scrollbar-width:none;align-self:start;max-height:calc(100dvh - 145px);padding:1px 4px 20px 1px;position:sticky;top:122px;overflow-y:auto}.student-job-catalogue .student-job-filters-column::-webkit-scrollbar{display:none}.student-job-catalogue .student-job-primary-filters,.student-job-catalogue .student-job-advanced-grid{grid-template-columns:minmax(0,1fr);display:grid}.student-job-catalogue .student-job-primary-filters{align-items:stretch;gap:12px}.student-job-catalogue .student-job-primary-filters>.student-button{justify-self:stretch;width:100%}}@media (max-width:980px){.student-job-catalogue .student-job-filters-column{margin-bottom:18px}}.student-job-refine{border-top:1px solid color-mix(in srgb, var(--sjs-black) 14%, transparent);margin-top:12px}.student-job-refine>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:15px 2px 3px;font-size:13px;list-style:none;display:flex}.student-job-refine>summary::-webkit-details-marker{display:none}.student-job-refine>summary>span{align-items:center;gap:8px;font-weight:850;display:inline-flex}.student-job-refine>summary svg{width:18px;height:18px}.student-job-refine>summary strong{color:var(--sjs-black);background:var(--sjs-yellow);border-radius:999px;padding:5px 9px;font-size:11px}.student-job-refine>summary small{color:var(--sjs-muted);font-weight:700}.student-job-advanced-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:15px;display:grid}.student-job-filter-field{align-content:start;gap:7px;min-width:0;display:grid}.student-job-filter-field>span{font-size:12px;font-weight:850}.student-job-filter-field .student-select{min-width:0;min-height:44px}.student-job-distance-filter{grid-template-columns:minmax(0,1fr);gap:8px;margin-top:16px;display:grid}.student-job-distance-filter .student-button{white-space:nowrap;min-height:44px}.student-job-location-message,.student-job-hours-message{color:var(--sjs-muted);margin:12px 0 0;font-size:12px;font-weight:700;line-height:1.45}.student-job-result,.student-map-job-result{gap:7px;min-width:0;display:grid;position:relative}:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-grid{grid-template-columns:minmax(0,1fr);gap:0}:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-grid>.student-job-result:not(:first-child),:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-grid>.student-job-feed-ad:not(.is-loading){margin-top:15px}:is(.student-job-catalogue,.student-saved-jobs) .student-job-result .student-job-card{border-radius:var(--radius-card);background:var(--sjs-white);height:auto;min-height:0;transition:border-color var(--ease), box-shadow var(--ease);border:2px solid #0000;grid-template-rows:auto auto minmax(0,1fr);grid-template-columns:minmax(0,1.25fr) minmax(190px,.75fr);gap:0 22px;display:grid;transform:none;box-shadow:0 10px 30px #0000000f}:is(.student-job-catalogue,.student-saved-jobs) .student-job-result .student-job-card.is-featured{border-color:var(--sjs-red);background:var(--sjs-white)}:is(.student-job-catalogue,.student-saved-jobs) .student-job-card-topline{grid-area:1/1/auto/-1}:is(.student-job-catalogue,.student-saved-jobs) .student-job-card-body{grid-area:3/1;margin:10px 0 14px}:is(.student-job-catalogue,.student-saved-jobs) .student-job-card-badges{grid-area:2/1}:is(.student-job-catalogue,.student-saved-jobs) .student-job-card h3{font-size:clamp(20px,2.2vw,26px);line-height:1.12}:is(.student-job-catalogue,.student-saved-jobs) .student-job-summary{margin-top:9px}:is(.student-job-catalogue,.student-saved-jobs) .student-job-meta{border-left:1px solid color-mix(in srgb, var(--sjs-black) 14%, transparent);grid-area:2/2/4;grid-template-columns:minmax(0,1fr);align-content:start;margin:0;padding:0 0 0 20px}@media (max-width:700px){:is(.student-job-catalogue,.student-saved-jobs) .student-job-result .student-job-card{grid-template-columns:minmax(0,1fr)}:is(.student-job-catalogue,.student-saved-jobs) .student-job-card-topline,:is(.student-job-catalogue,.student-saved-jobs) .student-job-card-badges,:is(.student-job-catalogue,.student-saved-jobs) .student-job-card-body,:is(.student-job-catalogue,.student-saved-jobs) .student-job-meta{grid-area:auto/1}:is(.student-job-catalogue,.student-saved-jobs) .student-job-meta{border-left:0;grid-template-columns:minmax(0,1fr);padding:0}}.student-job-result .student-job-card{height:100%}.student-job-distance{border:1px solid color-mix(in srgb, var(--sjs-black) 18%, transparent);color:var(--sjs-black);background:var(--sjs-white);border-radius:999px;justify-self:start;align-items:center;gap:5px;padding:5px 9px;font-size:11px;font-weight:850;display:inline-flex}.student-job-distance svg{width:13px;height:13px;color:var(--sjs-red)}.student-synced-map-layout{grid-template-columns:minmax(0,1.42fr) minmax(310px,.58fr)}.student-interactive-map-panel{border-color:color-mix(in srgb, var(--sjs-black) 20%, transparent);max-height:none;padding:0;overflow:hidden}.student-interactive-map-heading{border-bottom:1px solid color-mix(in srgb, var(--sjs-black) 16%, transparent);background:var(--surface-raised);min-height:88px;margin:0;padding:17px 20px}.student-map-results-column{min-width:0}.student-map-list-heading{gap:3px;margin-bottom:10px;display:grid}.student-map-list-heading strong{font-size:15px}.student-map-list-heading small{color:var(--muted);font-size:11px;line-height:1.4}.student-map-synced-list{scroll-behavior:smooth;scrollbar-width:none;max-height:calc(100dvh - 205px);padding:3px 5px 16px 3px;overflow:auto}.student-map-synced-list::-webkit-scrollbar{display:none}.student-map-job-result{border-radius:var(--radius-card);transition:border-color var(--ease), background var(--ease);border:2px solid #0000;padding:3px}.student-map-job-result.is-selected{border-color:var(--sjs-red);background:var(--sjs-red)}.student-map-job-result.is-selected .student-job-card{transform:none}.student-map-empty-area{padding:18px}.student-map-empty-area p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.student-jobs-map{width:100%;height:clamp(390px,58vh,620px);color:var(--sjs-black);background:var(--sjs-green-tint);cursor:grab;touch-action:none;isolation:isolate;position:relative;overflow:hidden}.student-jobs-map.is-dragging{cursor:grabbing}.student-jobs-map-tiles,.student-jobs-map-markers{position:absolute;inset:0}.student-jobs-map-tiles{z-index:0;pointer-events:none}.student-jobs-map-tiles img{-webkit-user-select:none;user-select:none;width:256px;max-width:none;height:256px;position:absolute}.student-jobs-map-markers{z-index:2;pointer-events:none}.student-map-marker{width:44px;height:48px;color:var(--sjs-white);filter:drop-shadow(0 5px 5px #00000047);transform-origin:50% 88%;transition:transform var(--ease);pointer-events:auto;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;transform:translate(-50%,-91%)}.student-map-cluster{color:#fff;background:var(--sjs-red);pointer-events:auto;border:2px solid #fff;border-radius:50%;place-items:center;min-width:44px;height:44px;padding:0 8px;font-weight:800;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000004d}.student-job-company-logo{flex-shrink:0;justify-content:flex-end;width:96px;height:50px;margin-top:12px;display:flex}.student-job-company-logo img{object-fit:contain;object-position:right center;background:#fff;border-radius:4px;width:96px;height:50px;padding:4px}.student-map-cluster:focus-visible{outline:3px solid var(--sjs-black);outline-offset:3px}.student-map-marker:hover,.student-map-marker:focus-visible,.student-map-marker.is-selected{transform:translate(-50%,-91%)scale(1.18)}.student-map-marker svg{width:44px;height:48px;fill:var(--sjs-red);stroke:var(--sjs-white);stroke-width:1.7px;position:absolute;inset:0}.student-map-marker.is-selected svg{fill:var(--sjs-black)}.student-map-marker>span{z-index:1;margin-top:-8px;font-size:11px;font-weight:900;position:relative}.student-map-reference-marker{z-index:4;border:4px solid var(--sjs-white);width:34px;height:34px;color:var(--sjs-white);background:var(--sjs-red);pointer-events:none;border-radius:999px;place-items:center;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 5px 14px #0000004d}.student-map-reference-marker svg{width:17px;height:17px}.student-map-controls{z-index:6;grid-template-columns:auto 40px;gap:5px;display:grid;position:absolute;top:12px;right:12px}.student-map-pan-controls{grid-template-rows:repeat(3,40px);grid-template-columns:repeat(3,40px);gap:5px;display:grid}.student-map-pan-up{grid-area:1/2}.student-map-pan-left{grid-area:2/1}.student-map-pan-right{grid-area:2/3}.student-map-pan-down{grid-area:3/2}.student-map-zoom-controls{align-content:start;gap:5px;display:grid}.student-map-controls button{border:1px solid color-mix(in srgb, var(--sjs-black) 24%, transparent);width:40px;height:40px;color:var(--sjs-black);background:var(--sjs-white);border-radius:10px;place-items:center;padding:0;display:grid;box-shadow:0 6px 18px #00000029}.student-map-controls button:hover,.student-shell.theme-dark .student-map-controls button:hover{color:var(--sjs-white);border-color:var(--sjs-red);background:var(--sjs-red)}.student-map-controls svg{width:18px;height:18px}.student-map-selection{z-index:5;border:1px solid var(--sjs-black);border-radius:var(--radius-card);width:min(340px,100% - 80px);color:var(--sjs-white);background:color-mix(in srgb, var(--sjs-black) 94%, transparent);gap:3px;padding:14px 16px;display:grid;position:absolute;bottom:31px;left:14px;box-shadow:0 14px 35px #00000047}.student-map-selection p,.student-map-selection strong,.student-map-selection span{margin:0}.student-map-selection p,.student-map-selection span{font-size:12px}.student-map-selection p{color:var(--sjs-yellow);font-weight:800}.student-map-selection>div{gap:12px;margin-top:7px;display:flex}.student-map-selection a{color:var(--sjs-white);text-underline-offset:3px;font-size:12px;font-weight:850;text-decoration:underline}.student-map-attribution{z-index:7;color:#313131;background:#ffffffe0;border-radius:3px;padding:2px 5px;font-size:9px;text-decoration:underline;position:absolute;bottom:4px;right:5px}@media (max-width:1120px){.student-job-advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-synced-map-layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}}@media (max-width:820px){.student-synced-map-layout{grid-template-columns:1fr}.student-interactive-map-panel{position:static}.student-map-synced-list{max-height:none;padding-right:3px;overflow:visible}}@media (max-width:620px){.student-job-refine>summary{align-items:flex-start}.student-job-refine>summary small{text-align:right;max-width:145px}.student-job-advanced-grid{grid-template-columns:1fr}.student-jobs-map{height:360px}.student-map-selection{width:calc(100% - 74px);padding:11px 13px;bottom:29px}.student-map-controls{top:8px;right:8px}}.student-shell.theme-light{--background:var(--sjs-white);--surface:var(--sjs-white);--surface-raised:#f2f2f2;--text:var(--sjs-black);--muted:var(--sjs-muted);--border:color-mix(in srgb, var(--sjs-black) 14%, var(--sjs-white));--strong-border:var(--sjs-black);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.student-shell.theme-dark{--background:var(--sjs-black);--surface:#0d0d0d;--surface-raised:#1a1a1a;--text:var(--sjs-white);--muted:#c4c4c4;--sjs-muted:#c4c4c4;--border:#ffffff3d;--strong-border:var(--sjs-white);--shadow:0 20px 60px #000000b8;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.student-shell:is(.theme-green,.theme-pink){--student-colour-field-height:33dvh;background-color:var(--background);background-image:linear-gradient(to bottom, var(--sjs-black) 0, var(--sjs-black) var(--student-colour-field-height), transparent var(--student-colour-field-height), transparent 100%);background-repeat:no-repeat}.student-shell:is(.theme-green,.theme-pink).is-home-page{--student-colour-field-height:50dvh}:is(html:has(.student-shell.theme-green),body:has(.student-shell.theme-green)){background:var(--sjs-green)}:is(html:has(.student-shell.theme-pink),body:has(.student-shell.theme-pink)){background:var(--sjs-pink)}:is(html:has(.student-shell.theme-light),body:has(.student-shell.theme-light)){background:var(--sjs-white)}:is(html:has(.student-shell.theme-dark),body:has(.student-shell.theme-dark)){background:var(--sjs-black)}.student-shell:is(.theme-green,.theme-pink) .student-topbar{color:var(--sjs-white);background:var(--sjs-black);box-shadow:0 24px 0 var(--sjs-black);position:absolute}.student-shell:is(.theme-green,.theme-pink).is-home-page .student-home-heading,.student-shell:is(.theme-green,.theme-pink).is-inner-page .student-page:not(.is-drawer,.is-modal)>.student-page-header,.student-shell:is(.theme-green,.theme-pink).is-inner-page .student-document-hub .student-page-header,.student-shell:is(.theme-green,.theme-pink).is-inner-page .student-job-detail-screen.is-page>.student-job-page-toolbar{color:var(--sjs-white)}.student-shell:is(.theme-green,.theme-pink).is-inner-page .student-page:not(.is-drawer,.is-modal)>.student-page-header .student-page-description,.student-shell:is(.theme-green,.theme-pink).is-inner-page .student-document-hub .student-page-header .student-page-description{color:#ffffffc7}.student-shell.theme-dark :is(.student-panel-white,.student-panel-red,.student-metric-card,.student-ad-inline,.student-job-card,.student-job-detail-drawer,.student-application-card,.student-auth-gate-dialog,.student-auth-card,.student-quick-apply-confirmation,.student-uploaded-document-list article,.student-notification-card,.student-message,.student-filter-trigger,.student-filter-popover,.student-job-result .student-job-card,.student-job-distance,.student-map-controls button){color:var(--text);border-color:var(--border);background:var(--surface)}.student-shell.theme-dark .student-job-card.is-featured{border-color:var(--sjs-red)}.student-shell :is(.student-job-catalogue,.student-saved-jobs) .student-job-card:not(.is-closed):is(:hover,:focus-within){border-color:var(--sjs-red);box-shadow:0 0 0 2px var(--sjs-red), 0 16px 38px #0000001a;transform:none}.student-shell.theme-dark :is(.student-panel-neutral,.student-home-action-card.is-disabled,.student-notification-card.is-unread),.student-shell.theme-dark :is(.student-document-choice,.student-record-card,.student-upload-type){color:var(--text);border-color:var(--border);background:var(--surface-raised)}.student-shell.theme-dark .student-document-choice.is-selected{color:var(--text);border-color:var(--sjs-red);background:color-mix(in srgb, var(--sjs-red) 18%, var(--surface))}.student-shell.theme-dark :is(.student-input,.student-select,.student-textarea,.student-filter-search input){color:var(--text);border-color:var(--border);background:var(--surface)}.student-shell.theme-dark :is(.student-segmented,.student-save-button,.student-progress,.student-map-places a,.student-profile-tabs button){color:var(--text);border-color:var(--strong-border);background:var(--surface)}.student-shell.theme-dark .student-segmented :is(button,a):not(.is-active){color:var(--text)}.student-shell.theme-dark :is(.student-segmented .is-active,.student-profile-tabs button.is-active,.student-status-warning,.student-notice-warning,.student-panel-yellow,.student-feature-icon.is-yellow,.student-empty-icon,.student-notification-icon,.student-map-job-result.is-selected){color:var(--sjs-black)}.student-shell.theme-dark .student-profile-tabs button.is-active,.student-shell.theme-dark .student-message.is-student{color:var(--sjs-black);background:var(--sjs-yellow)}.student-shell.theme-dark .student-save-button[aria-pressed=true]{color:var(--sjs-red);background:var(--surface)}.student-shell.theme-dark :is(.student-job-summary,.student-job-requirements-list dt,.student-job-bullet-points,.student-application-card,.student-notification-card,.student-support-thread-list>button){color:var(--text)}.student-shell.theme-dark .student-job-card-footer .student-button{color:var(--text);border-color:var(--strong-border)}.student-shell.theme-dark .student-button-outline,.student-shell.theme-dark .student-button-secondary{color:var(--text);background:var(--surface)}.student-shell.theme-dark .student-button-quiet:hover{background:var(--surface-raised)}.student-shell.theme-dark :is(.student-filter-option:hover,.student-support-thread-list>button:hover,.student-support-thread-list>button.is-active){color:var(--text);background:var(--surface-raised)}.student-shell.theme-dark :is(.student-panel,.student-job-detail-aside,.student-job-card-footer,.student-job-meta,.student-available-jobs,.student-job-refine,.student-profile-summary div,.student-chip-list>span){border-color:var(--border)}.student-shell.theme-dark :is(.student-auth-back,.student-auth-secondary,.student-auth-links button){color:var(--text)}.student-shell.theme-dark .student-password-rules li.is-met{color:#8bd7ad}.student-shell.theme-dark .student-uploaded-document-list .student-icon-button{color:var(--text)}.student-shell.theme-dark .student-uploaded-document-list button.student-icon-button{color:var(--sjs-red)}.student-shell.theme-dark .student-mobile-nav{color:var(--text);border-color:var(--border);background:#0d0d0df2}.student-shell.theme-dark .student-mobile-nav :is(a,button){color:var(--muted)}.student-shell.theme-dark .student-mobile-nav a.is-active{color:var(--sjs-black)}.student-shell.theme-dark :focus-visible{outline-color:var(--sjs-red);box-shadow:0 0 0 6px var(--sjs-white)}.student-theme-selector{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised);gap:10px;padding:12px;display:grid}.student-theme-selector-label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:850;display:flex}.student-theme-selector-label svg{width:16px;height:16px}.student-theme-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.student-theme-option{border-radius:var(--radius-control);min-width:0;min-height:38px;color:var(--text);background:var(--surface);text-align:left;border:1px solid #0000;align-items:center;gap:8px;padding:7px 9px;font-size:12px;font-weight:800;display:flex}.student-theme-option:hover{border-color:var(--strong-border)}.student-theme-option.is-active{border-color:var(--sjs-red);box-shadow:inset 0 0 0 1px var(--sjs-red)}.student-theme-swatch{border:1px solid #00000052;border-radius:999px;flex:0 0 16px;width:16px;height:16px}.student-theme-swatch.is-green{background:linear-gradient(135deg, var(--sjs-black) 0 50%, var(--sjs-green) 50%)}.student-theme-swatch.is-pink{background:linear-gradient(135deg, var(--sjs-black) 0 50%, var(--sjs-pink) 50%)}.student-theme-swatch.is-light{background:var(--sjs-white)}.student-theme-swatch.is-dark{background:var(--sjs-black);border-color:#ffffff9e}@media (max-width:420px){.student-theme-options{grid-template-columns:1fr}}.student-ad-card.is-loading{border-width:0;height:0;min-height:0;margin-block:0;padding-block:0;overflow:hidden}.student-ad-sidebar{display:none}@media (min-width:981px){.student-ad-sidebar{margin-top:20px;display:flex}}.student-job-card-footer{grid-column:1/-1;align-items:flex-end;margin-top:auto}.student-job-card-footer .student-job-company-logo{margin-left:auto}.student-quick-apply-button{z-index:2;border:1px solid var(--sjs-black);width:auto;height:44px;color:var(--sjs-black);background:var(--sjs-yellow);white-space:nowrap;cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex;position:relative}.student-quick-apply-button svg{width:18px;height:18px}.student-job-featured-logo img{object-fit:contain;object-position:left center;background:#fff;border-radius:12px;width:160px;height:80px;padding:8px;display:block}.student-job-header{grid-template-columns:minmax(0,1fr) auto;gap:16px clamp(12px,2vw,24px);min-width:0;margin-bottom:20px;display:grid}.student-job-prior-employer-row{justify-content:flex-end;min-width:0;margin-bottom:16px;display:flex}.student-job-detail-screen.is-drawer .student-job-prior-employer-row{padding-right:104px}.student-job-prior-employer{background:var(--sjs-yellow);color:#000;border-radius:12px;align-items:center;gap:8px;max-width:100%;padding:8px 12px;font-size:13px;font-weight:700;line-height:1.4;display:inline-flex}.student-job-prior-employer svg{flex:0 0 18px;width:18px;height:18px}.student-job-header>.student-page-header{grid-area:1/1;min-width:0;margin:0}.student-job-detail-screen.is-drawer .student-job-header>.student-page-header{margin:0;padding-right:0}.student-job-header>.student-page-header>div:first-child{overflow-wrap:anywhere;min-width:0}.student-job-header:not(:has(>.student-job-featured-logo))>.student-page-header{grid-column:1/-1}.student-job-header:not(:has(>.student-job-featured-logo,.student-job-application-count)){grid-template-columns:minmax(0,1fr)}.student-job-detail-screen.is-drawer .student-job-header:not(:has(>.student-job-featured-logo))>.student-page-header{padding-right:92px}.student-job-header>.student-job-featured-logo{grid-area:1/2;align-self:end;width:clamp(80px,14vw,160px)}.student-job-detail-screen.is-drawer .student-job-header>.student-job-featured-logo{margin-top:48px}.student-job-header>.student-job-featured-logo img{object-position:center;width:100%;height:clamp(56px,10vw,80px)}.student-job-header>.student-job-action-row{display:contents}.student-job-header .student-page-actions{grid-area:2/1;align-self:center;min-width:0}.student-job-header .student-job-application-count{grid-area:2/2;place-self:center start;margin:0}.student-shell:is(.theme-green,.theme-pink).is-inner-page .student-job-detail-screen.is-page .student-job-header>.student-page-header{color:var(--sjs-white)}.student-shell:is(.theme-green,.theme-pink).is-inner-page .student-job-detail-screen.is-page .student-job-header .student-page-description{color:#ffffffc7}@media (max-width:620px){.student-job-header>.student-page-header{grid-column:1/-1}.student-job-detail-screen.is-drawer .student-job-header>.student-page-header{padding-right:92px}.student-job-detail-screen .student-job-header>.student-job-featured-logo,.student-job-detail-screen.is-drawer .student-job-header>.student-job-featured-logo{grid-row:2;margin-top:0}.student-job-header .student-job-application-count{grid-row:3}.student-job-header .student-page-actions{grid-area:4/1/auto/-1}.student-job-header:not(:has(>.student-job-featured-logo)) .student-job-application-count{grid-row:2}:is(.student-job-header:not(:has(>.student-job-featured-logo)) .student-page-actions,.student-job-header:not(:has(.student-job-application-count)) .student-page-actions){grid-row:3}.student-job-header:not(:has(>.student-job-featured-logo,.student-job-application-count)) .student-page-actions{grid-row:2}}.student-job-featured-banner{margin-bottom:24px}.student-job-featured-banner img{object-fit:contain;border-radius:12px;width:100%;height:auto;max-height:400px;display:block}.student-page:is(.student-job-catalogue,.student-saved-jobs,.student-native-home):not(.has-job-detail),.student-footer-panel{width:min(100%,1520px)}.student-job-results-column{container:job-results/inline-size}.student-jobs-pin{grid-template-columns:minmax(0,1fr);grid-auto-rows:1px;align-items:start;column-gap:16px;display:grid}.student-jobs-pin>*{align-self:start;min-width:0}.student-jobs-pin>.student-job-feed-ad.is-loading{display:none}@container job-results (min-width:320px){.student-jobs-pin{grid-template-columns:repeat(2,minmax(0,1fr))}}@container job-results (min-width:900px){.student-jobs-pin{grid-template-columns:repeat(3,minmax(0,1fr))}}:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-pin .student-job-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);overflow-wrap:anywhere;flex-direction:column;gap:0;height:auto;min-height:0;padding:18px;display:flex}:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-pin .student-job-card.is-featured{border:2px solid var(--sjs-red)}:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-pin .student-job-card h3{letter-spacing:-.025em;font-size:23px;line-height:1.16}:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-pin .student-job-meta{border-left:0;border-top:1px solid var(--border);margin:14px 0 0;padding:14px 0 0}:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-pin .student-job-card-body{margin:14px 0 0;display:block}:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-pin .student-job-summary{-webkit-line-clamp:unset;max-height:none;line-height:1.6;display:block;overflow:visible}.student-jobs-pin .student-job-summary :is(p,ul,ol,blockquote)+:is(p,ul,ol,blockquote){margin-top:8px}.student-jobs-pin .student-job-card-footer{flex-wrap:wrap;gap:12px}.student-jobs-pin .student-job-featured-banner{margin-bottom:16px}.student-jobs-pin .student-job-featured-banner img{max-height:none}@container job-results (max-width:480px){:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-pin .student-job-card{padding:12px}:is(.student-job-catalogue,.student-saved-jobs) .student-jobs-pin .student-job-card h3{font-size:18px}.student-jobs-pin .student-job-card-topline{flex-wrap:wrap;gap:8px}.student-jobs-pin .student-job-card-heading{flex-basis:100%}.student-jobs-pin .student-save-button{margin-left:auto}.student-jobs-pin .student-quick-apply-button{white-space:normal;max-width:100%;height:auto;min-height:44px;padding:8px}}.student-session-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:32px;display:flex}.student-session-brand{color:var(--sjs-red);font-size:100px;font-weight:900;line-height:1}.student-session-state .student-loading-state{min-height:0}.student-session-state h1{font-size:26px}.student-button.student-home-shortcut-disabled:disabled{color:var(--muted);background:color-mix(in srgb, var(--muted) 15%, var(--surface));border-color:var(--border);opacity:1;box-shadow:none}.student-saved-searches{border-top:1px solid var(--border);margin-top:24px;padding-top:20px}.student-saved-searches h2{margin:0;font-size:18px}.student-saved-searches p{color:var(--muted);font-size:13px}.student-saved-searches ul{gap:8px;padding:0;list-style:none;display:grid}.student-saved-searches li{gap:6px;display:flex}.student-saved-searches li>button:first-child{overflow-wrap:anywhere;flex:1}.student-saved-searches form{gap:10px;display:grid}.student-saved-searches form>label:first-child{gap:6px;font-size:14px;display:grid}.student-saved-search-copy{align-items:center;gap:6px;font-size:13px;display:flex}.student-theme-status{color:var(--text);margin:12px 0;font-size:13px;line-height:1.5}.student-theme-status button{width:100%;margin-top:8px}.student-available-jobs{flex-wrap:wrap;gap:8px}.student-all-jobs-toggle{cursor:pointer;align-items:center;gap:6px;margin-left:auto;display:inline-flex;position:relative}.student-available-jobs .student-all-jobs-toggle>span:first-child{font-size:13px;font-weight:600}.student-all-jobs-toggle input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.student-all-jobs-track{border:1px solid var(--text);background:var(--surface);border-radius:999px;align-items:center;width:34px;height:20px;padding:2px;display:inline-flex}.student-all-jobs-track:after{content:"";background:var(--text);border-radius:50%;width:14px;height:14px}.student-all-jobs-toggle input:checked+.student-all-jobs-track{background:var(--sjs-red);border-color:var(--sjs-red)}.student-all-jobs-toggle input:checked+.student-all-jobs-track:after{background:#fff;transform:translate(14px)}.student-all-jobs-toggle input:focus-visible+.student-all-jobs-track{outline:2px solid var(--text);outline-offset:3px}.student-saved-closed-toggle{gap:12px;margin:16px 0 0;font-size:14px;font-weight:600}.student-mobile-mark{display:none}@media (max-width:720px){.student-drawer-nav .student-mobile-mark{text-align:left;width:100%;font:inherit;border:0;display:flex}.student-mobile-nav button:disabled{color:#888;opacity:1;cursor:not-allowed}.student-shell.theme-dark .student-mobile-nav button:disabled{color:#888}}.student-page.student-applications{width:min(100%,1520px)}.student-application-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.student-application-toolbar .student-application-filters{max-width:100%;margin:0}.student-application-toolbar>span{color:var(--sjs-muted);font-size:14px}.student-application-results .student-jobs-grid{grid-template-columns:minmax(0,1fr);gap:16px}.student-applications .student-application-card{border-width:2px;min-width:0;height:auto;text-decoration:none}.student-applications .student-application-card:is(:hover,:focus-visible){border-color:var(--sjs-red);transform:none}.student-applications .student-application-card h2{overflow-wrap:anywhere;margin:0 0 8px;font-size:clamp(20px,2vw,28px)}.student-applications .student-application-card .student-application-employer{text-transform:none;margin:0 0 13px;font-size:14px}.student-application-detail .student-application-employer{color:var(--sjs-muted);margin:0 0 8px;font-size:18px;font-weight:700}.student-applications .student-jobs-pin .student-application-card,.student-applications .student-map-results-column .student-application-card{grid-template-columns:minmax(0,1fr)}.student-applications .student-jobs-pin .student-application-status-column,.student-applications .student-map-results-column .student-application-status-column{align-items:flex-start}.student-application-meta{flex-wrap:wrap;align-items:center;gap:8px 16px;display:flex}.student-applications .student-application-meta>span{min-width:0;margin:0;line-height:1.5}.student-application-meta svg{flex-shrink:0}.student-application-closed{font-weight:700}.student-application-back{margin-bottom:16px}.student-application-detail .student-contact-panel a,.student-application-detail .student-page-description{overflow-wrap:anywhere}@media (max-width:600px){.student-applications .student-application-card{padding:16px}.student-applications .student-application-filters button{padding-inline:10px;font-size:12px}}.student-page.student-profile{width:min(100%,1520px)}.student-profile :is(.student-panel,.student-field,.student-input,.student-textarea,.student-select,.student-grid,.student-field-grid){min-width:0;max-width:100%}.student-profile .student-panel{overflow-wrap:anywhere;container-type:inline-size}.student-profile .student-field-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}.student-profile .student-field-grid>.student-button{white-space:normal;grid-column:1/-1;justify-self:start;max-width:100%}.student-profile .student-chip-list>span{max-width:100%;color:var(--sjs-black);padding-block:6px}.student-profile .student-chip-list button{flex-shrink:0}.student-profile .student-profile-about{grid-template-columns:minmax(0,1.2fr) minmax(440px,1fr)}.student-profile .student-profile-about-fields{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;margin-bottom:24px}.student-profile-about-fields .student-field{align-content:start}.student-profile-about-fields :is(.student-input,.student-select){height:48px}.student-shell .student-profile-about-fields .student-input:disabled{color:#646464;-webkit-text-fill-color:#646464;opacity:1;cursor:not-allowed;background:#ededed;border-color:#c6c6c6}.student-shell.theme-dark .student-profile-about-fields .student-input:disabled{color:#b8b8b8;-webkit-text-fill-color:#b8b8b8;background:#303030;border-color:#555}.student-profile-card-header{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding-bottom:24px;display:flex}.student-profile-card-header>div{min-width:0}.student-profile-card .student-profile-avatar{background:var(--sjs-yellow);height:56px;color:var(--sjs-black);border-radius:16px;flex:0 0 56px;place-items:center;display:grid}.student-profile-avatar svg{width:28px;height:28px}.student-profile-card .student-profile-card-header h2{font-size:26px;line-height:1.2}.student-profile-card-header p{color:var(--muted);margin:6px 0 0;font-size:15px;line-height:1.5}.student-profile-card .student-profile-summary{gap:0;margin-top:8px}.student-profile-card .student-profile-summary>div{border-bottom:1px solid var(--border);grid-template-columns:36px minmax(0,1fr);align-items:start;gap:4px 12px;padding:18px 0;display:grid;position:relative}.student-profile-card .student-profile-summary>div:last-child{border-bottom:0;padding-bottom:0}.student-profile-card .student-profile-summary dt{color:var(--muted);grid-column:2;font-size:13px;font-weight:600}.student-profile-card .student-profile-summary dt svg{width:36px;height:36px;color:var(--text);background:var(--surface-raised);border-radius:12px;padding:8px;position:absolute;top:18px;left:0}.student-profile-card .student-profile-summary dd{text-align:left;grid-column:2;min-width:0;font-size:15px;font-weight:600;line-height:1.5}@media (max-width:1100px){.student-profile .student-profile-about{grid-template-columns:minmax(0,1fr)}}@container (max-width:420px){.student-profile .student-profile-about-fields{grid-template-columns:minmax(0,1fr)}}.student-profile-documents{gap:18px;display:grid}.student-profile-document-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.student-profile-document-list{gap:16px;margin:0 0 20px;padding:0;list-style:none;display:grid}.student-profile-document-list li{border-bottom:1px solid var(--border);min-width:0;padding-bottom:16px}.student-profile-document-name{align-items:start;gap:10px;display:flex}.student-profile-document-name strong{overflow-wrap:anywhere;min-width:0}.student-profile-document-name>svg{flex-shrink:0;width:20px}.student-profile-document-meta,.student-profile-document-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.student-profile-document-meta{font-size:13px}.student-profile-default{background:var(--sjs-yellow);color:var(--sjs-black);border-radius:999px;align-items:center;gap:5px;padding:4px 9px;font-weight:800;display:inline-flex}.student-profile-default svg{width:14px;height:14px}.student-profile-document-actions .student-button{padding-inline:12px;font-size:13px}.student-profile-document-actions .student-icon-button{color:var(--sjs-red)}.student-profile-document-category>.student-file-button{white-space:normal;max-width:100%}.student-profile .student-file-button:has(input:focus-visible){outline:3px solid var(--sjs-red);outline-offset:3px}.student-profile .student-file-button:has(input:disabled){opacity:.55;cursor:wait}@media (max-width:760px){.student-profile-document-grid{grid-template-columns:minmax(0,1fr)}}.student-page.student-support-page{width:min(100%,1520px)}.student-support-page .student-page-actions{flex-wrap:wrap;gap:10px;display:flex}.student-support-help{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.student-support-help>a,.student-support-help>button{border:1px solid var(--border);min-width:0;color:var(--text);background:var(--surface);text-align:left;border-radius:12px;align-items:center;gap:12px;padding:18px;text-decoration:none;display:flex}.student-support-help>:hover{border-color:var(--text)}.student-support-help svg{flex-shrink:0;width:24px;height:24px}.student-support-help span{min-width:0}.student-support-help strong,.student-support-help small{overflow-wrap:anywhere;display:block}.student-support-help small{color:var(--muted);margin-top:4px;font-size:12px}.student-support-service{color:var(--muted);margin:14px 0 24px;font-size:13px;line-height:1.6}.student-support-page .student-support-layout{grid-template-columns:minmax(280px,.7fr) minmax(0,1.6fr);min-height:600px}.student-support-page .student-support-inbox,.student-support-page .student-support-conversation{min-width:0;height:clamp(600px,100dvh - 220px,850px);min-height:600px}.student-support-filters{flex-wrap:wrap;gap:4px;padding:0 4px 14px;display:flex}.student-support-filters button{border:1px solid var(--border);min-height:44px;color:var(--text);background:0 0;border-radius:12px;flex:1;padding:8px;font-weight:700}.student-support-filters button[aria-pressed=true]{color:#000;background:var(--sjs-yellow);border-color:#000}.student-support-ticket-status{margin-bottom:5px;font-size:11px;font-weight:800;display:inline-block}.student-support-page .student-support-thread-list>button{padding:14px 10px}.student-support-page .student-support-thread-list>button.is-active{box-shadow:inset 3px 0 var(--sjs-red)}.student-support-conversation-header small{color:var(--muted);overflow-wrap:anywhere;margin-top:6px;font-size:11px;display:block}.student-support-page .student-message{overflow-wrap:anywhere;flex-shrink:0}.student-support-page .student-support-composer{flex-shrink:0}.student-support-page .student-support-composer-actions{flex-wrap:wrap;justify-content:space-between;align-items:flex-end}.student-support-attachments{flex:1;min-width:0}.student-support-attachments>small{color:var(--muted);margin-top:6px;font-size:11px;display:block}.student-support-attachments ul{flex-wrap:wrap;gap:6px;margin:0 0 10px;padding:0;list-style:none;display:flex}.student-support-attachments li{border:1px solid var(--border);border-radius:12px;align-items:center;gap:8px;max-width:100%;padding:4px 8px;font-size:12px;display:flex}.student-support-attachments li>span{overflow-wrap:anywhere;min-width:0}.student-support-attachments li>svg{flex-shrink:0;width:18px}.student-support-attachments .student-icon-button{flex-shrink:0}.student-support-image-preview{object-fit:cover;border-radius:6px;width:40px;height:40px}.student-support-received-image{object-fit:contain;border-radius:12px;max-width:100%;max-height:220px;display:block}.student-support-page .student-message-attachments a{overflow-wrap:anywhere;max-width:100%;display:block}.student-support-closed{border-top:1px solid var(--border);padding:14px 4px}.student-support-closed p{font-size:14px}.student-support-dialog{border:1px solid var(--border);width:min(620px,100% - 28px);max-height:calc(100dvh - 28px);color:var(--text);background:var(--surface);border-radius:12px;padding:24px;position:fixed;overflow-y:auto}.student-support-dialog::backdrop{background:#000000a6}.student-support-dialog-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.student-support-dialog-header h2{letter-spacing:-.03em;margin:0;font-size:28px}.student-support-dialog-header p:not(.student-eyebrow){color:var(--muted);font-size:14px;line-height:1.5}.student-support-dialog-header .student-icon-button{flex-shrink:0}.student-support-ticket-form{gap:18px;display:grid}.student-support-ticket-form footer{justify-content:flex-end;gap:10px;display:flex}.student-support-ticket-form .student-textarea{min-height:140px}.student-support-faqs{margin-bottom:24px}.student-support-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.student-support-faqs details{border-top:1px solid var(--border)}.student-support-faqs summary{cursor:pointer;padding:14px 0;font-weight:700}.student-support-faqs details p,.student-support-faqs details li{font-size:14px;line-height:1.65}@media (max-width:1000px){.student-support-help{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.student-support-page .student-support-layout{grid-template-columns:minmax(0,1fr)}.student-support-page .student-support-inbox,.student-support-page .student-support-conversation{height:auto;min-height:480px}.student-support-page .student-support-conversation.is-open{height:max(480px,100dvh - 170px)}.student-support-help>a,.student-support-help>button{gap:8px;padding:12px}.student-support-help small{font-size:11px}.student-support-help svg{width:20px;height:20px}.student-support-page .student-page-header{flex-wrap:wrap;align-items:flex-start}.student-support-page .student-support-conversation-header{flex-wrap:wrap}.student-support-page .student-support-conversation-header h2{white-space:normal;overflow-wrap:anywhere}.student-support-page .student-message{max-width:92%}.student-support-faq-grid{grid-template-columns:minmax(0,1fr)}.student-support-dialog{padding:18px}.student-support-dialog-header h2{font-size:24px}}.student-support-attachments .student-file-button:has(input:focus-visible){outline:3px solid var(--sjs-red);outline-offset:3px}.student-support-attachments .student-file-button:has(input:disabled){opacity:.55;cursor:wait}.student-experience-source{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;margin-bottom:20px;display:grid}.student-experience-source .student-button{white-space:normal;width:100%;min-width:0}.student-employment-submit{margin-top:16px}.student-confirmation-dialog{border:1px solid var(--border);background:var(--surface);width:min(480px,100% - 32px);max-height:calc(100dvh - 32px);color:var(--text);border-radius:20px;margin:auto;padding:28px;box-shadow:0 24px 80px #00000040}.student-confirmation-dialog::backdrop{background:#0000008c}.student-outcome-dialog .student-panel{box-shadow:none;border:0;border-radius:0;padding:0}.student-outcome-dialog .student-grid{grid-template-columns:minmax(0,1fr)}.student-outcome-dialog .student-toolbar{flex-wrap:nowrap;justify-content:space-between}.student-outcome-dialog .student-toolbar h2{font-size:22px}.student-outcome-dialog p{margin:8px 0 16px}.student-outcome-dialog .student-textarea{height:96px;min-height:96px}.student-outcome-dialog{max-width:calc(100vw - 32px)}.student-application-card h2 a{color:inherit;text-decoration:none}@media (min-width:760px){.student-outcome-dialog form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;display:grid}.student-outcome-dialog form>fieldset{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.student-outcome-dialog form>button{place-self:end start}.student-outcome-dialog form>p{grid-column:1/-1}}.student-confirmation-icon{background:var(--sjs-yellow);width:48px;height:48px;color:var(--sjs-black);border-radius:14px;place-items:center;margin-bottom:18px;display:grid}.student-confirmation-dialog h2{margin:0;font-size:24px;line-height:1.2}.student-confirmation-dialog p{color:var(--muted);margin:12px 0 24px;line-height:1.5}.student-confirmation-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.student-attribution-preferences{max-width:640px;margin-top:16px}.student-attribution-preferences summary{cursor:pointer;font-weight:600}.student-attribution-preferences p{margin:12px 0}.student-attribution-preferences summary:focus-visible{outline-offset:4px;outline:2px solid}.student-profile-demographics{border:0;min-width:0;margin:24px 0 16px;padding:0}.student-profile-demographics legend{margin-bottom:12px;font-weight:700}.student-profile-residency{margin-bottom:20px}.student-career-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:20px;display:grid}.student-career-grid .student-panel{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.student-career-actions{flex-wrap:wrap;gap:12px;display:flex}.student-job-themes{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.student-job-themes h2,.student-job-themes p{margin:0}.student-job-themes .student-button{white-space:normal;max-width:100%;padding:12px 20px;line-height:1.4}.student-career-resource-links{flex-wrap:wrap;gap:12px;display:flex}.student-job-follow-card{flex-direction:column;gap:20px;display:flex}.student-job-follow-identity{justify-content:space-between;align-items:center;gap:16px;display:flex}.student-job-follow-identity h2{overflow-wrap:anywhere;min-width:0;margin:0}.student-job-follow-identity .student-job-featured-logo{flex:none}.student-job-follow-identity .student-job-featured-logo img{object-fit:contain;width:80px;max-height:56px}.student-employer-follow-actions{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.student-employer-follow-actions .student-button{white-space:normal;max-width:100%}.student-followed-employer-grid{grid-template-columns:repeat(auto-fill,minmax(280px,340px));justify-content:start;align-items:start;gap:16px;display:grid}.student-followed-employer-grid>*{min-width:0}.student-followed-employer-guide{flex-direction:column;align-items:flex-start;gap:18px;min-height:280px;display:flex}.student-followed-employer-guide h2,.student-followed-employer-guide p{margin:0}.student-followed-employer-guide p{color:var(--sjs-muted);margin-top:6px;line-height:1.55}.student-followed-employer-guide .student-button{white-space:normal;width:100%;max-width:100%;margin-top:auto}.student-followed-employer-icon{width:44px;height:44px;color:var(--sjs-white);background:var(--sjs-red);border-radius:999px;flex:0 0 44px;place-items:center;display:grid}.student-followed-employer-icon svg{width:20px;height:20px}.student-followed-employer-card{border:1px solid var(--border);background:var(--surface);overflow-wrap:anywhere;flex-direction:column;gap:22px;min-width:0;min-height:280px;display:flex}.student-followed-employer-card-heading{align-items:flex-start;gap:14px;min-width:0;display:flex}.student-followed-employer-card-heading>div{min-width:0}.student-followed-employer-card-heading h2{margin:0;font-size:23px;line-height:1.16}.student-followed-employer-summary{color:var(--text);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:10px 0 0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.student-followed-employer-count{color:var(--sjs-muted);align-items:center;gap:7px;margin:12px 0 0;font-size:13px;font-weight:700;display:flex}.student-followed-employer-count svg{flex:none;width:16px;height:16px}.student-followed-employer-actions{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;margin-top:auto;padding-top:16px;display:flex}.student-followed-employer-actions .student-button{white-space:normal;max-width:100%;min-height:40px;padding:9px 14px}@media (max-width:680px){.student-followed-employer-grid{grid-template-columns:minmax(0,1fr)}.student-followed-employer-actions{align-items:stretch}.student-followed-employer-actions .student-button{width:100%}}.student-employment-form fieldset{border:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:16px;margin:0 0 20px;padding:0;display:grid}.student-employment-form label{flex-direction:column;gap:8px;min-width:0;display:flex}.student-employment-form input,.student-employment-form select,.student-employment-form textarea{width:100%;min-height:44px;color:inherit;background:var(--student-surface,transparent);font:inherit;border:1px solid;border-radius:4px;padding:10px}.student-employment-form textarea{min-height:100px}.student-document-hub .student-document-uploads>*,.student-document-hub .student-uploaded-document-list article>div{min-width:0}.student-document-hub .student-uploaded-document-list article{flex-wrap:wrap;gap:12px;display:flex}.student-document-hub .student-uploaded-document-list article>div{overflow-wrap:anywhere;flex:180px}.student-document-hub .student-upload-type input{min-width:0;max-width:100%}.student-onboarding-cv{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;max-width:1040px;margin:0 auto 24px;padding:20px;display:flex}.student-onboarding-cv>div{flex:240px}.student-onboarding-cv p{margin:4px 0 0}
