
:root{
  --fcc-green:#98d600;
  --fcc-dark:#08170f;
  --fcc-ink:#17231c;
  --fcc-muted:#657168;
  --fcc-line:#dce5dc;
  --fcc-bg:#f4f7f3;
}
.fc-comm-shell{max-width:1240px;margin:30px auto;padding:0 22px;color:var(--fcc-ink)}
.fc-comm-header{padding:28px 30px;margin-bottom:18px;display:flex;justify-content:space-between;gap:24px;align-items:center;border-radius:22px;background:linear-gradient(105deg,#06150c,#173019);color:#fff}
.fc-comm-header span{font-size:11px;font-weight:900;letter-spacing:.15em;color:#cdd8d0}
.fc-comm-header h1{margin:4px 0;font-size:34px}
.fc-comm-header p{margin:0;color:#c8d2cb}
.fc-comm-org-select label{display:grid;gap:5px;font-size:12px;font-weight:800}
.fc-comm-org-select select{min-width:230px;padding:11px 12px;border-radius:10px}
.fc-comm-layout{display:grid;grid-template-columns:330px minmax(0,1fr);min-height:680px;border:1px solid var(--fcc-line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 18px 50px rgba(9,24,15,.09)}
.fc-comm-sidebar{padding:18px;background:#f7faf6;border-right:1px solid var(--fcc-line)}
.fc-comm-sidebar-title{display:flex;justify-content:space-between;padding:6px 8px 14px}
.fc-comm-sidebar-title span{min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#e5efcf;color:#355700;font-weight:800}
.fc-comm-channel{margin-bottom:8px;padding:13px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid transparent;border-radius:14px;color:var(--fcc-ink);text-decoration:none}
.fc-comm-channel:hover,.fc-comm-channel.is-active{border-color:#caddaa;background:#edf5da}
.fc-comm-channel-icon{font-size:20px;text-align:center}
.fc-comm-channel strong,.fc-comm-channel small{display:block}
.fc-comm-channel small{margin-top:3px;color:var(--fcc-muted);font-size:12px;line-height:1.35}
.fc-comm-channel>b{min-width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:var(--fcc-green);font-size:11px}
.fc-comm-main{min-width:0;display:flex;flex-direction:column}
.fc-comm-channel-head{padding:22px 26px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--fcc-line)}
.fc-comm-channel-head span{font-size:10px;font-weight:900;letter-spacing:.13em;color:#527200;text-transform:uppercase}
.fc-comm-channel-head h2{margin:4px 0;font-size:28px}
.fc-comm-channel-head p{margin:0;color:var(--fcc-muted)}
.fc-comm-channel-head>b{align-self:flex-start;padding:7px 10px;border-radius:999px;background:#edf5da;color:#355700;font-size:12px}
.fc-comm-messages{flex:1;padding:22px 26px;overflow:auto;background:#fbfcfa}
.fc-comm-message{margin-bottom:18px;display:flex;gap:10px;align-items:flex-start}
.fc-comm-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#dce8cf;font-weight:900}
.fc-comm-bubble{max-width:min(75%,680px);padding:12px 15px;border:1px solid var(--fcc-line);border-radius:5px 16px 16px 16px;background:#fff}
.fc-comm-message.is-mine{justify-content:flex-end}
.fc-comm-message.is-mine .fc-comm-avatar{order:2;background:#cde78e}
.fc-comm-message.is-mine .fc-comm-bubble{background:#eef8db;border-radius:16px 5px 16px 16px}
.fc-comm-bubble>div{display:flex;gap:12px;align-items:center}
.fc-comm-bubble strong{font-size:13px}
.fc-comm-bubble time{color:var(--fcc-muted);font-size:11px}
.fc-comm-bubble p{margin:6px 0 0;line-height:1.5}
.fc-comm-compose{padding:16px 20px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;border-top:1px solid var(--fcc-line)}
.fc-comm-compose textarea{resize:vertical;min-height:54px;padding:12px;border:1px solid #cbd6ca;border-radius:12px}
.fc-comm-compose button,.fc-comm-gate a{align-self:end;padding:13px 22px;border:0;border-radius:11px;background:var(--fcc-green);color:#10170d;font-weight:900;text-decoration:none}
.fc-comm-empty{padding:54px 24px;text-align:center;color:var(--fcc-muted)}
.fc-comm-empty h2,.fc-comm-empty h3{color:var(--fcc-ink)}
.fc-comm-gate{max-width:700px;margin:70px auto;padding:42px;text-align:center;border:1px solid var(--fcc-line);border-radius:22px;background:#fff}
.fc-comm-gate a{display:inline-block;margin-top:12px}
@media(max-width:820px){
  .fc-comm-header{align-items:flex-start;flex-direction:column}
  .fc-comm-org-select,.fc-comm-org-select select{width:100%}
  .fc-comm-layout{grid-template-columns:1fr}
  .fc-comm-sidebar{border-right:0;border-bottom:1px solid var(--fcc-line);display:flex;overflow:auto}
  .fc-comm-sidebar-title{display:none}
  .fc-comm-channel{min-width:190px}
  .fc-comm-channel small{display:none}
  .fc-comm-messages{min-height:430px}
  .fc-comm-bubble{max-width:86%}
}
@media(max-width:560px){
  .fc-comm-shell{padding:0 10px}
  .fc-comm-header{padding:22px 20px}
  .fc-comm-header h1{font-size:28px}
  .fc-comm-channel-head{padding:18px}
  .fc-comm-messages{padding:18px 12px}
  .fc-comm-compose{grid-template-columns:1fr}
  .fc-comm-compose button{width:100%}
}


/* v0.2.0-alpha — front-end facility manager Communications console */
.fc-comm-manage-link{
  margin-left:auto;
  align-self:center;
  padding:12px 17px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:11px;
  color:#fff;
  font-weight:900;
  text-decoration:none;
}
.fc-comm-manager-shell{max-width:1280px;margin:30px auto;padding:0 22px;color:var(--fcc-ink)}
.fc-comm-manager-header{
  margin-bottom:18px;padding:27px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;
  border-radius:22px;background:linear-gradient(105deg,#06150c,#173019);color:#fff
}
.fc-comm-manager-header span,.fc-comm-create-panel>span,.fc-comm-manager-panel-head span{
  color:#b9d36c;font-size:10px;font-weight:900;letter-spacing:.15em
}
.fc-comm-manager-header h1{margin:4px 0;font-size:34px}
.fc-comm-manager-header p{margin:0;color:#c8d2cb}
.fc-comm-manager-header>a{
  padding:12px 17px;border:1px solid rgba(255,255,255,.35);border-radius:11px;color:#fff;font-weight:900;text-decoration:none
}
.fc-comm-manager-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}
.fc-comm-manager-panel{
  padding:22px;border:1px solid var(--fcc-line);border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(9,24,15,.07)
}
.fc-comm-manager-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.fc-comm-manager-panel-head h2,.fc-comm-create-panel h2{margin:3px 0 0}
.fc-comm-manager-panel-head>b{
  min-width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#eaf3d5;color:#355700
}
.fc-comm-manager-channel-list{display:grid;gap:12px}
.fc-comm-manager-channel{
  padding:16px;border:1px solid var(--fcc-line);border-radius:15px;background:#fbfcfa
}
.fc-comm-manager-channel.is-archived{opacity:.62}
.fc-comm-manager-channel-main{display:flex;gap:12px;align-items:flex-start}
.fc-comm-manager-channel-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#edf5da;font-size:18px}
.fc-comm-manager-channel-main strong,.fc-comm-manager-channel-main small{display:block}
.fc-comm-manager-channel-main small{margin-top:4px;color:var(--fcc-muted)}
.fc-comm-manager-channel-meta{margin:12px 0;display:flex;flex-wrap:wrap;gap:7px}
.fc-comm-manager-channel-meta span{
  padding:5px 8px;border-radius:999px;background:#edf2ec;color:#526058;font-size:11px
}
.fc-comm-manager-channel-actions{display:flex;gap:10px;align-items:flex-start}
.fc-comm-manager-channel-actions details{flex:1}
.fc-comm-manager-channel-actions summary,.fc-comm-archive-form button{
  cursor:pointer;padding:9px 12px;border:1px solid #c9d4c8;border-radius:9px;background:#fff;font-weight:800
}
.fc-comm-manager-channel-actions details[open]{padding:12px;border:1px solid var(--fcc-line);border-radius:12px;background:#fff}
.fc-comm-manager-channel-actions details[open] summary{margin-bottom:12px}
.fc-comm-manager-channel-actions form,.fc-comm-manager-form{display:grid;gap:12px}
.fc-comm-manager-channel-actions label,.fc-comm-manager-form label{display:grid;gap:5px;font-size:12px;font-weight:800}
.fc-comm-manager-channel-actions input,.fc-comm-manager-channel-actions textarea,.fc-comm-manager-channel-actions select,
.fc-comm-manager-form input,.fc-comm-manager-form textarea,.fc-comm-manager-form select{
  width:100%;padding:10px;border:1px solid #c8d3c7;border-radius:9px;background:#fff
}
.fc-comm-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center!important}
.fc-comm-check input{width:auto!important}
.fc-comm-manager-channel-actions button,.fc-comm-manager-form button{
  padding:11px 15px;border:0;border-radius:10px;background:var(--fcc-green);color:#10170d;font-weight:900
}
.fc-comm-archive-form button{background:#fff}
.fc-comm-create-panel{position:sticky;top:24px}
.fc-comm-create-panel>p{color:var(--fcc-muted);line-height:1.5}
@media(max-width:960px){
  .fc-comm-manager-grid{grid-template-columns:1fr}
  .fc-comm-create-panel{position:static}
}
@media(max-width:640px){
  .fc-comm-manager-shell{padding:0 10px}
  .fc-comm-manager-header{align-items:flex-start;flex-direction:column}
  .fc-comm-manager-channel-actions{flex-direction:column}
  .fc-comm-manager-channel-actions details,.fc-comm-archive-form,.fc-comm-archive-form button{width:100%}
}

.fc-comm-activity-updates{margin:18px 0;padding:18px;border:1px solid #dfe7dc;border-radius:16px;background:#fff}
.fc-comm-activity-updates__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
.fc-comm-activity-updates__head span{font-size:10px;font-weight:900;letter-spacing:.14em;color:#6f9317}
.fc-comm-activity-updates__head h2{margin:4px 0 0;font-size:20px}
.fc-comm-activity-updates__head>strong{display:grid;place-items:center;min-width:30px;height:30px;border-radius:999px;background:#eef4e6;color:#456514}
.fc-comm-activity-updates__list{display:grid;gap:8px}
.fc-comm-activity-update{display:grid;gap:2px;padding:11px 12px;border:1px solid #e7ece4;border-radius:12px;color:#18231c;text-decoration:none;background:#fbfdf9}
.fc-comm-activity-update:hover{border-color:#95c11f;background:#f8fbf1}
.fc-comm-activity-update strong{font-size:13px}
.fc-comm-activity-update span{font-size:12px;color:#526158}
.fc-comm-activity-update small{font-size:10px;color:#7b877f}
.fc-comm-activity-updates__empty{margin:0;color:#6b766f}

/* 0.2.2-alpha global/member notification hierarchy */
.fc-comm-activity-updates.is-global{border:1px solid #cfddc7;box-shadow:0 12px 34px rgba(24,52,33,.08)}
.fc-comm-activity-updates.is-global .fc-comm-activity-updates__head h2{font-size:24px}
.fc-comm-activity-update__top{display:flex;justify-content:space-between;align-items:center;gap:12px}
.fc-comm-activity-update__top>b{font-size:10px;font-weight:800;color:#527018;background:#eef5df;border-radius:999px;padding:4px 8px;white-space:nowrap}
@media(max-width:720px){.fc-comm-activity-update__top{align-items:flex-start;flex-direction:column;gap:4px}}

/* 0.2.3-alpha compact notification dropdowns */
.fc-comm-notifications-card{border:1px solid #dbe5d5;border-radius:14px;background:#fff;overflow:hidden}
.fc-comm-notifications-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border:0;background:#fff;color:#17251b;text-align:left;cursor:pointer}
.fc-comm-notifications-toggle:hover{background:#fbfdf8}
.fc-comm-notifications-toggle__copy{display:flex;align-items:center;gap:10px;min-width:0}
.fc-comm-notifications-toggle__copy small{font-size:10px;font-weight:900;letter-spacing:.12em;color:#6f9317;white-space:nowrap}
.fc-comm-notifications-toggle__copy strong{font-size:15px;white-space:nowrap}
.fc-comm-notifications-toggle__meta{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.fc-comm-notifications-toggle__meta b{display:grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#eef5df;color:#5d7f14;font-size:13px}
.fc-comm-notifications-toggle__meta i{font-style:normal;font-size:18px;line-height:1;transition:transform .18s ease}
.fc-comm-notifications-toggle[aria-expanded="true"] .fc-comm-notifications-toggle__meta i{transform:rotate(180deg)}
.fc-comm-notifications-panel{border-top:1px solid #e7ece4;padding:8px 10px 10px;background:#fcfdfb}
.fc-comm-notification-group+.fc-comm-notification-group{margin-top:8px}
.fc-comm-notification-group__head{display:flex;justify-content:space-between;align-items:center;padding:7px 6px 5px;color:#314338}
.fc-comm-notification-group__head strong{font-size:12px}
.fc-comm-notification-group__head span{font-size:10px;color:#6f7d74}
.fc-comm-notification-list{display:grid;gap:4px}
.fc-comm-notification-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px 10px;border-radius:9px;color:#1b2a21;text-decoration:none;background:#fff;border:1px solid transparent}
.fc-comm-notification-row:hover{border-color:#dce7d6;background:#f8fbf4}
.fc-comm-notification-row__subject{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}
.fc-comm-notification-row__org{font-size:10px;font-weight:800;color:#5d7a1d;background:#eff5e4;border-radius:999px;padding:3px 7px;white-space:nowrap}
.fc-comm-notification-row__time{font-size:10px;color:#7b877f;white-space:nowrap}
.fc-comm-notifications-empty{margin:0;padding:10px;color:#68756c;font-size:12px}
@media(max-width:720px){
  .fc-comm-notifications-toggle__copy{align-items:flex-start;flex-direction:column;gap:2px}
  .fc-comm-notification-row{grid-template-columns:minmax(0,1fr) auto}
  .fc-comm-notification-row__org{display:none}
}

/* 0.2.4-alpha specific game context + consistent global/facility presentation */
.fc-comm-notifications-card{margin:0;border:1px solid #dbe5d5;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 7px 20px rgba(24,52,33,.045)}
.fc-comm-notifications-toggle{min-height:48px;padding:11px 16px}
.fc-comm-notifications-toggle__copy small{color:#79a111}
.fc-comm-notifications-toggle__copy strong{font-size:14px}
.fc-comm-notification-row{
  grid-template-columns:minmax(170px,1fr) minmax(180px,auto) auto;
}
.fc-comm-notification-row__context{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:11px;
  color:#52665b;
}
.fc-comm-notification-group__head{padding-top:5px}
.fc-comm-notification-group__head strong{font-size:12px;font-weight:800}
@media(max-width:900px){
  .fc-comm-notification-row{grid-template-columns:minmax(0,1fr) auto}
  .fc-comm-notification-row__context{grid-column:1 / -1}
}

/* 0.4.0-alpha manager announcement broadcasts */
.fc-comm-manager-notice{margin:0 0 14px;padding:12px 14px;border:1px solid #cfe6b0;border-radius:12px;background:#f5faec;color:#35580e;font-weight:700}
.fc-comm-announcement-composer{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(420px,1.3fr);gap:22px;margin:0 0 18px;padding:22px;border:1px solid #dbe5d5;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(24,52,33,.06)}
.fc-comm-announcement-copy span{font-size:10px;font-weight:900;letter-spacing:.13em;color:#75a014}
.fc-comm-announcement-copy h2{margin:5px 0 6px;font-size:24px}
.fc-comm-announcement-copy p{margin:0;color:#68766d}
.fc-comm-announcement-form{display:grid;gap:11px}
.fc-comm-announcement-form label{display:grid;gap:5px;font-size:12px;font-weight:800;color:#324139}
.fc-comm-announcement-form input,.fc-comm-announcement-form textarea{width:100%;box-sizing:border-box;border:1px solid #d6dfd3;border-radius:10px;padding:10px 12px;font:inherit;background:#fff}
.fc-comm-announcement-form textarea{resize:vertical}
.fc-comm-announcement-form button{justify-self:start;border:0;border-radius:10px;padding:11px 17px;background:#0c482d;color:#fff;font-weight:800;cursor:pointer}
.fc-comm-announcement-form button:hover{background:#113f2b}
@media(max-width:850px){.fc-comm-announcement-composer{grid-template-columns:1fr}}


/* 0.4.1-alpha Facility Manager embedded workspace */
.fc-comm-manager-shell.is-embedded{max-width:none;margin:0;padding:0}
.fc-comm-manager-shell.is-embedded .fc-comm-embedded-toolbar{
  display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px;
  padding:12px 16px;border:1px solid #dbe5d5;border-radius:12px;background:#fff;color:#53635a;font-size:13px
}
.fc-comm-manager-shell.is-embedded .fc-comm-embedded-toolbar a{
  display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid #315942;
  border-radius:9px;color:#0c482d;background:#fff;font-weight:800;text-decoration:none;white-space:nowrap
}
.fc-comm-manager-shell.is-embedded .fc-comm-announcement-composer{margin-bottom:16px;box-shadow:none}
.fc-comm-manager-shell.is-embedded .fc-comm-manager-grid{align-items:start}
.fc-comm-manager-shell.is-embedded .fc-comm-manager-panel{box-shadow:none}
.fc-comm-manager-shell.is-embedded .fc-comm-create-panel{top:18px}

/* Normalize manager forms against theme CSS. */
.fc-comm-manager-shell .fc-comm-manager-form,
.fc-comm-manager-shell .fc-comm-announcement-form,
.fc-comm-manager-shell .fc-comm-manager-channel-actions form{
  display:grid!important;grid-template-columns:1fr!important;gap:13px!important
}
.fc-comm-manager-shell .fc-comm-manager-form label,
.fc-comm-manager-shell .fc-comm-announcement-form label,
.fc-comm-manager-shell .fc-comm-manager-channel-actions label{
  display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin:0!important;
  color:#34443a;font-size:12px!important;font-weight:800!important;line-height:1.35!important
}
.fc-comm-manager-shell .fc-comm-manager-form input:not([type="checkbox"]),
.fc-comm-manager-shell .fc-comm-manager-form textarea,
.fc-comm-manager-shell .fc-comm-manager-form select,
.fc-comm-manager-shell .fc-comm-announcement-form input:not([type="checkbox"]),
.fc-comm-manager-shell .fc-comm-announcement-form textarea,
.fc-comm-manager-shell .fc-comm-manager-channel-actions input:not([type="checkbox"]),
.fc-comm-manager-shell .fc-comm-manager-channel-actions textarea,
.fc-comm-manager-shell .fc-comm-manager-channel-actions select{
  display:block!important;width:100%!important;min-width:0!important;max-width:none!important;box-sizing:border-box!important;
  margin:0!important;padding:10px 12px!important;border:1px solid #ccd8ca!important;border-radius:9px!important;
  background:#fff!important;color:#17251b!important;font:inherit!important;line-height:1.35!important
}
.fc-comm-manager-shell .fc-comm-manager-form textarea,
.fc-comm-manager-shell .fc-comm-announcement-form textarea,
.fc-comm-manager-shell .fc-comm-manager-channel-actions textarea{min-height:84px;resize:vertical}
.fc-comm-manager-shell .fc-comm-check{
  display:flex!important;grid-template-columns:none!important;flex-direction:row!important;align-items:center!important;
  gap:8px!important;font-weight:700!important
}
.fc-comm-manager-shell .fc-comm-check input{flex:0 0 auto;width:16px!important;height:16px!important;margin:0!important}
.fc-comm-manager-shell .fc-comm-manager-form button,
.fc-comm-manager-shell .fc-comm-announcement-form button{
  justify-self:start;min-height:40px;padding:0 16px!important;border:0!important;border-radius:9px!important;
  background:#0b472c!important;color:#fff!important;font-size:13px!important;font-weight:900!important;cursor:pointer
}
@media(max-width:760px){
  .fc-comm-manager-shell.is-embedded .fc-comm-embedded-toolbar{align-items:flex-start;flex-direction:column}
}


/* 0.4.2-alpha: hardened Facility Manager form layout */
.fc-comm-manager-shell.is-embedded .fc-comm-manager-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(320px,360px) !important;
  gap:18px !important;
}
.fc-comm-manager-shell.is-embedded .fc-comm-create-panel{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  align-self:start !important;
  overflow:visible !important;
}
.fc-comm-manager-shell.is-embedded .fc-comm-create-panel > span,
.fc-comm-manager-shell.is-embedded .fc-comm-create-panel > h2,
.fc-comm-manager-shell.is-embedded .fc-comm-create-panel > p{
  display:block !important;
  width:auto !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
.fc-comm-manager-shell .fc-comm-manager-form{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  grid-auto-flow:row !important;
  align-items:stretch !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
.fc-comm-manager-shell .fc-comm-manager-form label{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  grid-template-rows:auto auto !important;
  align-items:start !important;
  width:100% !important;
  max-width:none !important;
  float:none !important;
  clear:both !important;
  position:static !important;
  margin:0 !important;
  padding:0 !important;
  white-space:normal !important;
}
.fc-comm-manager-shell .fc-comm-manager-form label > input:not([type="checkbox"]),
.fc-comm-manager-shell .fc-comm-manager-form label > textarea,
.fc-comm-manager-shell .fc-comm-manager-form label > select{
  grid-column:1 !important;
  grid-row:2 !important;
  float:none !important;
  clear:both !important;
  position:static !important;
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  height:auto !important;
  margin:0 !important;
  box-sizing:border-box !important;
}
.fc-comm-manager-shell .fc-comm-manager-form label > input:not([type="checkbox"]){
  min-height:42px !important;
}
.fc-comm-manager-shell .fc-comm-manager-form label > select{
  min-height:42px !important;
  appearance:auto !important;
}
.fc-comm-manager-shell .fc-comm-manager-form label > textarea{
  min-height:96px !important;
}
.fc-comm-manager-shell .fc-comm-manager-form .fc-comm-check{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  width:100% !important;
  float:none !important;
  clear:both !important;
}
.fc-comm-manager-shell .fc-comm-manager-form button[type="submit"]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:132px !important;
  min-height:42px !important;
  float:none !important;
  clear:both !important;
  margin:2px 0 0 !important;
  padding:0 16px !important;
  border:0 !important;
  border-radius:9px !important;
  background:#0b472c !important;
  color:#fff !important;
  font-family:inherit !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

/* Expanded channel Edit forms use the same protected single-column controls. */
.fc-comm-manager-shell .fc-comm-manager-channel-actions details{
  width:100% !important;
}
.fc-comm-manager-shell .fc-comm-manager-channel-actions details[open]{
  padding-bottom:4px !important;
}
.fc-comm-manager-shell .fc-comm-manager-channel-actions details form{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  gap:12px !important;
  width:100% !important;
  margin-top:12px !important;
}
.fc-comm-manager-shell .fc-comm-manager-channel-actions details form label{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  grid-template-rows:auto auto !important;
  width:100% !important;
  float:none !important;
  position:static !important;
}
.fc-comm-manager-shell .fc-comm-manager-channel-actions details form input:not([type="checkbox"]),
.fc-comm-manager-shell .fc-comm-manager-channel-actions details form textarea,
.fc-comm-manager-shell .fc-comm-manager-channel-actions details form select{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  float:none !important;
  position:static !important;
  box-sizing:border-box !important;
}
.fc-comm-manager-shell .fc-comm-manager-channel-actions details form button[type="submit"]{
  justify-self:start !important;
  min-height:40px !important;
  padding:0 15px !important;
  border:0 !important;
  border-radius:9px !important;
  background:#0b472c !important;
  color:#fff !important;
  font-weight:900 !important;
}

/* Prevent the narrow sidebar from becoming cramped on medium screens. */
@media(max-width:1180px){
  .fc-comm-manager-shell.is-embedded .fc-comm-manager-grid{
    grid-template-columns:minmax(0,1fr) !important;
  }
  .fc-comm-manager-shell.is-embedded .fc-comm-create-panel{
    position:static !important;
  }
}


/* 0.4.3-alpha Create Channel form rebuild */
.fc-comm-manager-shell.is-embedded .fc-comm-manager-grid{
  grid-template-columns:minmax(0,1fr) minmax(360px,400px)!important;
}
.fc-comm-create-form{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  width:100%!important;
}
.fc-comm-create-form .fc-comm-field{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  width:100%!important;
  margin:0!important;
}
.fc-comm-create-form .fc-comm-field label{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  position:static!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.35!important;
  color:#34443a!important;
}
.fc-comm-create-form .fc-comm-field input,
.fc-comm-create-form .fc-comm-field textarea,
.fc-comm-create-form .fc-comm-field select{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:10px 12px!important;
  float:none!important;
  clear:both!important;
  position:static!important;
  border:1px solid #ccd8ca!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#17251b!important;
  font:inherit!important;
  line-height:1.35!important;
}
.fc-comm-create-form .fc-comm-field input,
.fc-comm-create-form .fc-comm-field select{min-height:42px!important}
.fc-comm-create-form .fc-comm-field textarea{min-height:96px!important;resize:vertical!important}
.fc-comm-create-form .fc-comm-check{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  margin:0!important;
}
.fc-comm-create-form .fc-comm-check input{width:16px!important;height:16px!important;margin:0!important}
.fc-comm-create-form button[type="submit"]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  justify-self:start!important;
  width:auto!important;
  min-width:132px!important;
  min-height:42px!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:9px!important;
  background:#0b472c!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:none!important;
}
@media(max-width:1180px){
  .fc-comm-manager-shell.is-embedded .fc-comm-manager-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
}

/* 0.4.5-alpha canonical member document cleanup */
body.fc-communications-document{
  margin:0!important;
  background:#eef3ee!important;
  color:var(--fcc-ink);
}
body.fc-communications-document .fc-product-header{position:relative;z-index:20}
.fc-comm-document-main{padding:22px 20px 48px}
.fc-comm-document-inner{width:min(1280px,100%);margin:0 auto}
.fc-comm-shell.is-document{max-width:none;margin:0;padding:0}
.fc-comm-shell.is-document .fc-comm-layout{min-height:680px;box-shadow:0 16px 42px rgba(9,24,15,.08)}
.fc-comm-document-toolbar{
  min-height:64px;margin:0 0 16px;padding:10px 14px 10px 18px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  border:1px solid #d8e2d7;border-radius:14px;background:#fff;
  box-shadow:0 7px 20px rgba(24,52,33,.045)
}
.fc-comm-document-context{display:flex;flex-direction:column;gap:2px}
.fc-comm-document-context span{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#68804f}
.fc-comm-document-context strong{font-size:15px;color:#173020}
.fc-comm-document-toolbar .fc-comm-org-select{margin:0}
.fc-comm-document-toolbar .fc-comm-org-select label{display:flex;align-items:center;gap:10px;color:#516158}
.fc-comm-document-toolbar .fc-comm-org-select select{min-width:240px;padding:9px 11px;border:1px solid #cbd7ca;background:#fff;color:#17231c}
.fc-comm-document-manage{
  display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;
  border:1px solid #2e5b3f;border-radius:10px;background:#fff;color:#123d29!important;
  font-weight:850;text-decoration:none!important;white-space:nowrap
}
.fc-comm-document-manage:hover{background:#f4f8f1}
.fc-comm-readonly-notice{
  min-height:78px;padding:15px 20px;display:flex;align-items:center;gap:12px;
  border-top:1px solid var(--fcc-line);background:#f7f9f6;color:#304038
}
.fc-comm-readonly-notice>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e9efe5;font-size:15px}
.fc-comm-readonly-notice div{display:flex;flex-direction:column;gap:3px}
.fc-comm-readonly-notice strong{font-size:13px}
.fc-comm-readonly-notice small{font-size:12px;color:#6a776e}
@media(max-width:760px){
  .fc-comm-document-main{padding:12px 10px 28px}
  .fc-comm-document-toolbar{align-items:stretch;flex-direction:column}
  .fc-comm-document-toolbar .fc-comm-org-select label{align-items:stretch;flex-direction:column}
  .fc-comm-document-toolbar .fc-comm-org-select select,.fc-comm-document-manage{width:100%}
  .fc-comm-shell.is-document .fc-comm-layout{border-radius:16px}
}

/* 0.5.0-alpha play coordination bridge */
.fc-comm-find-players{
  display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;
  border:1px solid #bfd17f;border-radius:999px;background:#f2f8db;color:#31500c!important;
  font-size:12px;font-weight:850;text-decoration:none!important;white-space:nowrap
}
.fc-comm-find-players:hover{background:#e7f2bd}
.fc-comm-opportunity-card{margin-top:10px;min-width:320px;max-width:560px;padding:15px 16px;border:1px solid #d3e0c3;border-radius:14px;background:#fbfdf7}
.fc-comm-opportunity-kicker{margin-bottom:5px;color:#648500;font-size:9px;font-weight:950;letter-spacing:.13em}
.fc-comm-opportunity-card h4{margin:0 0 9px;font-size:17px;line-height:1.25;color:#173020}
.fc-comm-opportunity-meta{display:flex;flex-wrap:wrap;gap:6px 12px;color:#526258;font-size:12px}
.fc-comm-opportunity-meta span{position:relative}
.fc-comm-opportunity-status{display:flex;gap:14px;align-items:center;margin-top:12px;padding-top:10px;border-top:1px solid #e2eadb;font-size:12px}
.fc-comm-opportunity-status strong{color:#244918}.fc-comm-opportunity-status span{color:#6a776e}
.fc-comm-opportunity-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}
.fc-comm-opportunity-actions form{margin:0}
.fc-comm-opportunity-actions button,.fc-comm-opportunity-actions a,.fc-comm-opportunity-going,.fc-comm-opportunity-full{
  display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;border-radius:9px;font-size:11px;font-weight:850;text-decoration:none!important
}
.fc-comm-opportunity-actions button{border:0;background:#8bd000;color:#071204;cursor:pointer}
.fc-comm-opportunity-actions a{border:1px solid #cfd9cb;background:#fff;color:#24412e!important}
.fc-comm-opportunity-going{background:#edf6d9;color:#355d0c}.fc-comm-opportunity-full{background:#f0f1ef;color:#6b736c}
.fc-comm-message.is-mine .fc-comm-opportunity-card{background:#f6fbe8}
@media(max-width:760px){.fc-comm-opportunity-card{min-width:0;max-width:100%}.fc-comm-channel-head{gap:10px}.fc-comm-find-players{align-self:flex-start}}

/* v0.5.1: explicit application return path */
.fc-comm-return-row{max-width:100%;margin:0 0 12px;padding:0 2px;}
.fc-comm-return-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;text-decoration:none;color:#527900;}
.fc-comm-return-link:hover,.fc-comm-return-link:focus{text-decoration:underline;}

/* 0.5.3-alpha unread notification emphasis */
.fc-comm-notifications-toggle__meta b.has-unread{
  background:#8fd400;
  color:#102515;
  box-shadow:0 0 0 3px rgba(143,212,0,.16);
}
.fc-comm-notification-group__head span.has-unread{
  display:grid;
  place-items:center;
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  background:#8fd400;
  color:#102515;
  font-weight:900;
}
.fc-comm-notification-row.is-unread{
  background:#f1f8df;
  border-color:#d8e9ac;
  box-shadow:inset 4px 0 0 #8fd400;
}
.fc-comm-notification-row.is-unread:hover{
  background:#eaf5cf;
  border-color:#bfdc7d;
}
.fc-comm-notification-row.is-unread .fc-comm-notification-row__subject{
  font-weight:900;
  color:#102515;
}
.fc-comm-new-badge{
  display:inline-flex;
  align-items:center;
  margin-left:8px;
  padding:2px 6px;
  border-radius:999px;
  background:#8fd400;
  color:#102515;
  font-size:8px;
  font-weight:950;
  letter-spacing:.08em;
  vertical-align:1px;
}


/* 0.5.4 notification destination highlight */
.fc-comm-message.is-notification-target{scroll-margin-top:120px}
.fc-comm-message.is-notification-target .fc-comm-bubble{
  border:2px solid #95c11f;
  box-shadow:0 0 0 4px rgba(149,193,31,.12),0 10px 24px rgba(24,52,33,.08);
  background:#f5fae8;
}
.fc-comm-message.is-notification-target.is-mine .fc-comm-bubble{background:#f1f9dd}
.fc-comm-message-new-badge{
  display:inline-flex;align-items:center;justify-content:center;
  margin-left:8px;padding:2px 6px;border-radius:999px;
  background:#95c11f;color:#102115;font-size:9px;line-height:1;
  font-weight:900;letter-spacing:.08em;vertical-align:middle;
}

/* 0.5.5 flexible Looking to Play opportunity cards */
.fc-comm-opportunity-message{margin:.55rem 0;color:#33443a;font-style:italic}

/* 0.6.0-alpha: structured opportunity cards use the conversation width cleanly. */
.fc-comm-message.has-opportunity .fc-comm-bubble{width:min(92%,860px);max-width:860px}
.fc-comm-message.has-opportunity .fc-comm-opportunity-card{width:100%;max-width:none;min-width:0;box-sizing:border-box}
.fc-comm-message.has-opportunity .fc-comm-opportunity-message{font-size:15px;line-height:1.45;overflow-wrap:anywhere}
@media(max-width:760px){
  .fc-comm-message.has-opportunity .fc-comm-bubble{width:100%;max-width:100%}
  .fc-comm-messages{padding-left:12px;padding-right:12px}
}


/* Notification management */
.fc-comm-notifications-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  padding:8px 18px 2px;
}
.fc-comm-notifications-actions form{margin:0}
.fc-comm-notifications-actions button{
  appearance:none;
  border:0;
  background:transparent;
  color:#4b6f30;
  font:inherit;
  font-size:.82rem;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
  padding:3px 0;
}
.fc-comm-notifications-actions button:hover,
.fc-comm-notifications-actions button:focus-visible{
  color:#264a12;
  text-decoration:underline;
}

.fc-comm-notification-item{position:relative}
.fc-comm-notification-item .fc-comm-notification-row{
  padding-right:44px;
}

.fc-comm-notification-dismiss{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  margin:0;
  z-index:2;
}
.fc-comm-notification-dismiss button{
  width:26px;
  height:26px;
  border-radius:999px;
  border:1px solid #d7dfd3;
  background:rgba(255,255,255,.72);
  color:#879287;
  font-size:18px;
  font-weight:500;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 0 2px;
}
.fc-comm-notification-dismiss button:hover,
.fc-comm-notification-dismiss button:focus-visible{
  border-color:#b56b6b;
  color:#923b3b;
  background:#fffafa;
}

@media (max-width:640px){
  .fc-comm-notifications-actions{
    justify-content:flex-end;
    gap:12px;
    padding:7px 14px 2px;
  }
  .fc-comm-notifications-actions button{
    font-size:.76rem;
  }
  .fc-comm-notification-item .fc-comm-notification-row{
    padding-right:38px;
  }
  .fc-comm-notification-dismiss{
    right:8px;
  }
  .fc-comm-notification-dismiss button{
    width:24px;
    height:24px;
    font-size:17px;
  }
}
