.fabconnect-app{--fc-ink:#181c20;--fc-muted:#5b6470;--fc-line:#e6e8eb;--fc-bg:#f4f5f7;--fc-primary:#4f46e5;--fc-primary-ink:#fff;background:var(--fc-bg);min-height:100vh;color:var(--fc-ink);font-family:var(--font-inter-sans),system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;flex-direction:column;display:flex}.fc-header{border-bottom:1px solid var(--fc-line);background:#fff;justify-content:space-between;align-items:center;height:56px;padding:0 28px;display:flex}.fc-brandgroup{align-items:center;gap:18px;display:inline-flex}.fc-brand__section{color:var(--fc-ink,#1d1d1f);font-size:15px;font-weight:500;line-height:1;text-decoration:none;transition:color .2s}.fc-brand__section:hover,.fc-brand__section:focus-visible{color:var(--fc-primary,#4f46e5)}.fc-brand{align-items:center;gap:var(--topbar-brand-gap,6px);color:var(--text-primary,#0f172a);text-decoration:none;display:inline-flex}.fc-brand__mark{width:var(--topbar-brand-icon-size,20px);height:var(--topbar-brand-icon-size,20px);object-fit:contain;flex:none;display:block}.fc-brand__word{font-family:var(--font-inter-display),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--topbar-brand-wordmark-size,18.7px);letter-spacing:.5px;white-space:nowrap;color:inherit;font-weight:500;line-height:1}.fc-nav{align-items:center;gap:20px;display:inline-flex}.fc-nav__link{letter-spacing:0;white-space:nowrap;height:34px;color:var(--fc-ink,#1d1d1f);border-radius:8px;align-items:center;padding:0 12px;font-size:15.4px;font-weight:500;line-height:1;text-decoration:none;transition:background-color .14s,color .14s;display:inline-flex}.fc-nav__link:hover,.fc-nav__link:focus-visible{color:var(--fc-ink,#1d1d1f);background:#0000000a}.fc-nav__link.is-active{color:var(--fc-primary,#4f46e5)}.fc-nav__link.is-active:hover,.fc-nav__link.is-active:focus-visible{background:color-mix(in srgb,var(--fc-primary,#4f46e5)8%,transparent);color:var(--fc-primary,#4f46e5)}.fc-headlink{color:var(--fc-ink,#1d1d1f);font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:color .2s}.fc-headlink:hover,.fc-headlink:focus-visible,.fc-headlink.is-active{color:var(--fc-primary,#4f46e5)}.fc-header__right{color:var(--fc-muted);align-items:center;gap:14px;font-size:13.5px;display:inline-flex}@media (max-width:760px){.fc-nav{display:none}}.fc-signout{appearance:none;color:var(--fc-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 6px;font-size:13px}.fc-signout:hover{color:var(--fc-ink);background:#f1f2f4}.fc-main{box-sizing:border-box;flex:1;width:100%;max-width:1040px;margin:0 auto;padding:40px 28px 64px}.fc-dash__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.fc-dash__welcome{margin:0}.fc-dash__welcome h1{letter-spacing:-.01em;margin:0;font-size:30px;font-weight:600}.fc-dash__date{color:var(--fc-muted);margin:6px 0 0;font-size:13px}.fc-tabs{border:1px solid var(--fc-line);background:#fff;border-radius:999px;gap:4px;padding:4px;display:inline-flex}.fc-tab{appearance:none;font:inherit;letter-spacing:.03em;text-transform:uppercase;color:var(--fc-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:7px 18px;font-size:12.5px;font-weight:600}.fc-tab[aria-selected=true]{color:var(--fc-ink);background:#eef0f3}.fc-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}@media (max-width:860px){.fc-grid{grid-template-columns:1fr}.fc-dash__welcome h1{font-size:24px}}.fc-card{border:1px solid var(--fc-line);background:#fff;border-radius:14px;padding:24px 26px}.fc-card__head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.fc-card__title{align-items:center;gap:9px;margin:0;font-size:17px;font-weight:600;display:inline-flex}.fc-count-pill{min-width:22px;height:22px;color:var(--fc-muted);background:#eef0f3;border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:12px;font-weight:600;display:inline-flex}.fc-card__count{color:var(--fc-muted);font-size:12.5px}.fc-empty{text-align:center;color:var(--fc-muted);padding:28px 0;font-size:13.5px;font-style:italic}.fc-roles{flex-direction:column;max-height:360px;display:flex;overflow-y:auto}.fc-role{border-top:1px solid var(--fc-line);color:inherit;justify-content:space-between;align-items:center;gap:16px;padding:14px 2px;text-decoration:none;display:flex}.fc-role:first-child{border-top:none}a.fc-role:hover .fc-role__title{color:var(--fc-primary)}.fc-role__main{min-width:0}.fc-role__title{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:500;overflow:hidden}.fc-role__date{color:var(--fc-muted);margin:3px 0 0;font-size:12px}.fc-status{white-space:nowrap;font-size:12.5px;font-weight:500}.fc-status--open{color:#15803d}.fc-status--closed{color:var(--fc-muted)}.fc-profile{grid-template-columns:1fr 1fr;gap:18px 28px;display:grid}@media (max-width:860px){.fc-profile{grid-template-columns:1fr}}.fc-field__label{text-transform:uppercase;letter-spacing:.04em;color:var(--fc-muted);margin:0 0 3px;font-size:11.5px}.fc-field__value{margin:0;font-size:14.5px}.fc-auth{flex:1;justify-content:center;align-items:center;padding:40px 24px 72px;display:flex}.fc-auth__card{border:1px solid var(--fc-line);background:#fff;border-radius:16px;width:100%;max-width:420px;padding:34px 36px;box-shadow:0 12px 30px #0f172a0f}.fc-auth__title{margin:0 0 6px;font-size:22px;font-weight:600}.fc-auth__lead{color:var(--fc-muted);margin:0 0 22px;font-size:13.5px;line-height:1.55}.fc-form{flex-direction:column;gap:14px;display:flex}.fc-label{color:var(--fc-ink);font-size:12.5px;font-weight:500;display:block}.fc-input{width:100%;color:var(--fc-ink);box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:9px;margin-top:5px;padding:10px 12px;font-size:14px;display:block}.fc-input:focus{border-color:var(--fc-primary);outline:none;box-shadow:0 0 0 3px #4f46e526}.fc-btn{appearance:none;background:var(--fc-primary);color:var(--fc-primary-ink);cursor:pointer;border:none;border-radius:9px;margin-top:4px;padding:11px 16px;font-size:14px;font-weight:600}.fc-btn:disabled{opacity:.55;cursor:default}.fc-google{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;justify-content:center;align-items:center;gap:10px;width:100%;padding:11px 16px;font-size:14px;font-weight:600;display:flex}.fc-google:hover{background:#f8fafc}.fc-google:disabled{opacity:.55;cursor:default}.fc-or{text-align:center;color:#9aa3af;align-items:center;margin:16px 0 4px;font-size:12px;display:flex}.fc-or:before,.fc-or:after{content:"";background:var(--fc-line);flex:1;height:1px}.fc-or span{padding:0 12px}.fc-prof__cols{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:20px;display:grid}@media (max-width:900px){.fc-prof__cols{grid-template-columns:1fr}}.fc-prof__left{flex-direction:column;gap:20px;min-width:0;display:flex}.fc-prof__right{min-width:0}.fc-prof__card{border:1px solid var(--fc-line);background:#fff;border-radius:14px;padding:22px 24px}.fc-prof__cardhead{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.fc-prof__cardtitle{color:var(--fc-ink);margin:0;font-size:1.05rem;font-weight:700}.fc-prof__subhead{color:var(--fc-ink);margin:22px 0 12px;font-size:.95rem;font-weight:700}.fc-prof__grid2{grid-template-columns:1fr 1fr;gap:18px 28px;display:grid}@media (max-width:560px){.fc-prof__grid2{grid-template-columns:1fr}}.fc-prof__field{min-width:0}.fc-prof__flabel{color:var(--fc-muted);margin:0 0 4px;font-size:.75rem}.fc-prof__fvalue{color:var(--fc-ink);word-break:break-word;margin:0;font-size:.92rem;font-weight:600}.fc-prof__empty{color:var(--fc-muted);margin:0;font-size:.88rem}.fc-prof__table{border-collapse:collapse;width:100%;font-size:.85rem}.fc-prof__table th{text-align:left;color:var(--fc-muted);border-bottom:1px solid var(--fc-line);white-space:nowrap;padding:0 14px 10px 0;font-weight:600}.fc-prof__table td{border-bottom:1px solid var(--fc-line);color:var(--fc-ink);vertical-align:top;padding:12px 14px 12px 0}.fc-prof__table tr:last-child td{border-bottom:none}.fc-prof__filelink{color:var(--fc-primary);font-weight:600;text-decoration:none}.fc-prof__filelink:hover{text-decoration:underline}.fc-prof__rightlead{color:var(--fc-muted);margin:0 0 16px;font-size:.82rem;line-height:1.5}.fc-prof__acks{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.fc-prof__ack{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fc-prof__acklabel{color:var(--fc-ink);font-size:.85rem;line-height:1.4}.fc-prof__ackbadge{white-space:nowrap;border-radius:999px;flex:none;padding:4px 12px;font-size:.72rem;font-weight:600}.fc-prof__ackbadge.is-submitted{color:#15803d;background:#e7f6ec}.fc-prof__ackbadge.is-other{color:var(--fc-muted);background:#eef0f2}.fc-prof__update{color:var(--fc-primary);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600;text-decoration:underline}.fc-prof__update:hover{opacity:.8}.fc-drawer__root{z-index:1000;justify-content:flex-end;display:flex;position:fixed;inset:0}.fc-drawer__scrim{background:#0f121673;animation:.18s fc-fade;position:absolute;inset:0}.fc-drawer__panel{background:#fff;flex-direction:column;width:min(720px,100vw);animation:.22s fc-slidein;display:flex;position:relative;box-shadow:-8px 0 32px #0000002e}@keyframes fc-fade{0%{opacity:0}to{opacity:1}}@keyframes fc-slidein{0%{opacity:.6;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.fc-drawer__x{color:var(--fc-muted);cursor:pointer;background:0 0;border:none;font-size:1.1rem;line-height:1;position:absolute;top:16px;right:18px}.fc-drawer__x:hover{color:var(--fc-ink)}.fc-drawer__head{border-bottom:1px solid var(--fc-line);padding:28px 32px 18px}.fc-drawer__title{color:var(--fc-ink);margin:0;font-size:1.4rem;font-weight:700}.fc-drawer__sub{color:var(--fc-muted);margin:6px 0 0;font-size:.9rem}.fc-drawer__body{flex:1;padding:22px 32px 28px;overflow-y:auto}.fc-drawer__footer{border-top:1px solid var(--fc-line);background:#fff;justify-content:flex-end;align-items:center;gap:12px;padding:16px 32px;display:flex}.fc-drawer__btn{cursor:pointer;border-radius:999px;padding:10px 26px;font-size:.9rem;font-weight:600}.fc-drawer__btn--ghost{color:var(--fc-ink);background:#fff;border:1px solid #c9ccd1}.fc-drawer__btn--ghost:hover{background:#f5f6f7}.fc-drawer__btn--primary{background:var(--fc-primary);border:1px solid var(--fc-primary);color:var(--fc-primary-ink)}.fc-drawer__btn--primary:hover{filter:brightness(.94)}.fc-drawer__btn:disabled{opacity:.6;cursor:default}.fc-fld__group{color:var(--fc-ink);margin:26px 0 14px;font-size:1.05rem;font-weight:700}.fc-fld__group:first-of-type{margin-top:4px}.fc-fld__subgroup{color:var(--fc-muted);margin:16px 0 8px;font-size:.82rem;font-weight:600}.fc-fld__row{grid-template-columns:1fr 1fr;gap:16px 20px;margin-bottom:14px;display:grid}.fc-fld__row--tight{grid-template-columns:90px 1fr;margin-bottom:0}@media (max-width:560px){.fc-fld__row{grid-template-columns:1fr}}.fc-fld{flex-direction:column;min-width:0;display:flex}.fc-fld__label{color:var(--fc-muted);margin-bottom:6px;font-size:.78rem}.fc-fld__req{color:#dc2626;margin-left:2px}.fc-fld__input{height:42px;color:var(--fc-ink);box-sizing:border-box;background:#fff;border:1px solid #cfd3d8;border-radius:8px;width:100%;padding:0 12px;font-size:.92rem}.fc-fld__input:focus{border-color:var(--fc-primary);outline:none;box-shadow:0 0 0 3px #4f46e51f}.fc-fld__input[readonly]{color:var(--fc-muted);background:#f4f5f7}.fc-fld__input.has-error{border-color:#dc2626}.fc-fld__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235b6470' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.fc-fld__err{color:#dc2626;margin-top:5px;font-size:.76rem}.fc-fld__err--top{margin:0 0 16px;font-size:.85rem}.fc-fld__check{color:var(--fc-ink);cursor:pointer;align-items:center;gap:9px;margin:10px 0 4px;font-size:.85rem;display:flex}.fc-fld__check input{width:16px;height:16px}.fc-fld__row--tight2{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:0}.fc-entry{border:1px solid var(--fc-line);border-radius:12px;margin-bottom:16px;padding:16px 16px 4px}.fc-entry__head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.fc-entry__num{color:var(--fc-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:700}.fc-entry__remove{color:#dc2626;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600}.fc-entry__remove:hover{text-decoration:underline}.fc-entry__add{color:var(--fc-primary);cursor:pointer;background:#fff;border:1px dashed #c2c6cc;border-radius:10px;align-items:center;gap:6px;margin-top:4px;padding:10px 18px;font-size:.88rem;font-weight:600;display:inline-flex}.fc-entry__add:hover{background:#f7f7fb}.fc-att__title{color:#111;margin:0 0 4px;font-size:1.05rem;font-weight:700}.fc-att__lead{color:#5b6068;margin:0 0 18px;font-size:.9rem}.fc-att__uploadrow{border-bottom:1px solid #ececf0;flex-wrap:wrap;align-items:flex-end;gap:14px;margin-bottom:18px;padding-bottom:18px;display:flex}.fc-att__typefld{flex:240px;min-width:200px}.fc-att__picker{flex:260px;align-items:center;gap:10px;display:flex}.fc-att__file{color:#444;flex:auto;min-width:0;font-size:.85rem}.fc-att__file::file-selector-button{color:var(--fc-primary);cursor:pointer;background:#fff;border:1px solid #c2c6cc;border-radius:8px;margin-right:10px;padding:7px 12px;font-size:.82rem;font-weight:600}.fc-att__file::file-selector-button:hover{background:#f7f7fb}.fc-att__uploadbtn{border:1px solid var(--fc-primary);background:var(--fc-primary);color:#fff;cursor:pointer;white-space:nowrap;border-radius:8px;flex:none;padding:9px 20px;font-size:.85rem;font-weight:600}.fc-att__uploadbtn:hover:not(:disabled){filter:brightness(.94)}.fc-att__uploadbtn:disabled{opacity:.55;cursor:default}.fc-att__table{width:100%}.fc-att__name{word-break:break-word}.fc-att__table th:last-child,.fc-att__table td:last-child{text-align:center}.fc-att__actions{white-space:nowrap;justify-content:center;align-items:center;gap:16px;display:flex}.fc-att__action{color:var(--fc-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.fc-att__action:hover{text-decoration:underline}.fc-att__action--del{color:#dc2626}.fc-att__action:disabled{opacity:.55;cursor:default;text-decoration:none}.fc-att__locked{color:#8a8f97;font-size:.8rem}.fc-appstatus{background:#f1faf3;border:1px solid #c7e8d0;border-radius:10px;align-items:center;gap:12px;margin:0 0 32px;padding:14px 16px;display:flex}.fc-appstatus__text{min-width:0}.fc-appstatus__line{color:#14532d;margin:0;font-size:.95rem;font-weight:600}.fc-appstatus__sub{color:var(--text-secondary,#4b5563);margin:2px 0 0;font-size:.85rem}.careers-applybar__btn--applied{color:#6b7280;cursor:default;background:#e5e7eb}.careers-applybar__btn--applied:hover{filter:none}.fc-auth__alt{text-align:center;color:var(--fc-muted);margin-top:18px;font-size:13px}.fc-link{color:var(--fc-primary);font-weight:500;text-decoration:none}.fc-link:hover{text-decoration:underline}.fc-alert{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:9px;padding:10px 12px;font-size:13px}.fc-ok{color:#14532d;background:#dcfce7;border:1px solid #86efac;border-radius:9px;padding:10px 12px;font-size:13px}.fc-checks{flex-direction:column;gap:6px;display:flex}.fc-check{color:var(--fc-muted);align-items:center;gap:8px;font-size:12.5px;display:flex}.fc-check--ok{color:#14532d}.fc-check__dot{color:#fff;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:10px;font-weight:700;display:inline-flex}.fc-check--ok .fc-check__dot{background:#22c55e}.fc-loading{color:var(--fc-muted);flex:1;justify-content:center;align-items:center;padding:80px 0;font-size:14px;display:flex}
