.portal-module-stage{display:none;position:relative;width:100%;height:calc(100vh - 92px);min-height:640px;background:#fff;border:1px solid var(--line,#dfe6ee);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(16,43,78,.045)}
.portal-module-stage.active{display:block}
.portal-module-frame{display:none;width:100%;height:100%;border:0;background:#fff}
.portal-module-frame.active{display:block}
.portal-module-loading{position:absolute;inset:0;display:grid;place-items:center;background:#f8fafc;color:#738196;font-size:12px;font-weight:800;z-index:2}
.portal-module-loading[hidden]{display:none!important}
.portal-home-content.portal-hidden{display:none!important}
body.portal-module-open .workspace{padding-bottom:18px}
body.portal-module-open .topbar{margin-bottom:16px}
.portal-title-line{display:flex;align-items:center;gap:11px;min-width:0}
.portal-leave-status{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#eaf7f3;border:1px solid #cce9df;color:#18765e;font-size:10px;font-weight:900;white-space:nowrap}
.portal-leave-status.is-leave{background:#fff7ea;border-color:#eeddbd;color:#916326}
.portal-leave-status.is-retired{background:#f3f4f6;border-color:#dcdfe4;color:#697382}
.portal-module-tools{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px;margin-left:auto}
.portal-module-tools[hidden]{display:none!important}
.portal-header-button{height:42px;padding:0 14px;border:1px solid #cfd8e3;border-radius:10px;background:#fff;color:#18385f;font-size:10px;font-weight:850;white-space:nowrap}
.portal-header-button:hover{border-color:#9fb1c7;background:#f9fbfd}
.portal-date-control{display:grid;gap:5px;color:#78869a;font-size:9px;font-weight:850}
.portal-date-control input{height:42px;min-width:150px;border:1px solid #cfd8e3;border-radius:10px;background:#fff;color:#14233a;padding:0 12px;font-size:12px;font-weight:850}
body.portal-module-open .topbar{align-items:flex-end}
@media(max-width:980px){.portal-module-tools{flex-wrap:wrap}.portal-date-control input{min-width:136px}}
@media(max-width:760px){.portal-module-stage{height:calc(100vh - 132px);min-height:520px;border-radius:13px}.portal-module-frame{min-height:520px}.portal-title-line{flex-wrap:wrap}.portal-module-tools{width:100%;justify-content:flex-start}.portal-date-control input{min-width:132px}.portal-header-button{height:38px}.portal-date-control input{height:38px}}


/* Mobile module header v3 */
@media(max-width:760px){
  body.portal-module-open .topbar{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    align-items:stretch;
    gap:12px;
    margin-bottom:14px;
  }
  body.portal-module-open .topbar-main{width:100%;min-width:0}
  body.portal-module-open .portal-heading{width:100%}
  body.portal-module-open .portal-title-line{width:100%;flex-wrap:nowrap;gap:9px}
  body.portal-module-open .portal-title-line h1{min-width:max-content;font-size:26px;line-height:1.2;white-space:nowrap}
  .portal-leave-status{min-height:28px;padding:0 9px;font-size:11px}
  .portal-module-tools{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    margin-left:0;
    gap:8px;
    align-items:end;
  }
  .portal-header-button{width:100%;height:44px;padding:0 10px;font-size:13px}
  .portal-date-control{grid-column:1/-1;gap:6px;font-size:11px}
  .portal-date-control input{width:100%;height:46px;min-width:0;padding:0 12px;font-size:16px}
  .portal-module-stage{height:calc(100dvh - 220px);min-height:620px;border-radius:13px}
  .portal-module-frame{min-height:620px}
}
