/* FRWD staff workspace. */
.staff-page { padding-top: 155px; padding-bottom: 90px; min-height: 80vh; }
.staff-page-header { display: flex; justify-content: space-between; gap: 32px; align-items: center; padding-bottom: 38px; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.14); }
.staff-page h1 { font-family: var(--font-head); font-size: clamp(2rem, 3.6vw, 4rem); line-height: 1.12; letter-spacing: -.035em; margin: 20px 0; overflow-wrap: anywhere; }
.staff-account-email { color: #d0ccd6; overflow-wrap: anywhere; }
.staff-last-login { color: #96909f; margin-top: 10px; font-size: .8rem; }
.staff-header-actions { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }
.staff-button, .staff-login-panel input[type="submit"] { display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; padding: 12px 20px; color: #f5f4f1; background: transparent; font-size: .85rem; cursor: pointer; }
.staff-button-accent, .staff-login-panel input[type="submit"] { background: var(--orange); border-color: var(--orange); color: #171216; font-weight: 700; }
.staff-tool-section { margin-bottom: 36px; }
.staff-page h2 { font-size: 1.25rem; margin-bottom: 20px; font-weight: 600; }
.staff-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.staff-tool { display: flex; align-items: center; gap: 18px; padding: 28px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: #17151d; transition: transform .25s, border-color .25s; }
.staff-tool > i { color: var(--lilac); font-size: 1.4rem; width: 28px; flex-shrink: 0; text-align: center; }
.staff-tool h3 { font-size: 1.03rem; margin-bottom: 8px; }
.staff-tool p { color: #aaa4b4; font-size: .8rem; line-height: 1.6; }
.staff-tool > span { color: var(--orange); margin-left: auto; }
.staff-tool:hover { transform: translateY(-4px); border-color: var(--lilac); }
.staff-info-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 24px; margin-top: 46px; }
.staff-panel { border: 1px solid rgba(255,255,255,.13); padding: 30px; border-radius: 14px; background: #141318; }
.staff-side-panels { display: grid; align-content: start; gap: 24px; }
.staff-muted { color: #aaa4b4; line-height: 1.7; font-size: .9rem; }
.staff-announcement { display: grid; grid-template-columns: 1fr auto; gap: 10px 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); }
.staff-announcement strong { font-weight: 500; line-height: 1.5; }
.staff-announcement time { grid-column: 1; color: #aaa4b4; font-size: .75rem; }
.staff-announcement > span { grid-column: 2; grid-row: 1; color: var(--orange); }
.staff-text-link { display: inline-block; color: var(--lilac); margin-top: 18px; font-size: .88rem; line-height: 1.5; }
.staff-text-link:hover { color: var(--orange); }
.staff-login-panel { max-width: 480px; margin: 0 auto; padding: clamp(24px, 4vw, 44px); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: radial-gradient(ellipse at top right, rgba(57,13,158,.18), transparent 70%), #151319; }
.staff-login-panel > p:not(.section-label) { color: #bdb7c7; line-height: 1.7; }
.staff-login-panel form { margin-top: 30px; }
.staff-login-panel h1 { margin-bottom: 18px; }
.staff-login-panel form p { margin-bottom: 18px; }
.staff-login-panel label { display: block; color: #ddd8e5; font-size: .9rem; margin-bottom: 9px; }
.staff-login-panel input[type="text"], .staff-login-panel input[type="password"] { box-sizing: border-box; width: 100%; min-height: 48px; padding: 12px 14px; color: #f5f4f1; border: 1px solid #4a4058; border-radius: 8px; background: #0d0d0f; }
.staff-login-panel .login-remember label { display: flex; align-items: center; gap: 10px; }
.staff-login-panel input[type="checkbox"] { accent-color: var(--orange); width: 17px; height: 17px; }
.staff-login-panel input[type="submit"] { width: 100%; min-height: 48px; }
.staff-login-error { margin-top: 20px; padding: 13px 15px; border: 1px solid #a84747; border-radius: 8px; background: #361d23; color: #ffc2c2 !important; }
.staff-login-success { margin-top: 20px; padding: 13px 15px; border: 1px solid #3f705b; border-radius: 8px; background: #183026; color: #aae0c6 !important; }
.staff-password-form input[type="text"], .staff-password-form input[type="password"] { box-sizing: border-box; width: 100%; min-height: 48px; padding: 12px 14px; color: #f5f4f1; border: 1px solid #4a4058; border-radius: 8px; background: #0d0d0f; }
.staff-password-form input[type="submit"] { width: 100%; min-height: 48px; }
.staff-page a:focus-visible, .staff-page input:focus-visible { outline: 2px solid var(--lilac); outline-offset: 4px; }
.staff-resource-page { max-width: 1060px; }
/* Stack the back-link above the label: both are inline-level, so without this
   they share a line and the label's rule collides with the link text. */
.staff-resource-header { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 36px; }
.staff-resource-header .staff-text-link { margin-top: 0; }
.staff-resource-header .section-label { margin-top: 32px; }
.staff-resource-content { color: #c9c3d1; line-height: 1.8; overflow-wrap: anywhere; }
.staff-resource-content p + p { margin-top: 20px; }
.staff-resource-content iframe { max-width: 100%; }
.staff-resource-content .gform_wrapper { background: #f5f4f1; color: #211a28; padding: clamp(20px, 4vw, 40px); border-radius: 14px; }
@media (max-width: 1000px) { .staff-tool-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .staff-page-header { align-items: start; flex-direction: column; } }
@media (max-width: 650px) { .staff-page { padding-top: 125px; padding-bottom: 60px; } .staff-tool-grid, .staff-info-grid { grid-template-columns: 1fr; } .staff-panel { padding: 24px; } .staff-tool { padding: 24px; } }
@media (prefers-reduced-motion: reduce) { .staff-tool { transition: none; } }
/* IT Support dashboard panel. */
.staff-main-panels { display: grid; align-content: start; gap: 24px; }
.staff-it-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.staff-it-head h2 { margin-bottom: 0; }
.staff-it-new { padding: 9px 18px; font-size: .78rem; }
.staff-it-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin: 22px 0 4px; list-style: none; }
.staff-it-stats li { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; background: #17151d; }
.staff-it-stats strong { font-size: 1.6rem; line-height: 1; font-weight: 700; }
.staff-it-stats span { color: #aaa4b4; font-size: .72rem; letter-spacing: .04em; }
.staff-it-list { list-style: none; margin-top: 8px; }
.staff-it-list li { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); }
.staff-it-list a { display: grid; gap: 5px; min-width: 0; flex: 1; }
.staff-it-title { font-size: .95rem; line-height: 1.45; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.staff-it-list a:hover .staff-it-title { color: var(--lilac); }
.staff-it-meta { color: #aaa4b4; font-size: .74rem; }
.staff-it-status { flex-shrink: 0; padding: 4px 11px; border-radius: 30px; font-size: .68rem; font-weight: 700; letter-spacing: .03em; background: rgba(255,255,255,.08); color: #aaa4b4; }
.staff-it-status-open { background: rgba(255,91,0,.16); color: #ff9a5c; }
.staff-it-status-in-progress { background: rgba(177,106,255,.18); color: #c98fff; }
.staff-it-status-awaiting-user { background: rgba(250,204,21,.14); color: #fde047; }
.staff-it-status-resolved { background: rgba(74,222,128,.14); color: #86efac; }
.staff-it-status-closed { background: rgba(255,255,255,.07); color: #96909f; }
@media (max-width: 480px) { .staff-it-stats { grid-template-columns: 1fr; } .staff-it-new { width: 100%; } }
.staff-document-viewer { display: block; width: 100%; height: 75vh; min-height: 420px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: #19151f; }

/* Employee Requests — integrated FRWD staff form. */
.page-id-1347 .staff-resource-page { max-width: 1180px; }
.page-id-1347 .staff-resource-header { margin-bottom: 48px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.14); }
.page-id-1347 .staff-resource-header h1 { margin-bottom: 0; font-size: clamp(2.8rem,6vw,6rem); line-height: .95; text-transform: uppercase; }
.page-id-1347 .staff-resource-content .gform_wrapper { position: relative; overflow: hidden; margin: 0; padding: clamp(26px,5vw,62px); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: radial-gradient(circle at 100% 0,rgba(177,106,255,.1),transparent 28rem),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.015)); color: #f5f4f1; box-shadow: none; }
.page-id-1347 .gform_wrapper::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg,var(--orange),var(--lilac),transparent 82%); }
.page-id-1347 .gform_required_legend { margin-bottom: 35px; color: #918b97; font-size: .74rem; }
.page-id-1347 .gfield_required { color: var(--orange); }
.page-id-1347 .gform_fields { column-gap: 20px !important; row-gap: 30px !important; }
.page-id-1347 #field_8_8, .page-id-1347 #field_8_15 { grid-column: 1 / -1; }
.page-id-1347 #field_8_11, .page-id-1347 #field_8_1, .page-id-1347 #field_8_6, .page-id-1347 #field_8_2, .page-id-1347 #field_8_7, .page-id-1347 #field_8_3, .page-id-1347 #field_8_4, .page-id-1347 #field_8_9, .page-id-1347 #field_8_10, .page-id-1347 #field_8_5, .page-id-1347 #field_8_13, .page-id-1347 #field_8_14 { grid-column: span 6; }
.page-id-1347 .gfield_label { margin-bottom: 10px !important; color: #f5f4f1 !important; font-size: .84rem !important; font-weight: 700 !important; letter-spacing: .02em; }
.page-id-1347 .gfield_description { padding-top: 8px !important; color: #8f8995 !important; font-size: .76rem !important; }
.page-id-1347 input[type=text], .page-id-1347 input[type=email], .page-id-1347 input[type=tel], .page-id-1347 input[type=url], .page-id-1347 input[type=date], .page-id-1347 select, .page-id-1347 textarea { width: 100% !important; border: 1px solid #433d48 !important; border-radius: 7px !important; background: #0d0d0f !important; color: #f5f4f1 !important; box-shadow: none !important; font: 400 .92rem var(--font-body) !important; transition: border-color .2s,box-shadow .2s,background .2s; }
.page-id-1347 input[type=text], .page-id-1347 input[type=email], .page-id-1347 input[type=tel], .page-id-1347 input[type=url], .page-id-1347 input[type=date], .page-id-1347 select { min-height: 52px; padding: 11px 14px !important; }
.page-id-1347 textarea { min-height: 135px; padding: 14px !important; resize: vertical; }
.page-id-1347 input::placeholder, .page-id-1347 textarea::placeholder { color: #68626d; }
.page-id-1347 select { color-scheme: dark; cursor: pointer; }
.page-id-1347 input[type=date] { color-scheme: dark; }
.page-id-1347 input:focus, .page-id-1347 select:focus, .page-id-1347 textarea:focus { outline: 0; border-color: var(--lilac) !important; background: #121015 !important; box-shadow: 0 0 0 3px rgba(177,106,255,.13) !important; }
.page-id-1347 #field_8_8 { margin-bottom: 14px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.page-id-1347 #field_8_8 .gfield_label { margin-bottom: 15px !important; color: var(--orange) !important; font-size: .72rem !important; letter-spacing: .14em; text-transform: uppercase; }
.page-id-1347 #field_8_8 .gfield_radio { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.page-id-1347 #field_8_8 .gchoice { position: relative; }
.page-id-1347 #field_8_8 input[type=radio] { position: absolute; opacity: 0; pointer-events: none; }
.page-id-1347 #field_8_8 label { display: grid; place-items: center; width: 100%; min-height: 55px; margin: 0; border: 1px solid #49424f; border-radius: 7px; background: #111014; color: #c8c2cc; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .2s,border-color .2s,color .2s,transform .2s; }
.page-id-1347 #field_8_8 label:hover { border-color: var(--orange); color: #fff; transform: translateY(-2px); }
.page-id-1347 #field_8_8 input:checked + label { border-color: var(--orange); background: var(--orange); color: #151116; }
.page-id-1347 #field_8_8 input:focus-visible + label { outline: 2px solid var(--lilac); outline-offset: 4px; }
.page-id-1347 .gform_footer { display: flex; justify-content: flex-end; margin-top: 48px !important; padding-top: 28px !important; border-top: 1px solid rgba(255,255,255,.13); }
.page-id-1347 .gform_footer .button { display: inline-flex !important; align-items: center; justify-content: center; min-width: 190px; min-height: 56px; margin: 0 !important; padding: 14px 30px !important; border: 1px solid var(--orange) !important; border-radius: 5px !important; background: var(--orange) !important; color: #151116 !important; box-shadow: none !important; font: 700 .76rem var(--font-body) !important; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .2s,border-color .2s,transform .2s; }
.page-id-1347 .gform_footer .button:hover { border-color: var(--lilac) !important; background: var(--lilac) !important; transform: translateY(-3px); }
.page-id-1347 .gform_ajax_spinner { width: 24px; margin-right: 14px; }
.page-id-1347 .gform_validation_errors { margin-bottom: 30px; border: 1px solid #a54a30 !important; border-radius: 8px; background: #301a16; box-shadow: none !important; }
.page-id-1347 .gform_validation_errors h2, .page-id-1347 .validation_message { color: #ffad82 !important; font-family: var(--font-body) !important; }
.page-id-1347 .gfield_error input, .page-id-1347 .gfield_error select, .page-id-1347 .gfield_error textarea { border-color: #e96b48 !important; }
.page-id-1347 .gform_confirmation_message { padding: clamp(30px,5vw,60px); border: 1px solid rgba(177,106,255,.45); border-radius: 14px; background: rgba(177,106,255,.08); color: #f5f4f1; font-size: 1.05rem; line-height: 1.75; }
@media (max-width: 700px) {
  .page-id-1347 .staff-resource-header { margin-bottom: 30px; }
  .page-id-1347 #field_8_11, .page-id-1347 #field_8_1, .page-id-1347 #field_8_6, .page-id-1347 #field_8_2, .page-id-1347 #field_8_7, .page-id-1347 #field_8_3, .page-id-1347 #field_8_4, .page-id-1347 #field_8_9, .page-id-1347 #field_8_10, .page-id-1347 #field_8_5, .page-id-1347 #field_8_13, .page-id-1347 #field_8_14 { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .page-id-1347 #field_8_8 .gfield_radio { grid-template-columns: 1fr; }
  .page-id-1347 .gform_footer .button { width: 100% !important; }
}
