
:root{--gmk-office-border:#d9dde3;--gmk-office-muted:#667085;--gmk-office-bg:#f7f8fa;--gmk-office-text:#17202a}
body.page-office{background:var(--gmk-office-bg)}
.gmk-office,.gmk-office-login{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;color:var(--gmk-office-text)}
.gmk-office{max-width:1180px;margin:24px auto 80px;padding:0 20px}
.gmk-office__header{display:flex;justify-content:space-between;align-items:center;padding:20px 0 14px}
.gmk-office__brand{font-size:12px;letter-spacing:.16em;font-weight:700}
.gmk-office__title{font-size:24px;font-weight:700}.gmk-office__user{font-size:14px}
.gmk-office__nav{display:flex;gap:6px;overflow-x:auto;border-bottom:1px solid var(--gmk-office-border);margin-bottom:28px}
.gmk-office__nav a{padding:12px 14px;text-decoration:none;white-space:nowrap;color:#344054;border-bottom:3px solid transparent}
.gmk-office__nav a.is-active{font-weight:700;border-bottom-color:currentColor}
.gmk-office__main h1{font-size:30px;margin:0 0 8px}.gmk-office__main h2{font-size:19px}
.gmk-office-hero{margin-bottom:20px}.gmk-office-hero p,.gmk-office-section-head p{color:var(--gmk-office-muted)}
.gmk-office-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0}
.gmk-office-card{display:flex;flex-direction:column;gap:12px;border:1px solid var(--gmk-office-border);border-radius:12px;background:#fff;padding:18px;text-decoration:none;color:inherit}
.gmk-office-card strong{font-size:30px}.gmk-office-card span{color:var(--gmk-office-muted)}
.gmk-office-panel{background:#fff;border:1px solid var(--gmk-office-border);border-radius:12px;padding:20px;margin:18px 0}
.gmk-office-actions{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}
.gmk-office-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #98a2b3;border-radius:8px;padding:10px 14px;background:#fff;color:#17202a;text-decoration:none;cursor:pointer;font:inherit}
.gmk-office-btn--primary{background:#17202a;color:#fff;border-color:#17202a}.gmk-office-btn--danger{color:#b42318;border-color:#f0b5af}
.gmk-office-btn:disabled{opacity:.45;cursor:not-allowed}
.gmk-office-list{border:1px solid var(--gmk-office-border);border-radius:12px;overflow:hidden;background:#fff}
.gmk-office-list__row{display:grid;grid-template-columns:120px 2fr 1.4fr 1fr 1fr;gap:12px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--gmk-office-border);text-decoration:none;color:inherit}
.gmk-office-list__row:last-child{border-bottom:0}.gmk-office-status{display:inline-block;font-size:12px;padding:4px 8px;border-radius:999px;background:#eef1f5;width:max-content}
.gmk-office-list__activity{grid-column:2/-1;font-size:12px;line-height:1.55;color:#667085;padding-top:1px}
.gmk-office-activity-log{display:grid;gap:0;border:1px solid var(--gmk-office-border);border-radius:8px;overflow:hidden;background:#fff}
.gmk-office-activity-log__item{display:grid;grid-template-columns:minmax(190px,.8fr) 2fr;gap:14px;padding:11px 13px;border-bottom:1px solid var(--gmk-office-border);font-size:13px;line-height:1.55}
.gmk-office-activity-log__item:last-child{border-bottom:0}
.gmk-office-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.gmk-office-filter{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}
.gmk-office-filter a{padding:6px 10px;border:1px solid var(--gmk-office-border);border-radius:999px;text-decoration:none}
.gmk-office-form{max-width:900px}.gmk-office-form label{display:block;font-weight:600;margin:18px 0}
.gmk-office-form input[type=text],.gmk-office-form input[type=number],.gmk-office-form input[type=date],.gmk-office-form input:not([type]),.gmk-office-form select,.gmk-office-form textarea,.gmk-office-form input[type=file]{box-sizing:border-box;width:100%;margin-top:7px;padding:11px 12px;border:1px solid #b9c0c9;border-radius:8px;background:#fff;font:inherit}
.gmk-office-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.gmk-office-speaker-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin:8px 0}
.gmk-office-speaker-row input{padding:10px;border:1px solid #b9c0c9;border-radius:8px}.gmk-office-publish{display:flex;gap:18px;padding:14px 0}.gmk-office-publish label{margin:0;font-weight:500}
.gmk-office-photo-preview{display:flex;gap:8px;flex-wrap:wrap}.gmk-office-photo-preview img{width:100px;height:100px;object-fit:cover;border-radius:8px}
.gmk-office-profile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gmk-office-profile span,.gmk-office-label{display:block;color:var(--gmk-office-muted);font-size:13px;margin-bottom:3px}
.gmk-office-inline{display:flex;gap:10px}.gmk-office-inline select{min-width:240px;padding:9px;border-radius:8px}
.gmk-office-table{overflow:auto;background:#fff;border:1px solid var(--gmk-office-border);border-radius:12px}.gmk-office-table table{border-collapse:collapse;width:100%}.gmk-office-table th,.gmk-office-table td{padding:11px 12px;border-bottom:1px solid var(--gmk-office-border);text-align:left;white-space:nowrap}
.gmk-office-alert{padding:12px 14px;border-radius:8px;margin:12px 0}.gmk-office-alert--success{background:#ecfdf3}.gmk-office-alert--error{background:#fef3f2;color:#b42318}
.gmk-office-note,.gmk-office-empty{color:var(--gmk-office-muted)}
.gmk-office-login{max-width:430px;margin:10vh auto;padding:30px;border:1px solid var(--gmk-office-border);border-radius:14px;background:#fff}
.gmk-office-login h1{margin-top:4px}.gmk-office-login label{display:block;margin:15px 0;font-weight:600}.gmk-office-login input[type=text],.gmk-office-login input[type=password]{box-sizing:border-box;width:100%;padding:11px;margin-top:6px;border:1px solid #b9c0c9;border-radius:8px}.gmk-office-check{font-weight:400!important}
.gmk-office-manual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.gmk-report-gallery{margin-top:3rem}.gmk-report-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gmk-report-gallery figure{margin:0}.gmk-report-gallery img{display:block;width:100%;height:auto}
@media(max-width:800px){.gmk-office-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.gmk-office-list__row{grid-template-columns:1fr}.gmk-office-list__activity{grid-column:1}.gmk-office-activity-log__item{grid-template-columns:1fr}.gmk-office-section-head{align-items:flex-start;flex-direction:column}.gmk-office-grid,.gmk-office-profile,.gmk-office-manual-grid{grid-template-columns:1fr}.gmk-office-speaker-row{grid-template-columns:1fr}.gmk-office-inline{flex-direction:column}.gmk-report-gallery__grid{grid-template-columns:1fr}}


/* v0.4.1 — restrained academic identity / shared organizational purpose */
.gmk-purpose{
  position:relative;
  margin:2px 0 34px;
  padding:26px 30px 27px;
  background:#fff;
  border:1px solid #d8d6d0;
  border-radius:2px;
}
.gmk-purpose__rule{
  width:42px;
  height:1px;
  background:currentColor;
  opacity:.72;
  margin-bottom:15px;
}
.gmk-purpose__kicker{
  font-family:Georgia,"Times New Roman",serif;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.19em;
  font-weight:700;
  margin-bottom:13px;
}
.gmk-purpose__lead{
  margin:0 0 6px!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;
  font-size:clamp(21px,2.35vw,31px);
  line-height:1.55;
  font-weight:600;
  letter-spacing:.025em;
}
.gmk-purpose__statement{
  margin:0!important;
  max-width:900px;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;
  font-size:clamp(14px,1.5vw,17px);
  line-height:1.9;
  letter-spacing:.025em;
  color:#475467;
}
.gmk-office-login .gmk-purpose{
  margin:22px 0 20px;
  padding:20px 21px;
}
.gmk-office-login .gmk-purpose__lead{font-size:20px}
.gmk-office-login .gmk-purpose__statement{font-size:13px;line-height:1.75}
.gmk-office-login__intro{color:var(--gmk-office-muted);line-height:1.75}
.gmk-office__brand,
.gmk-office-login__brand{
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:.18em;
}
.gmk-office__title{
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;
  letter-spacing:.035em;
}
.gmk-office__nav a{
  font-size:14px;
  letter-spacing:.015em;
}
.gmk-office-panel,
.gmk-office-card,
.gmk-office-list,
.gmk-office-table{
  box-shadow:none;
}
.gmk-office-btn{
  border-radius:3px;
}
.gmk-office-card{
  border-radius:3px;
}
.gmk-office-panel,
.gmk-office-list,
.gmk-office-table{
  border-radius:3px;
}
@media(max-width:640px){
  .gmk-purpose{padding:21px 20px;margin-bottom:25px}
}


/* v0.4.2 — official branding / independent office shell */

/* The office portal is intentionally isolated from WordPress/public-site chrome. */
body.gmk-office-page #wpadminbar{
  display:none!important;
}
html:has(body.gmk-office-page){
  margin-top:0!important;
}
body.gmk-office-page{
  margin-top:0!important;
  padding-top:0!important;
  background:#f4f2ed;
}

/* Hide public-site header/navigation/page-title/footer only on /office/. */
body.gmk-office-page header.site-header,
body.gmk-office-page .site-header,
body.gmk-office-page #masthead,
body.gmk-office-page nav.main-navigation,
body.gmk-office-page .main-navigation,
body.gmk-office-page .site-navigation,
body.gmk-office-page .entry-header,
body.gmk-office-page .page-header,
body.gmk-office-page footer.site-footer,
body.gmk-office-page .site-footer,
body.gmk-office-page #colophon{
  display:none!important;
}

/* Remove theme content offsets so the private portal starts cleanly. */
body.gmk-office-page #content,
body.gmk-office-page .site-content,
body.gmk-office-page .content-area,
body.gmk-office-page main.site-main,
body.gmk-office-page article,
body.gmk-office-page .entry-content{
  margin-top:0!important;
  padding-top:0!important;
}
body.gmk-office-page .entry-content{
  max-width:none!important;
  width:100%!important;
}
body.gmk-office-page .gmk-office{
  margin-top:0;
  padding-top:20px;
}

/* Official institutional identity. */
.gmk-office__identity{
  display:flex;
  align-items:center;
  gap:16px;
  text-decoration:none;
  color:inherit;
}
.gmk-office__logo{
  width:58px;
  height:58px;
  object-fit:contain;
  flex:0 0 auto;
}
.gmk-office__official-name{
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;
  font-size:21px;
  line-height:1.45;
  letter-spacing:.045em;
  font-weight:600;
}

/* Purpose becomes a quiet orientation line, not a hero card. */
.gmk-purpose{
  margin:6px 0 24px;
  padding:14px 0 15px;
  background:transparent;
  border:0;
  border-top:1px solid #d2cfc7;
  border-bottom:1px solid #d2cfc7;
  border-radius:0;
}
.gmk-purpose__rule{display:none!important}
.gmk-purpose__kicker{
  margin:0 0 7px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:9px;
  line-height:1.2;
  letter-spacing:.18em;
  font-weight:700;
  opacity:.64;
}
.gmk-purpose__lead{
  margin:0 0 2px!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;
  font-size:17px;
  line-height:1.55;
  font-weight:600;
  letter-spacing:.025em;
}
.gmk-purpose__statement{
  margin:0!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;
  font-size:12px;
  line-height:1.8;
  letter-spacing:.02em;
  color:#667085;
}

/* Login uses the same official identity. */
.gmk-office-login{
  max-width:470px;
}
.gmk-office-login__identity{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:18px;
}
.gmk-office-login__logo{
  width:62px;
  height:62px;
  object-fit:contain;
}
.gmk-office-login__name{
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;
  font-size:19px;
  line-height:1.55;
  letter-spacing:.035em;
  font-weight:600;
}
.gmk-office-login .gmk-purpose{
  margin:15px 0 16px;
  padding:12px 0 13px;
}
.gmk-office-login .gmk-purpose__lead{
  font-size:15px;
}
.gmk-office-login .gmk-purpose__statement{
  font-size:11px;
  line-height:1.75;
}

@media(max-width:640px){
  .gmk-office__header{
    align-items:flex-start;
    gap:14px;
  }
  .gmk-office__identity{
    gap:11px;
  }
  .gmk-office__logo{
    width:46px;
    height:46px;
  }
  .gmk-office__official-name{
    font-size:16px;
  }
  .gmk-office__user{
    font-size:12px;
  }
}


/* v0.4.3 — true standalone office rendering + transparent official logo */

body.gmk-office-standalone{
  margin:0!important;
  background:#f4f2ed;
  color:var(--gmk-office-text);
}
body.gmk-office-standalone .gmk-office-shell{
  min-height:100vh;
}
body.gmk-office-standalone .gmk-office{
  max-width:1180px;
  margin:0 auto 88px;
  padding:34px 28px 0;
}
body.gmk-office-standalone .gmk-office__header{
  padding:0 0 12px;
  border-bottom:0;
}
body.gmk-office-standalone .gmk-office__nav{
  margin-top:8px;
  margin-bottom:28px;
}
body.gmk-office-standalone .gmk-office__identity{
  gap:18px;
}
body.gmk-office-standalone .gmk-office__logo{
  width:78px;
  height:78px;
  object-fit:contain;
  display:block;
}
body.gmk-office-standalone .gmk-office__official-name{
  font-size:26px;
  line-height:1.42;
  letter-spacing:.045em;
}
body.gmk-office-standalone .gmk-office__user{
  font-size:14px;
  white-space:nowrap;
}
body.gmk-office-standalone .gmk-purpose{
  margin-top:6px;
}
body.gmk-office-standalone .gmk-office-login{
  margin:7vh auto;
  max-width:560px;
  background:#fbfaf7;
}
body.gmk-office-standalone .gmk-office-login__identity{
  gap:16px;
}
body.gmk-office-standalone .gmk-office-login__logo{
  width:84px;
  height:84px;
}
body.gmk-office-standalone .gmk-office-login__name{
  font-size:24px;
}
@media(max-width:900px){
  body.gmk-office-standalone .gmk-office__header{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }
}
@media(max-width:640px){
  body.gmk-office-standalone .gmk-office{
    padding:22px 18px 0;
  }
  body.gmk-office-standalone .gmk-office__logo{
    width:60px;
    height:60px;
  }
  body.gmk-office-standalone .gmk-office__official-name{
    font-size:19px;
  }
  body.gmk-office-standalone .gmk-office-login__logo{
    width:64px;
    height:64px;
  }
  body.gmk-office-standalone .gmk-office-login__name{
    font-size:18px;
  }
}


/* v0.4.6 — upcoming schedule editor */
.gmk-office-btn--small{padding:6px 10px;font-size:12px}
.gmk-office-schedule-guide{margin-top:0}
.gmk-office-schedule-guide p{margin:.35em 0}
@media(max-width:800px){
  .gmk-office-table table{min-width:760px}
}


/* v0.4.8 — membership mail composer / per-user signature */
.gmk-office-template-buttons{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 18px}
.gmk-office-compose{max-width:900px}
.gmk-office-compose label{display:block;font-weight:600;margin:14px 0}
.gmk-office-compose input[type=text],.gmk-office-compose input:not([type]),.gmk-office-compose textarea{box-sizing:border-box;width:100%;margin-top:7px;padding:11px 12px;border:1px solid #b9c0c9;border-radius:3px;background:#fff;font:inherit;line-height:1.7}
.gmk-office-compose textarea{min-height:360px;white-space:pre-wrap}
.gmk-office-compose-actions{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px}
@media(max-width:640px){.gmk-office-compose-actions{align-items:stretch;flex-direction:column}.gmk-office-compose-actions .gmk-office-btn{width:100%}}


/* v0.4.9 — History lecture export */
.gmk-office-history-filter{display:flex;gap:14px;align-items:end;flex-wrap:wrap}
.gmk-office-history-filter label{display:flex;flex-direction:column;gap:6px;font-weight:600}
.gmk-office-history-filter select{min-width:110px;padding:9px 10px;border:1px solid #b9c0c9;border-radius:3px;background:#fff}
.gmk-office-history-filter .gmk-office-check{flex-direction:row;align-items:center;font-weight:400;padding-bottom:9px}
.gmk-office-history-cards .gmk-office-card{pointer-events:none}

.gmk-office-list__row--updates{grid-template-columns:120px minmax(180px,2fr) 92px 74px minmax(100px,1fr) 88px 100px}
@media(max-width:1100px){.gmk-office-list__row--updates{grid-template-columns:120px minmax(180px,2fr) 92px 74px;row-gap:8px}}
@media(max-width:800px){.gmk-office-list__row--updates{grid-template-columns:1fr}}


/* v0.4.43 — office operations manual */
.gmk-office-manual-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:22px}.gmk-office-manual-head h1{margin-top:0}.gmk-office-manual-head p{max-width:820px}
.gmk-office-manual-status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 24px}.gmk-office-manual-status>div{background:#fff;border:1px solid #d9d7d1;border-top:4px solid #20395c;padding:16px;min-height:105px;display:flex;flex-direction:column;gap:5px}.gmk-office-manual-status>div.is-warning{border-top-color:#a56b16}.gmk-office-manual-status>div.is-ok{border-top-color:#537258}.gmk-office-manual-status span{font-size:12px;letter-spacing:.04em;color:#657080}.gmk-office-manual-status strong{font-size:27px;line-height:1.25}.gmk-office-manual-status strong.gmk-office-manual-status__text{font-size:15px;line-height:1.6}.gmk-office-manual-status a{font-size:12px;margin-top:auto}
.gmk-office-manual-principles ol{margin:12px 0 0;padding-left:1.5em}.gmk-office-manual-principles li{margin:.65em 0;line-height:1.75}
.gmk-office-manual-grid{display:grid;grid-template-columns:1fr;gap:18px}.gmk-office-manual-section{scroll-margin-top:20px}.gmk-office-manual-section--important{border-left:5px solid #a56b16}.gmk-office-manual-section__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px}.gmk-office-manual-section__head h2{margin:.2em 0 .35em}.gmk-office-kicker{font-size:11px;letter-spacing:.13em;color:#6e7783;font-weight:700}
.gmk-office-flow{list-style:none;padding:0;margin:20px 0 4px;display:grid;gap:10px}.gmk-office-flow__step{display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start;padding:13px 0;border-top:1px solid #e2dfd8}.gmk-office-flow__step:first-child{border-top:0}.gmk-office-flow__no{width:32px;height:32px;border-radius:50%;background:#20395c;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.gmk-office-flow__step strong{display:block;font-size:15px}.gmk-office-flow__step p{margin:.35em 0 .65em;line-height:1.75}
.gmk-office-process-diagram{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:20px 0;padding:17px;background:#f7f5f0;border:1px solid #dedbd3}.gmk-office-process-diagram span{background:#fff;border:1px solid #bfc7d1;padding:7px 10px;font-size:12px;font-weight:700}.gmk-office-process-diagram span.is-manual{border-color:#a56b16;background:#fff8eb}.gmk-office-process-diagram i{font-style:normal;color:#89919b}
.gmk-office-callout{margin:18px 0 0;padding:14px 16px;border-left:4px solid #20395c;background:#f4f6f8}.gmk-office-callout p{margin:.35em 0 0}.gmk-office-checklist{list-style:none;padding:0;margin:16px 0;display:grid;gap:8px}.gmk-office-checklist li{padding:10px 12px;background:#f5f4f1;border-left:4px solid #9b7b45}.gmk-office-checklist li.is-ok{border-left-color:#537258}.gmk-office-checklist li.is-warning{border-left-color:#a56b16}
.gmk-office-manual-donts{margin-top:18px}.gmk-office-manual-donts__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gmk-office-manual-donts__grid>div{padding:15px;background:#f7f5f0}.gmk-office-manual-donts__grid p{margin:.35em 0 0;line-height:1.7}.gmk-office-manual-version{margin:22px 0 0;font-size:12px;color:#727b86;text-align:right}
@media(max-width:900px){.gmk-office-manual-status{grid-template-columns:repeat(2,minmax(0,1fr))}.gmk-office-manual-donts__grid{grid-template-columns:1fr}}
@media(max-width:640px){.gmk-office-manual-head,.gmk-office-manual-section__head{flex-direction:column}.gmk-office-manual-status{grid-template-columns:1fr}.gmk-office-process-diagram{align-items:flex-start}.gmk-office-process-diagram i{transform:rotate(90deg)}}
@media print{body.gmk-office-standalone{background:#fff}.gmk-office__header,.gmk-office__nav,.gmk-office-manual-head .gmk-office-btn,.gmk-office-manual-section__head>.gmk-office-btn,.gmk-office-flow .gmk-office-btn,.gmk-office-actions{display:none!important}.gmk-office-manual-status{grid-template-columns:repeat(4,1fr)}.gmk-office-panel{break-inside:avoid;box-shadow:none!important}.gmk-office-manual-grid{display:block}.gmk-office-manual-section{margin-bottom:16px}.gmk-office{max-width:none!important;padding:0!important}}


/* v0.4.45 launch readiness */
.gmk-launch-summary{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:12px;margin:18px 0 22px}
.gmk-launch-summary__item{border:1px solid #d8dee8;border-radius:10px;padding:14px 16px;background:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.gmk-launch-summary__item span{font-size:12px;font-weight:700;letter-spacing:.04em}.gmk-launch-summary__item strong{font-size:28px;line-height:1}
.gmk-launch-checks{display:grid;gap:0}.gmk-launch-check{display:grid;grid-template-columns:82px 1fr;gap:14px;padding:15px 0;border-top:1px solid #e5e9ef}.gmk-launch-check:first-child{border-top:0}
.gmk-launch-check p{margin:4px 0 2px}.gmk-launch-check small{display:block;color:#667085;line-height:1.55}
.gmk-launch-badge{display:inline-flex;align-items:center;justify-content:center;align-self:start;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;letter-spacing:.04em;border:1px solid currentColor}
.gmk-launch-status--pass{color:#25603c}.gmk-launch-status--fail{color:#9e2a2b}.gmk-launch-status--warn{color:#8a5b05}.gmk-launch-status--pending{color:#355a8a}.gmk-launch-status--info{color:#596273}
@media(max-width:850px){.gmk-launch-summary{grid-template-columns:repeat(2,minmax(120px,1fr))}.gmk-launch-check{grid-template-columns:72px 1fr}}
/* v0.4.63 — complete request submission detail */
.gmk-office-submission-separator{border:0;border-top:1px solid var(--gmk-office-border);margin:26px 0 22px}
.gmk-office-submission-title{margin:0 0 5px}
.gmk-office-submission-detail{margin-top:15px;border:1px solid var(--gmk-office-border);border-radius:3px;background:#fff}
.gmk-office-submission-row{display:grid;grid-template-columns:minmax(150px,210px) minmax(0,1fr);gap:18px;padding:12px 14px;border-bottom:1px solid var(--gmk-office-border);align-items:start}
.gmk-office-submission-row:last-child{border-bottom:0}
.gmk-office-submission-row span{color:var(--gmk-office-muted);font-size:13px;line-height:1.6}
.gmk-office-submission-row strong{font-weight:600;line-height:1.7;overflow-wrap:anywhere;white-space:normal}
@media(max-width:640px){.gmk-office-submission-row{grid-template-columns:1fr;gap:3px}}

/* v0.4.86 — schedule list: all fields visible without horizontal scrolling */
.gmk-office .gmk-office-section-head > .gmk-office-schedule-add{
  display:inline-flex;
  flex:0 0 auto;
  align-self:flex-start;
  width:max-content;
  min-width:max-content;
  max-width:none;
  white-space:nowrap!important;
  word-break:keep-all;
}
.gmk-office-table--schedule{
  overflow:visible;
}
.gmk-office-table--schedule .gmk-office-schedule-table{
  width:100%;
  table-layout:fixed;
}
.gmk-office-table--schedule .gmk-col-date{width:11%}
.gmk-office-table--schedule .gmk-col-no{width:6%}
.gmk-office-table--schedule .gmk-col-title{width:34%}
.gmk-office-table--schedule .gmk-col-status{width:11%}
.gmk-office-table--schedule .gmk-col-public{width:9%}
.gmk-office-table--schedule .gmk-col-announcement{width:10%}
.gmk-office-table--schedule .gmk-col-venue{width:13%}
.gmk-office-table--schedule .gmk-col-action{width:6%}
.gmk-office-table--schedule th,
.gmk-office-table--schedule td{
  box-sizing:border-box;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  vertical-align:top;
  padding:10px 9px;
  line-height:1.5;
}
.gmk-office-table--schedule th{
  font-size:13px;
}
.gmk-office-table--schedule td{
  font-size:13px;
}
.gmk-office-table--schedule .gmk-office-schedule-title{
  font-size:14px;
}
.gmk-office-table--schedule .gmk-office-schedule-action{
  text-align:center;
}
.gmk-office-table--schedule .gmk-office-schedule-action .gmk-office-btn{
  white-space:nowrap;
  padding:6px 8px;
}

@media(max-width:900px){
  .gmk-office-table--schedule{
    border:0;
    background:transparent;
  }
  .gmk-office-table--schedule .gmk-office-schedule-table,
  .gmk-office-table--schedule tbody,
  .gmk-office-table--schedule tr,
  .gmk-office-table--schedule td{
    display:block;
    width:100%;
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
  }
  .gmk-office-table--schedule colgroup,
  .gmk-office-table--schedule thead{
    display:none;
  }
  .gmk-office-table--schedule tr{
    margin:0 0 14px;
    padding:8px 14px;
    background:#fff;
    border:1px solid var(--gmk-office-border);
    border-radius:3px;
  }
  .gmk-office-table--schedule td{
    display:grid;
    grid-template-columns:92px minmax(0,1fr);
    gap:10px;
    padding:8px 0;
    border-bottom:1px solid var(--gmk-office-border);
  }
  .gmk-office-table--schedule td:last-child{
    border-bottom:0;
  }
  .gmk-office-table--schedule td::before{
    content:attr(data-label);
    color:var(--gmk-office-muted);
    font-size:12px;
    font-weight:600;
  }
  .gmk-office-table--schedule .gmk-office-schedule-action{
    text-align:left;
  }
  .gmk-office-table--schedule .gmk-office-schedule-action .gmk-office-btn{
    justify-self:start;
  }
}
