/* Fan Club Portal — portal.css v2.8 */
.fcp-portal*,.fcp-portal*::before,.fcp-portal*::after{box-sizing:border-box;margin:0;padding:0;}
.fcp-portal{
  --fcp-primary:#534AB7;--fcp-accent:#F5A623;
  --fcp-bg:#F7F6FF;--fcp-card:#FFFFFF;--fcp-text:#1a1a2e;--fcp-login-bg:#F7F6FF;
  --fcp-welcome-bg:#534AB7;--fcp-welcome-text:#FFFFFF;
  --fcp-welcome-h-size:20px;--fcp-welcome-m-size:14px;
  --fcp-member-name-size:20px;--fcp-section-heading-size:16px;
  --fcp-ann-title-size:14px;--fcp-ann-body-size:13px;
  --fcp-badge-name-size:12px;--fcp-footer-size:12px;
  --fcp-signout-bg:transparent;--fcp-signout-text:#888888;--fcp-signout-border:#dddddd;
  --fcp-member-email-color:#888888;
  --fcp-footer-text-color:#bbbbbb;
  --fcp-section-label-color:#1a1a2e;
  --fcp-radius:12px;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:15px;color:var(--fcp-text);background:var(--fcp-bg);
  min-height:500px;padding:2rem 1.5rem;border-radius:var(--fcp-radius);
}

/* LOGIN */
.fcp-login-outer{display:flex;justify-content:center;align-items:center;min-height:480px;background:var(--fcp-login-bg);border-radius:var(--fcp-radius);}
.fcp-login-box{width:100%;max-width:380px;}
.fcp-login-logo{text-align:center;margin-bottom:2rem;}
.fcp-login-icon-wrap{width:72px;height:72px;border-radius:50%;background:var(--fcp-primary);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:32px;overflow:hidden;}
.fcp-login-icon-wrap img{width:100%;height:100%;object-fit:contain;}
.fcp-login-name{font-size:24px;font-weight:800;color:var(--fcp-text);}
.fcp-login-tagline{font-size:13px;color:#888;margin-top:4px;}
.fcp-login-card{background:var(--fcp-card);border-radius:var(--fcp-radius);padding:1.75rem;box-shadow:0 2px 12px rgba(0,0,0,.07);}
.fcp-field{margin-bottom:1rem;}
.fcp-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#777;margin-bottom:5px;}
.fcp-input{width:100%;padding:10px 13px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;color:var(--fcp-text);background:#fff;transition:border .15s;}
.fcp-input:focus{outline:none;border-color:var(--fcp-primary);box-shadow:0 0 0 3px rgba(0,0,0,.06);}
.fcp-btn-login{width:100%;padding:12px;border:none;border-radius:8px;background:var(--fcp-primary);color:#fff;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .15s;margin-top:4px;}
.fcp-remember{display:flex;align-items:center;gap:7px;font-size:13px;color:#555;margin:2px 0 4px;cursor:pointer;user-select:none;}
.fcp-remember input{width:auto;margin:0;cursor:pointer;}
.fcp-btn-login:hover{opacity:.9;}
.fcp-login-err{color:#c0392b;font-size:12px;min-height:18px;margin-top:8px;text-align:center;}

/* DASHBOARD */
.fcp-dash{max-width:100%;}
.fcp-dash-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;gap:12px;flex-wrap:wrap;}
.fcp-member-id{display:flex;align-items:center;gap:14px;}
.fcp-avatar-wrap{position:relative;flex-shrink:0;}
.fcp-avatar{width:88px;height:88px;border-radius:50%;background:var(--fcp-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:31px;font-weight:700;overflow:hidden;}
.fcp-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.fcp-avatar-upload-btn{position:absolute;bottom:2px;right:-2px;width:27px;height:27px;border-radius:50%;background:var(--fcp-primary);border:2px solid var(--fcp-card);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;color:#fff;transition:transform .15s;}
.fcp-avatar-upload-btn:hover{transform:scale(1.15);}
.fcp-avatar-upload-input{display:none;}
.fcp-member-name{font-size:var(--fcp-member-name-size);font-weight:800;line-height:1.2;color:var(--fcp-text);}
.fcp-member-email{font-size:13px;color:var(--fcp-member-email-color);}
.fcp-upload-status{font-size:11px;color:#888;margin-top:4px;min-height:14px;}

/* SIGN OUT BUTTON — fully CSS-var driven */
.fcp-btn-logout{padding:7px 16px;border:1px solid var(--fcp-signout-border);border-radius:8px;background:var(--fcp-signout-bg);color:var(--fcp-signout-text);font-size:13px;font-family:inherit;font-weight:600;cursor:pointer;transition:opacity .15s;}
.fcp-btn-logout:hover{opacity:.8;}

/* WELCOME CARD */
.fcp-welcome-card{background:var(--fcp-welcome-bg);border-radius:var(--fcp-radius);padding:1.25rem 1.5rem;margin-bottom:1rem;}
.fcp-welcome-card h2{font-size:var(--fcp-welcome-h-size);font-weight:800;margin-bottom:5px;color:var(--fcp-welcome-text);}
.fcp-welcome-card p{font-size:var(--fcp-welcome-m-size);opacity:.9;line-height:1.55;color:var(--fcp-welcome-text);}

/* SECTION CARDS */
.fcp-section-card{background:var(--fcp-card);border-radius:var(--fcp-radius);padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:0 2px 12px rgba(0,0,0,.05);}
.fcp-section-heading{display:flex;align-items:center;gap:8px;font-size:var(--fcp-section-heading-size);font-weight:700;margin-bottom:1rem;color:var(--fcp-section-label-color);}
.fcp-count-pill{display:none;}

/* ANNOUNCEMENTS */
.fcp-ann-card{border:1px solid #eee;border-radius:10px;padding:1rem;margin-bottom:.75rem;position:relative;padding-top:1.5rem;overflow:visible;}
.fcp-ann-date-tab{position:absolute;top:-12px;right:16px;background:var(--fcp-ann-date-bg,#d400ff);color:var(--fcp-ann-date-text,#fff);font-size:12px;font-weight:700;padding:6px 14px;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.18);white-space:nowrap;z-index:2;}
.fcp-ann-card.fcp-pinned{border-color:var(--fcp-primary);background:color-mix(in srgb,var(--fcp-primary) 5%,white);}
.fcp-pin-tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:var(--fcp-primary);margin-bottom:5px;}
.fcp-ann-card-title{font-weight:700;font-size:var(--fcp-ann-title-size);margin-bottom:4px;}
.fcp-ann-card-body{font-size:var(--fcp-ann-body-size);color:#555;line-height:1.55;margin-bottom:8px;}
.fcp-ann-cta{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;border-radius:22px;background:var(--fcp-primary);color:#fff;font-size:12px;font-weight:700;text-decoration:none;transition:opacity .15s;}
.fcp-ann-cta:hover{opacity:.85;color:#fff;text-decoration:none;}
.fcp-ann-date{font-size:11px;color:#bbb;margin-top:8px;}
.fcp-no-ann{text-align:center;padding:1.5rem;color:#bbb;font-size:13px;}

/* BADGES */
.fcp-badges-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:12px;}
.fcp-badge-tile{background:var(--fcp-badge-tile-bg,color-mix(in srgb,var(--fcp-primary) 6%,white));border:1px solid color-mix(in srgb,var(--fcp-primary) 15%,transparent);border-radius:10px;padding:14px 8px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;}
.fcp-badge-tile img{width:54px;height:54px;border-radius:50%;object-fit:cover;}
.fcp-badge-tile-icon{width:54px;height:54px;border-radius:50%;background:color-mix(in srgb,var(--fcp-primary) 18%,white);display:flex;align-items:center;justify-content:center;font-size:24px;}
.fcp-badge-tile-name{font-size:var(--fcp-badge-name-size);font-weight:600;color:var(--fcp-text);line-height:1.3;}
.fcp-badges-list{display:flex;flex-direction:column;gap:8px;}
.fcp-badge-list-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0;}
.fcp-badge-list-row:last-child{border-bottom:none;}
.fcp-badge-list-img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0;}
.fcp-badge-list-icon{width:42px;height:42px;border-radius:50%;background:color-mix(in srgb,var(--fcp-primary) 14%,white);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;}
.fcp-badge-list-name{font-weight:700;font-size:var(--fcp-ann-title-size);}
.fcp-badge-list-desc{font-size:12px;color:#888;margin-top:1px;}
.fcp-no-badges{text-align:center;padding:1.5rem;color:#bbb;font-size:13px;}

/* PAGES & GAMES */
.fcp-pg-card{display:flex;align-items:flex-start;gap:14px;padding:1rem 1.25rem;border:1px solid #eee;border-radius:10px;margin-bottom:.75rem;background:var(--fcp-card);transition:box-shadow .15s,border-color .15s;text-decoration:none;color:var(--fcp-text);}
.fcp-pg-card-link{cursor:pointer;}
.fcp-pg-card-link:hover{border-color:var(--fcp-primary);box-shadow:0 2px 10px rgba(0,0,0,.08);text-decoration:none;color:var(--fcp-text);}
.fcp-pg-card-expandable{flex-direction:column;align-items:stretch;}
.fcp-pg-card-expandable>div:first-child{display:flex;gap:14px;align-items:flex-start;}
.fcp-pg-arrow{font-size:13px;color:var(--fcp-primary);margin-left:3px;}
.fcp-pg-card-icon{font-size:28px;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--fcp-card-icon-bg,color-mix(in srgb,var(--fcp-primary) 10%,white));border-radius:10px;}
.fcp-pg-card-icon--img{width:96px;height:96px;background:none !important;border-radius:14px;overflow:hidden;padding:0;}
.fcp-pg-card-icon--img img{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block;}
.fcp-pg-card-body{flex:1;min-width:0;}
.fcp-pg-card-title{font-weight:700;font-size:14px;margin-bottom:2px;}
.fcp-pg-card-desc{font-size:12px;color:#888;margin-bottom:6px;}
.fcp-pg-expand-btn{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:6px 14px;border:none;border-radius:20px;background:var(--fcp-primary);color:#fff;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s;}
.fcp-pg-expand-btn:hover{opacity:.85;}
.fcp-pg-expand-btn:disabled{opacity:.6;cursor:default;}
.fcp-pg-content{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;width:100%;}
.fcp-pg-shortcode-label{font-size:11px;color:#bbb;margin-top:5px;font-family:monospace;}
.fcp-pg-no-items{text-align:center;padding:1.5rem;color:#bbb;font-size:13px;}

/* ACCOUNT */
.fcp-info-table{width:100%;font-size:13px;}
.fcp-info-table td{padding:6px 0;}
.fcp-info-table td:first-child{color:#888;width:50%;}
.fcp-status-pill{display:inline-block;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:700;background:#e8f5e9;color:#2e7d32;}

/* FOOTER */
.fcp-footer{text-align:center;font-size:var(--fcp-footer-size);color:var(--fcp-footer-text-color);margin-top:1.5rem;}

@media(max-width:500px){
  .fcp-badges-grid{grid-template-columns:repeat(3,1fr);}
  /* Compact, tidy header on mobile.
     Keep the bar as a wrapping row: the member-id block takes the full top line,
     then the Magic Mail envelope + Sign Out naturally sit together on the next line. */
  .fcp-dash-topbar{flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px 10px;margin-bottom:1.25rem;}
  .fcp-member-id{flex:1 1 100%;align-items:center;gap:12px;}
  .fcp-member-name{font-size:22px;line-height:1.15;word-break:break-word;}
  .fcp-member-email{font-size:12px;word-break:break-all;}
}

/* ── Instagram ── */
.fcp-ig-wrap{display:flex;align-items:center;gap:8px;}
.fcp-ig-link{color:#E1306C;font-weight:600;font-size:13px;text-decoration:none;}
.fcp-ig-link:hover{text-decoration:underline;}
.fcp-ig-edit-btn{background:none;border:none;cursor:pointer;font-size:14px;padding:2px 4px;opacity:.6;transition:opacity .15s;}
.fcp-ig-edit-btn:hover{opacity:1;}
.fcp-btn-sm-primary{padding:5px 12px;border:none;border-radius:6px;background:var(--fcp-primary,#534AB7);color:#fff;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;}
.fcp-btn-sm-cancel{padding:5px 8px;border:1px solid #ddd;border-radius:6px;background:transparent;font-size:12px;cursor:pointer;font-family:inherit;color:#888;}

/* ── Member Directory ── */
.fcp-dir-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;}
.fcp-dir-card{background:color-mix(in srgb,var(--fcp-primary) 4%,white);border:1px solid color-mix(in srgb,var(--fcp-primary) 12%,transparent);border-radius:10px;padding:14px;}
.fcp-dir-top{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.fcp-dir-avatar-wrap{flex-shrink:0;}
.fcp-dir-avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;}
.fcp-dir-avatar-initials{width:44px;height:44px;border-radius:50%;background:var(--fcp-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;}
.fcp-dir-info{flex:1;min-width:0;}
.fcp-dir-name{font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fcp-dir-since{font-size:11px;color:#888;margin-top:1px;}
.fcp-dir-ig{font-size:11px;color:#E1306C;font-weight:600;text-decoration:none;display:block;margin-top:2px;}
.fcp-dir-ig:hover{text-decoration:underline;}
/* Badges row with hover tooltip */
.fcp-dir-badges{display:flex;flex-wrap:wrap;gap:5px;padding-top:8px;border-top:1px solid color-mix(in srgb,var(--fcp-primary) 10%,transparent);}
.fcp-dir-badge-wrap{position:relative;display:inline-flex;}
.fcp-dir-badge-img{width:28px;height:28px;border-radius:50%;object-fit:cover;cursor:default;}
.fcp-dir-badge-dot{width:28px;height:28px;border-radius:50%;cursor:default;}
.fcp-dir-badge-tooltip{position:absolute;bottom:calc(100% + 5px);left:50%;transform:translateX(-50%);background:#1a1a2e;color:#fff;font-size:11px;font-weight:600;white-space:nowrap;padding:4px 8px;border-radius:5px;pointer-events:none;opacity:0;transition:opacity .15s;z-index:10;}
.fcp-dir-badge-tooltip::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#1a1a2e;}
.fcp-dir-badge-wrap:hover .fcp-dir-badge-tooltip{opacity:1;}

/* ── Responsive desktop layout ── */
@media(min-width:780px){
  .fcp-dash{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start;}
}
@media(min-width:1100px){
  .fcp-portal{padding:2rem 2.5rem;}
}

/* ── Global countdown wrapper ── */
.fcp-global-countdown{margin-bottom:1rem;}
@media(min-width:780px){.fcp-global-countdown{grid-column:1/-1;}}

/* ── Reactions ── */
.fcp-react-bar{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0;}
.fcp-react-btn{display:inline-flex;align-items:center;gap:4px;background:#f5f5f8;border:1px solid transparent;border-radius:20px;padding:4px 10px;font-size:15px;cursor:pointer;transition:all .12s;line-height:1;}
.fcp-react-btn:hover{background:#ebebf2;transform:scale(1.08);}
.fcp-react-btn.fcp-react-active{background:color-mix(in srgb,var(--fcp-primary) 14%,white);border-color:var(--fcp-primary);}
.fcp-react-count{font-size:12px;font-weight:700;color:#555;}
.fcp-react-btn.fcp-react-active .fcp-react-count{color:var(--fcp-primary);}

/* ── Member spotlight ── */
.fcp-spot-wrap{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap;}
.fcp-spot-avatar-img{width:160px;height:160px;border-radius:12px;object-fit:cover;display:block;}
.fcp-spot-avatar-initials{width:160px;height:160px;border-radius:12px;background:var(--fcp-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;}
.fcp-spot-info{flex:1;min-width:200px;}
.fcp-spot-name{font-size:18px;font-weight:800;color:var(--fcp-text);}
.fcp-spot-ig{font-size:13px;color:#E1306C;font-weight:600;text-decoration:none;}
.fcp-spot-blurb{font-size:14px;color:#555;line-height:1.5;margin:8px 0;}
.fcp-spot-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px;}
.fcp-spot-badge{width:30px;height:30px;border-radius:50%;object-fit:cover;}
.fcp-spot-badge-dot{width:30px;height:30px;border-radius:50%;}

/* ── Personal countdown ── */
.fcp-pcd-title{font-size:18px;font-weight:800;margin-bottom:14px;color:var(--fcp-text);}
.fcp-pcd-grid{display:flex;gap:10px;flex-wrap:nowrap;width:100%;}
.fcp-pcd-unit{flex:1 1 0;min-width:0;background:color-mix(in srgb,var(--fcp-primary) 8%,white);border:1px solid color-mix(in srgb,var(--fcp-primary) 18%,transparent);border-radius:12px;padding:18px 8px;text-align:center;}
.fcp-pcd-num{display:block;font-size:38px;font-weight:800;color:var(--fcp-primary);line-height:1;}
.fcp-pcd-lbl{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-top:8px;}
@media(max-width:520px){
  .fcp-pcd-grid{gap:6px;}
  .fcp-pcd-unit{padding:12px 4px;border-radius:9px;}
  .fcp-pcd-num{font-size:26px;}
  .fcp-pcd-lbl{font-size:9px;letter-spacing:.02em;margin-top:5px;}
}
@media(max-width:360px){
  .fcp-pcd-num{font-size:21px;}
  .fcp-pcd-lbl{font-size:8px;}
}
.fcp-pcd-done{font-size:16px;font-weight:700;color:var(--fcp-primary);padding:10px 0;}

/* ── Spotlight link + bottom countdown ── */
.fcp-spot-link{display:inline-block;margin-top:10px;background:var(--fcp-primary);color:#fff;padding:8px 18px;border-radius:8px;text-decoration:none;font-weight:700;font-size:13px;}
.fcp-spot-link:hover{opacity:.9;}
#fcp-bottom-countdown-anchor{margin-top:1rem;}
#fcp-global-shortcode{margin-top:0;}

/* ── Member message board ── */
@media(min-width:780px){ .fcp-dash > #fcp-board-card{grid-column:1/-1;} }
#fcp-board-body{max-height:420px;overflow-y:auto;padding-right:6px;}
#fcp-board-body::-webkit-scrollbar{width:8px;}
#fcp-board-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px;}
#fcp-board-body::-webkit-scrollbar-track{background:transparent;}
.fcp-board-compose{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0;}
.fcp-board-compose textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box;}
.fcp-board-compose textarea:focus{outline:none;border-color:var(--fcp-primary);}
.fcp-board-compose-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px;}
.fcp-note-count{font-size:12px;color:#999;}
.fcp-note-status{font-size:12px;min-height:16px;margin-top:4px;}
.fcp-note{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f4f4f4;}
.fcp-note:last-child{border-bottom:none;}
.fcp-note-avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;}
.fcp-note-avatar-initials{width:44px;height:44px;border-radius:50%;background:var(--fcp-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;}
.fcp-note-main{flex:1;min-width:0;}
.fcp-note-head{display:flex;align-items:center;gap:8px;margin-bottom:3px;}
.fcp-note-name{font-weight:700;font-size:14px;color:var(--fcp-text);}
.fcp-note-date{font-size:11px;color:#aaa;}
.fcp-note-delete{margin-left:auto;background:none;border:none;color:#ccc;cursor:pointer;font-size:14px;line-height:1;padding:2px 6px;border-radius:4px;}
.fcp-note-delete:hover{color:#c0392b;background:#fbeaea;}
.fcp-note-msg{font-size:14px;color:#444;line-height:1.5;white-space:pre-wrap;word-wrap:break-word;}
.fcp-note-react-bar{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px;}
.fcp-note-react{font-size:14px;padding:2px 8px;}

/* ── Avatar adjuster ── */
.fcp-avatar-adjust-btn{margin-top:6px;background:none;border:1px solid rgba(255,255,255,.5);color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:14px;cursor:pointer;}
.fcp-avatar-adjust-btn:hover{background:rgba(255,255,255,.15);}
.fcp-adj-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;}
.fcp-adj-box{background:#fff;border-radius:16px;padding:24px;max-width:340px;width:100%;text-align:center;box-shadow:0 12px 48px rgba(0,0,0,.3);}
.fcp-adj-title{margin:0 0 4px;font-size:18px;color:#1a1a2e;}
.fcp-adj-hint{margin:0 0 16px;font-size:12px;color:#888;}
.fcp-adj-frame{width:220px;height:220px;border-radius:50%;overflow:hidden;margin:0 auto 18px;background:#eee;cursor:grab;border:3px solid var(--fcp-primary);touch-action:none;}
.fcp-adj-frame:active{cursor:grabbing;}
.fcp-adj-frame img{width:100%;height:100%;object-fit:cover;user-select:none;pointer-events:none;}
.fcp-adj-zoom-row{display:flex;align-items:center;gap:10px;margin-bottom:20px;}
.fcp-adj-zoom-row input[type=range]{flex:1;accent-color:var(--fcp-primary);}
.fcp-adj-actions{display:flex;gap:10px;justify-content:center;}

/* ── Badge description popover (dashboard) ── */
.fcp-badge-clickable{cursor:pointer;}
.fcp-badge-popover{position:absolute;z-index:99999;background:#1a1a2e;color:#fff;border-radius:10px;padding:10px 14px;max-width:240px;transform:translate(-50%,4px);box-shadow:0 8px 28px rgba(0,0,0,.3);opacity:0;transition:opacity .12s,transform .12s;pointer-events:none;}
.fcp-badge-popover.fcp-badge-pop-show{opacity:1;transform:translate(-50%,0);}
.fcp-badge-pop-name{font-weight:700;font-size:14px;margin-bottom:3px;}
.fcp-badge-pop-desc{font-size:12px;color:#cfcfe6;line-height:1.4;}

/* ── Park hours ── */
@media(min-width:780px){ .fcp-dash > #fcp-parkhours-card{grid-column:1/-1;} }
.fcp-ph-grid{display:flex;gap:14px;flex-wrap:wrap;}
.fcp-ph-park{flex:1 1 0;min-width:130px;text-align:center;padding:14px 10px;border:1px solid #f0f0f0;border-radius:12px;background:#fafafa;}
.fcp-ph-logo{max-width:64px;max-height:64px;width:auto;height:auto;object-fit:contain;margin:0 auto 8px;display:block;}
.fcp-ph-logo-fallback{font-size:40px;margin-bottom:8px;}
.fcp-ph-park-name{font-weight:700;font-size:13px;color:var(--fcp-text);margin-bottom:4px;}
.fcp-ph-park-hours{font-size:13px;color:#555;line-height:1.4;}
.fcp-ph-park-link{text-decoration:none;color:inherit;transition:box-shadow .15s,transform .12s;}
.fcp-ph-park-link:hover{box-shadow:0 4px 14px rgba(0,0,0,.1);transform:translateY(-2px);}
.fcp-ph-none{text-align:center;color:#aaa;font-weight:700;letter-spacing:.05em;padding:1rem;font-size:14px;}
@media(max-width:600px){
  .fcp-ph-park{flex:1 1 45%;min-width:120px;}
}

/* ── Account Info cards ── */
.fcp-acct-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;}
.fcp-acct-tile{background:linear-gradient(160deg,#fafaff,#f3f2fb);border:1px solid #ecebf5;border-radius:14px;padding:18px 16px;text-align:center;transition:box-shadow .15s,transform .12s;}
.fcp-acct-tile:hover{box-shadow:0 6px 18px rgba(83,74,183,.1);transform:translateY(-2px);}
.fcp-acct-icon{font-size:26px;margin-bottom:8px;}
.fcp-acct-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#999;margin-bottom:6px;}
.fcp-acct-value{font-size:15px;font-weight:600;color:var(--fcp-text);word-break:break-word;}
.fcp-acct-tile .fcp-ig-wrap{justify-content:center;}
.fcp-acct-tile .fcp-status-pill{font-size:13px;}

/* ── Badge Gallery page ── */
.fcp-gal-page{max-width:1000px;margin:0 auto;padding:1rem 0;font-family:inherit;}
.fcp-gal-title{font-size:26px;font-weight:800;margin-bottom:6px;}
.fcp-gal-sub{color:#777;font-size:14px;margin-bottom:1.75rem;max-width:640px;line-height:1.5;}
.fcp-gal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;}
.fcp-gal-card{background:linear-gradient(165deg,#ffffff,#f6f5fc);border:1px solid #ecebf5;border-radius:18px;padding:24px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:box-shadow .18s,transform .14s;}
.fcp-gal-card:hover{box-shadow:0 12px 32px rgba(83,74,183,.14);transform:translateY(-4px);}
.fcp-gal-img{width:140px;height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.fcp-gal-img img{max-width:140px;max-height:140px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(0,0,0,.16));}
.fcp-gal-badge-fallback{width:120px;height:120px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:54px;color:#fff;}
.fcp-gal-name{font-size:17px;font-weight:800;color:#1a1a2e;margin-bottom:6px;}
.fcp-gal-desc{font-size:13px;color:#666;line-height:1.5;margin-bottom:16px;flex:1;}
.fcp-gal-action{margin-top:auto;width:100%;}
.fcp-gal-req-btn{display:inline-block;text-align:center;box-sizing:border-box;background:var(--fcp-primary,#534AB7);color:#fff;border:none;border-radius:24px;padding:10px 22px;font-size:13px;font-weight:700;cursor:pointer;transition:opacity .15s;width:100%;max-width:200px;}
.fcp-gal-req-btn:hover{opacity:.9;}
.fcp-gal-have{display:inline-block;color:#2e7d32;font-weight:700;font-size:13px;background:#eafaf0;padding:8px 16px;border-radius:24px;}
.fcp-gal-pending{display:inline-block;color:#b8860b;font-weight:700;font-size:13px;background:#fff8e6;padding:8px 16px;border-radius:24px;}
.fcp-gal-auto{display:inline-block;color:#999;font-size:12px;font-style:italic;}
.fcp-gal-special{display:inline-block;color:#a06a00;font-weight:700;font-size:12px;background:#fff5e0;padding:7px 15px;border-radius:24px;}
.fcp-gal-holders{font-size:13px;color:#555;margin-bottom:14px;line-height:1.5;}
.fcp-gal-holders-label{font-weight:700;color:#a06a00;}
.fcp-gal-holders-none{color:#bbb;font-style:italic;}
/* request modal */
.fcp-gal-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;}
.fcp-gal-modal-box{background:#fff;border-radius:16px;padding:26px;max-width:440px;width:100%;box-shadow:0 16px 50px rgba(0,0,0,.3);}
.fcp-gal-modal-box h3{margin:0 0 6px;font-size:19px;color:#1a1a2e;}
.fcp-gal-modal-hint{font-size:13px;color:#888;margin:0 0 14px;line-height:1.5;}
.fcp-gal-modal-box textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:11px 13px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box;}
.fcp-gal-modal-box textarea:focus{outline:none;border-color:var(--fcp-primary,#534AB7);}
.fcp-gal-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px;}
.fcp-gal-cancel{background:transparent;border:1px solid #ddd;color:#777;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer;}
.fcp-gal-submit{background:var(--fcp-primary,#534AB7);color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:700;cursor:pointer;}
.fcp-gal-modal-status{font-size:12px;min-height:16px;margin-top:8px;text-align:right;}
@media(max-width:560px){
  .fcp-gal-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;}
  .fcp-gal-img{width:110px;height:110px;}
  .fcp-gal-img img{max-width:110px;max-height:110px;}
}
.fcp-dir-link-card{position:relative;align-items:center;gap:18px;padding:1.15rem 1.4rem;background:#fff;border:1px solid #ececf5;border-left:5px solid var(--fcp-primary,#534AB7);border-radius:14px;box-shadow:0 4px 16px rgba(40,30,90,.10);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
.fcp-dir-link-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(40,30,90,.20)}
.fcp-dir-link-card .fcp-pg-card-icon{width:58px;height:58px;font-size:30px;border-radius:15px;flex-shrink:0;background:var(--fcp-primary,#534AB7);color:#fff;box-shadow:0 4px 12px rgba(83,74,183,.35);transition:transform .18s ease}
.fcp-dir-link-card:hover .fcp-pg-card-icon{transform:scale(1.08) rotate(-4deg)}
.fcp-dir-link-card .fcp-pg-card-title{font-size:17px;font-weight:800;letter-spacing:-.01em;margin-bottom:3px;color:#23232b;display:flex;align-items:center;gap:6px}
.fcp-dir-link-card .fcp-pg-card-desc{font-size:13px;color:#8a8a96;margin-bottom:0}
.fcp-dir-link-card .fcp-pg-arrow{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;margin-left:auto;font-size:13px;flex-shrink:0;background:#eeedf9;color:var(--fcp-primary,#534AB7);transition:transform .18s ease,background .18s ease,color .18s ease}
.fcp-dir-link-card:hover .fcp-pg-arrow{transform:translate(2px,-2px);background:var(--fcp-primary,#534AB7);color:#fff}
/* ── Personal countdowns v2 (dark flip-tile) ── */
.fcp-cd2{background:var(--cd-card,#111114);border-radius:18px;padding:22px 22px 18px;margin-bottom:16px;box-shadow:0 8px 30px rgba(0,0,0,.25);position:relative;overflow:hidden;}
.fcp-cd2-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px;}
.fcp-cd2-title{font-size:20px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--cd-title,#fff);text-align:center;flex:1;}
.fcp-cd2-actions{display:flex;gap:6px;flex-shrink:0;}
.fcp-cd2-iconbtn{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;height:30px;padding:0 11px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:700;line-height:1;transition:background .15s,color .15s,border-color .15s;}
.fcp-cd2-iconbtn .fcp-cd2-ico{font-size:13px;}
.fcp-cd2-iconbtn.fcp-cd2-edit:hover{background:var(--cd-accent,#a855f7);border-color:var(--cd-accent,#a855f7);color:#fff;}
.fcp-cd2-iconbtn.fcp-cd2-del:hover{background:#e0413a;border-color:#e0413a;color:#fff;}
@media(max-width:520px){.fcp-cd2-iconbtn{padding:0;height:28px;font-size:11px;width:30px;justify-content:center;}.fcp-cd2-iconbtn .fcp-cd2-btnlabel{display:none;}}
.fcp-cd2-grid{display:flex;align-items:stretch;justify-content:center;gap:8px;}
.fcp-cd2-tile{flex:1 1 0;min-width:0;background:var(--cd-tile,#1c1c22);border-radius:12px;padding:18px 6px 12px;text-align:center;position:relative;border-top:2px solid var(--cd-accent,#a855f7);box-shadow:0 0 18px -6px var(--cd-accent,#a855f7);}
.fcp-cd2-num{display:block;font-size:42px;font-weight:800;color:var(--cd-num,#fff);line-height:1;font-variant-numeric:tabular-nums;text-shadow:0 0 14px color-mix(in srgb,var(--cd-accent,#a855f7) 45%,transparent);}
.fcp-cd2-lbl{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--cd-label,#8a8a96);margin-top:8px;}
.fcp-cd2-sep{align-self:center;color:var(--cd-label,#8a8a96);font-size:28px;font-weight:700;opacity:.5;}
.fcp-cd2-foot{text-align:center;color:var(--cd-label,#8a8a96);font-size:13px;margin-top:14px;}
.fcp-cd2-done{font-size:20px;font-weight:800;color:var(--cd-accent,#a855f7);padding:18px 0;text-align:center;width:100%;}
.fcp-cd2-form{background:var(--fcp-card,#fff);border:1px solid #e6e6ef;border-radius:14px;padding:16px;margin-bottom:10px;max-width:340px;}
.fcp-cd2-form-title{font-weight:800;font-size:14px;margin-bottom:12px;color:var(--fcp-text,#1a1a2e);}
.fcp-cd2-form-lbl{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#888;margin-bottom:4px;}
@media(max-width:520px){
  .fcp-cd2{padding:16px 14px;}
  .fcp-cd2-title{font-size:16px;}
  .fcp-cd2-grid{gap:5px;}
  .fcp-cd2-tile{padding:12px 3px 9px;border-radius:9px;}
  .fcp-cd2-num{font-size:26px;}
  .fcp-cd2-lbl{font-size:8px;letter-spacing:.06em;margin-top:5px;}
  .fcp-cd2-sep{font-size:18px;}
}
@media(max-width:360px){
  .fcp-cd2-num{font-size:21px;}
}
/* ── Member discounts (slim rows) ── */
.fcp-dsc-row{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid #eee;border-radius:12px;margin-bottom:10px;background:var(--fcp-card,#fff);transition:box-shadow .15s,border-color .15s;}
.fcp-dsc-row:last-child{margin-bottom:0;}
.fcp-dsc-row:hover{border-color:var(--fcp-primary);box-shadow:0 2px 10px rgba(0,0,0,.06);}
.fcp-dsc-row-logo{width:44px;height:44px;border-radius:10px;object-fit:cover;flex-shrink:0;border:1px solid #eee;background:#fff;}
.fcp-dsc-row-logo-ph{display:flex;align-items:center;justify-content:center;font-size:22px;border-style:dashed;}
.fcp-dsc-row-info{flex:1;min-width:0;}
.fcp-dsc-row-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.fcp-dsc-row-name{font-weight:700;font-size:15px;color:var(--fcp-text,#1a1a2e);text-decoration:none;}
a.fcp-dsc-row-name:hover{color:var(--fcp-primary);text-decoration:underline;}
.fcp-dsc-row-amt{background:color-mix(in srgb,var(--fcp-primary) 12%,white);color:var(--fcp-primary);font-weight:800;font-size:12px;padding:3px 10px;border-radius:20px;white-space:nowrap;}
.fcp-dsc-row-desc{font-size:12.5px;color:#888;margin-top:3px;line-height:1.35;}
.fcp-dsc-row-exp{display:inline-block;font-size:11px;color:#aaa;margin-top:4px;}
.fcp-dsc-row-codewrap{display:flex;align-items:center;gap:0;flex-shrink:0;border:1px dashed var(--fcp-primary);border-radius:8px;overflow:hidden;}
.fcp-dsc-row-code{font-family:ui-monospace,Menlo,Consolas,monospace;font-weight:700;font-size:13px;color:var(--fcp-text,#1a1a2e);padding:7px 10px;background:color-mix(in srgb,var(--fcp-primary) 6%,white);letter-spacing:.04em;white-space:nowrap;}
.fcp-dsc-copy{border:none;background:var(--fcp-primary);color:#fff;font-weight:700;font-size:12px;padding:8px 14px;cursor:pointer;white-space:nowrap;transition:filter .15s,background .15s;}
.fcp-dsc-copy:hover{filter:brightness(1.1);}
.fcp-dsc-copy.fcp-dsc-copied{background:#2e9e5b;}
@media(max-width:520px){
  .fcp-dsc-row{flex-wrap:wrap;gap:10px;}
  .fcp-dsc-row-codewrap{width:100%;justify-content:space-between;}
  .fcp-dsc-row-code{flex:1;}
}
/* ── Discounts admin list ── */
.fcp-dsc-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #e6e6ef;border-radius:10px;margin-bottom:10px;background:#fff;}
.fcp-dsc-main{display:flex;align-items:center;gap:12px;min-width:0;}
.fcp-dsc-logo{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1px solid #eee;}
.fcp-dsc-name{font-weight:700;font-size:14px;}
.fcp-dsc-amt{background:#eee7fb;color:#6a4cc4;font-weight:700;font-size:11px;padding:2px 8px;border-radius:10px;margin-left:4px;}
.fcp-dsc-desc{font-size:12px;color:#888;margin-top:2px;}
.fcp-dsc-meta{font-size:11px;color:#999;margin-top:3px;}
.fcp-dsc-meta code{background:#f3f0fb;padding:1px 6px;border-radius:4px;font-size:11px;}
.fcp-dsc-actions{display:flex;gap:6px;flex-shrink:0;}
/* ── Collapsible section (reusable) ── */
.fcp-collapse-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;overflow:hidden;}
.fcp-collapsible.fcp-open .fcp-collapse-body{grid-template-rows:1fr;}
.fcp-collapse-body>div{min-height:0;overflow:hidden;}
.fcp-collapsible.fcp-open .fcp-collapse-body>div{overflow:visible;}
.fcp-collapse-toggle{display:flex !important;align-items:center;justify-content:space-between;width:100%;background:transparent !important;border:none !important;box-shadow:none !important;padding:6px 8px;margin:0 0 1rem;cursor:pointer;font:inherit;color:inherit;text-align:left;border-radius:10px;transition:background .15s ease;}
.fcp-collapse-toggle:hover{background:#eaf3fc !important;}
.fcp-collapse-toggle:focus{outline:none;}
.fcp-collapse-toggle>span:first-child{font-weight:800;}
.fcp-collapse-toggle .fcp-collapse-arrow{color:#3b82c4;font-size:18px;transition:transform .25s ease;flex-shrink:0;margin-left:10px;font-weight:400;}
.fcp-collapsible.fcp-open .fcp-collapse-arrow{transform:rotate(180deg);}
.fcp-spot-badge-wrap{display:inline-flex;border-radius:50%;cursor:pointer;transition:transform .12s ease;outline:none;}
.fcp-spot-badge-wrap:hover,.fcp-spot-badge-wrap:focus{transform:scale(1.12);}

/* ── Message board replies ── */
.fcp-reply-zone{margin-top:8px}
.fcp-reply-toggle{display:inline-flex;align-items:center;gap:8px;background:transparent!important;border:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;color:#3b82c4;padding:4px 4px;border-radius:8px}
.fcp-reply-toggle:hover{color:#2a6aa8!important;background:#eaf3fc!important}
.fcp-reply-mine-tag{font-size:11px;font-weight:600;color:#16a34a;background:#e7f7ec;padding:1px 7px;border-radius:10px}
.fcp-reply-arrow{transition:transform .2s;font-size:11px}
.fcp-reply-open .fcp-reply-arrow{transform:rotate(180deg)}
.fcp-reply-body{margin-top:8px;padding-left:8px;border-left:2px solid #e6eef6}
.fcp-reply-loading,.fcp-reply-empty{font-size:13px;color:#8a93a3;padding:6px 2px}
.fcp-reply-list{display:flex;flex-direction:column;gap:10px}
.fcp-reply{display:flex;gap:8px}
.fcp-reply-avatar{flex-shrink:0}
.fcp-reply-avatar-img{width:30px;height:30px;border-radius:50%;object-fit:cover}
.fcp-reply-avatar-initials{width:30px;height:30px;border-radius:50%;background:#5b9bd5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.fcp-reply-main{flex:1;min-width:0}
.fcp-reply-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.fcp-reply-name{font-weight:700;font-size:13px;color:#1a2a3a}
.fcp-reply-date{font-size:11px;color:#9aa3b2}
.fcp-reply-edited{font-style:italic;opacity:.8}
.fcp-reply-msg{font-size:14px;color:#2a3442;line-height:1.4;margin-top:2px;word-wrap:break-word}
.fcp-reply-edit,.fcp-reply-del{background:none;border:none;cursor:pointer;font-size:12px;opacity:.5;padding:2px 4px;border-radius:6px}
.fcp-reply-edit:hover{opacity:1;background:#eaf3fc}
.fcp-reply-del:hover{opacity:1;background:#fde8e8}
.fcp-reply-composer,.fcp-reply-editbox{margin-top:10px}
.fcp-reply-input{width:100%;border:1px solid #d6e0ea;border-radius:10px;padding:8px 10px;font-family:inherit;font-size:14px;resize:vertical;box-sizing:border-box}
.fcp-reply-input:focus{outline:none;border-color:#5b9bd5}
.fcp-reply-composer-foot{display:flex;align-items:center;justify-content:space-between;margin-top:6px}
.fcp-reply-count{font-size:11px;color:#9aa3b2}
.fcp-reply-send,.fcp-reply-save{background:#5b9bd5;color:#fff;border:none;border-radius:8px;padding:7px 16px;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit}
.fcp-reply-send:hover,.fcp-reply-save:hover{background:#4a8ac4}
.fcp-reply-send:disabled{opacity:.6;cursor:default}
.fcp-reply-cancel{background:none;border:none;color:#8a93a3;font-size:13px;cursor:pointer;padding:7px 8px}
.fcp-reply-send:disabled{opacity:.6;cursor:default}
.fcp-reply-cancel{background:none;border:none;color:#8a93a3;font-size:13px;cursor:pointer;padding:7px 8px}

/* ── Display settings (gear) modal ── */
.fcp-topbar-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:9px}
/* Unified header action pills (shared by Portal, Magic Mail, and Member Messages) */
.fcp-hdr-pill{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid rgba(83,74,183,.16);border-radius:22px;padding:9px 16px;font-size:13.5px;font-weight:800;letter-spacing:.3px;line-height:1;box-shadow:0 2px 8px rgba(40,30,90,.12);position:relative;cursor:pointer;font-family:inherit;text-decoration:none;color:#3b82c4;white-space:nowrap;transition:transform .12s,box-shadow .12s}
.fcp-hdr-pill:hover{transform:translateY(-1px);box-shadow:0 5px 16px rgba(40,30,90,.2)}
.fcp-hdr-pill:active{transform:translateY(0)}
.fcp-hp-ico{font-size:15px;line-height:1}
.fcp-hp-label{line-height:1}
.fcp-pill-inbox{order:1;color:#534AB7}
.fcp-pill-mail{order:2;color:#6a4cc4}
.fcp-pill-display{order:3;color:#3b82c4}
.fcp-pill-display:hover .fcp-hp-ico{transform:rotate(45deg)}
.fcp-pill-signout{order:4;background:#7b2ff7;color:#fff;border:none}
.fcp-pill-signout:hover{background:#6a28d8}
.fcp-pill-badge{position:absolute;top:-6px;right:-6px;background:#e0467c;color:#fff;font-size:10.5px;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.fcp-pill-badge[hidden]{display:none}
@media(max-width:600px){
  .fcp-topbar-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;justify-content:stretch}
  .fcp-hdr-pill{justify-content:center}
}
.fcp-btn-gear{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 18px;border:none;border-radius:24px;background:linear-gradient(135deg,#ffffff,#f3f0ff);color:var(--fcp-primary,#534AB7);font-family:inherit;font-size:14px;font-weight:800;letter-spacing:.2px;cursor:pointer;flex-shrink:0;line-height:1;box-shadow:0 4px 14px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.6);transition:transform .15s ease,box-shadow .15s ease}
.fcp-btn-gear:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 20px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.6)}
.fcp-btn-gear:active{transform:translateY(0) scale(1)}
.fcp-gear-ico{display:inline-flex;font-size:17px;line-height:1;transition:transform .3s ease}
.fcp-btn-gear:hover .fcp-gear-ico{transform:rotate(45deg)}
.fcp-gear-label{white-space:nowrap}
.fcp-modal-overlay{position:fixed;inset:0;z-index:100000;background:rgba(12,8,28,.6);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:16px;animation:fcp-fade .2s}
@keyframes fcp-fade{from{opacity:0}to{opacity:1}}
.fcp-modal{background:#fff;border-radius:18px;max-width:460px;width:100%;max-height:90vh;overflow:auto;padding:24px;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.35);animation:fcp-pop .25s cubic-bezier(.2,1.2,.4,1)}
@keyframes fcp-pop{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}
.fcp-modal-close{position:absolute;top:14px;right:14px;background:#f1f0f6;border:none;border-radius:8px;width:32px;height:32px;font-size:15px;cursor:pointer;color:#555}
.fcp-modal-close:hover{background:#e5e3ee}
.fcp-modal-title{margin:0 0 4px;font-size:20px;font-weight:800;color:#1a1226}
.fcp-modal-sub{margin:0 0 18px;font-size:13px;color:#666;line-height:1.4}
.fcp-set-group{margin-bottom:18px}
.fcp-set-label{display:block;font-size:13px;font-weight:700;color:#444;margin-bottom:8px}
.fcp-set-eg{font-weight:400;color:#999}
.fcp-set-radio{display:block;font-size:14px;color:#333;padding:7px 0;cursor:pointer}
.fcp-set-radio input{margin-right:8px}
.fcp-set-input{display:none;width:100%;box-sizing:border-box;margin-top:8px;padding:10px 12px;border:1.5px solid #d9d4e8;border-radius:10px;font-size:14px}
.fcp-set-preview{background:#f6f4fc;border-radius:10px;padding:10px 14px;font-size:14px;color:#555;margin-bottom:18px}
.fcp-set-preview strong{color:#534AB7}
.fcp-set-accent-row{display:flex;flex-wrap:wrap;gap:8px}
.fcp-accent-swatch{width:34px;height:34px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:transform .1s}
.fcp-accent-swatch:hover{transform:scale(1.1)}
.fcp-accent-active{border-color:#1a1226;box-shadow:0 0 0 2px #fff inset}
.fcp-accent-none{background:#eee;color:#999;font-size:16px;display:flex;align-items:center;justify-content:center}
.fcp-set-toggle{display:flex;align-items:center;gap:8px;font-size:14px;color:#333;cursor:pointer}
.fcp-set-favbadges{display:flex;flex-wrap:wrap;gap:10px}
.fcp-fav-badge{width:52px;height:52px;border-radius:12px;border:2px solid #e3def0;background:#faf9fe;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:transform .1s}
.fcp-fav-badge:hover{transform:scale(1.06)}
.fcp-fav-badge img{width:100%;height:100%;object-fit:contain}
.fcp-fav-badge span{font-size:24px}
.fcp-fav-active{border-color:#534AB7;box-shadow:0 0 0 2px rgba(83,74,183,.3)}
.fcp-fav-none{font-size:11px;font-weight:700;color:#888}
.fcp-set-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}
.fcp-btn-ghost{background:#f1f0f6;border:none;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600;color:#555;cursor:pointer}
.fcp-btn-ghost:hover{background:#e5e3ee}
.fcp-set-status{text-align:right;font-size:13px;color:#16a34a;font-weight:700;margin-top:8px;min-height:18px}
/* ── Featured ("favorite") badge: flair + dashboard showcase tile ── */
.fcp-flair{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#fff;box-shadow:0 0 0 1.5px #ffb300,0 1px 3px rgba(0,0,0,.18)}
.fcp-flair img{width:100%;height:100%;object-fit:cover;display:block}
.fcp-flair-dot{width:100%;height:100%;display:block;border-radius:50%}
.fcp-featured-badge{display:flex;align-items:center;gap:14px;background:#fff;border:2px solid #ffb300;border-radius:12px;padding:12px 14px;margin-bottom:14px;box-shadow:0 2px 10px rgba(255,179,0,.22)}
.fcp-featured-emblem{position:relative;width:58px;height:58px;border-radius:50%;flex-shrink:0;background:#fff7e6;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px #fff,0 0 10px rgba(255,179,0,.45)}
.fcp-featured-emblem img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}
.fcp-featured-fallback{font-size:28px}
.fcp-featured-star{position:absolute;top:-7px;right:-7px;font-size:16px;line-height:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}
.fcp-featured-meta{min-width:0}
.fcp-featured-kicker{font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#c98a00;margin-bottom:2px}
.fcp-featured-name{font-size:17px;font-weight:800;color:#23232b;line-height:1.15;word-break:break-word}
.fcp-featured-hint{font-size:12px;color:#8a8a96;margin-top:2px}
.fcp-badge-tile.fcp-badge-fav{position:relative;border-color:#ffb300;box-shadow:0 0 0 2px rgba(255,179,0,.5)}
.fcp-badge-fav-star{position:absolute;top:4px;right:6px;font-size:13px;line-height:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}
/* ── Member directory: clean list rows ── */
.fcp-dir-page{max-width:860px;margin:0 auto;padding:1rem 0}
.fcp-dir-list{display:flex;flex-direction:column;gap:10px}
.fcp-dir-li{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #ececf5;border-left:4px solid #534AB7;border-radius:12px;padding:12px 14px;box-shadow:0 3px 12px rgba(40,30,90,.07);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.fcp-dir-li:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(40,30,90,.16)}
.fcp-dir-li:focus-visible{outline:2px solid var(--fcp-primary,#534AB7);outline-offset:2px}
.fcp-dir-li-avwrap{position:relative;flex-shrink:0}
.fcp-dir-li-av{width:50px;height:50px;border-radius:50%;overflow:hidden}
.fcp-dir-li-av img{width:100%;height:100%;object-fit:cover;display:block}
.fcp-dir-li-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:16px}
.fcp-dir-li-favflair{position:absolute;bottom:-2px;right:-2px;width:22px;height:22px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 0 0 2px #fff,0 0 0 3.5px #ffb300}
.fcp-dir-li-favflair img{width:100%;height:100%;object-fit:cover;display:block}
.fcp-dir-li-coindot{display:block;width:100%;height:100%;border-radius:50%}
.fcp-dir-li-info{flex:1;min-width:0}
.fcp-dir-li-name{font-weight:800;color:#23232b;font-size:15.5px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fcp-dir-li-meta{font-size:11.5px;color:#9a9aa6;margin-top:1px}
.fcp-dir-li-ig{color:var(--fcp-primary,#534AB7);font-weight:600}
.fcp-dir-li-right{display:flex;align-items:center;gap:8px;flex-shrink:0}
.fcp-dir-li-coins{display:flex;align-items:center}
.fcp-dir-li-coin{width:26px;height:26px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 0 0 2px #fff;margin-left:-9px;position:relative}
.fcp-dir-li-coin:first-child{margin-left:0}
.fcp-dir-li-coin:nth-child(1){z-index:3}.fcp-dir-li-coin:nth-child(2){z-index:2}.fcp-dir-li-coin:nth-child(3){z-index:1}
.fcp-dir-li-coin img{width:100%;height:100%;object-fit:cover;display:block}
.fcp-dir-li-coin.is-fav{box-shadow:0 0 0 2px #ffb300,0 0 0 3.5px #fff}
.fcp-dir-li-more{font-size:11.5px;font-weight:800;color:var(--fcp-primary,#534AB7);background:color-mix(in srgb,var(--fcp-primary,#534AB7) 12%,white);border-radius:20px;padding:3px 9px}
.fcp-dir-li-none{font-size:11.5px;color:#b6b6c2;font-style:italic}
.fcp-dir-li-chev{color:#c2c2cf;font-size:20px;line-height:1}
@media(max-width:520px){.fcp-dir-li-coin:nth-child(3){display:none}.fcp-dir-li-meta{white-space:normal}}
/* ── Member profile popup ── */
.fcp-mp-overlay{position:fixed;inset:0;z-index:100000;background:rgba(30,40,70,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;padding:26px 16px;overflow:auto;opacity:0;transition:opacity .18s ease}
.fcp-mp-overlay[hidden]{display:none!important}
.fcp-mp-overlay.show{opacity:1}
.fcp-mp-panel{width:100%;max-width:440px;background:#fff;border-radius:18px;box-shadow:0 24px 60px rgba(0,0,0,.35);overflow:hidden;position:relative;transform:translateY(8px);transition:transform .18s ease;margin:auto 0}
.fcp-mp-overlay.show .fcp-mp-panel{transform:translateY(0)}
.fcp-mp-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:50%;background:rgba(0,0,0,.18);color:#fff;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .15s}
.fcp-mp-close:hover{background:rgba(0,0,0,.35)}
.fcp-mp-header{background:linear-gradient(135deg,#4da2f0,#5b8def);padding:24px 22px 20px;display:flex;align-items:center;gap:16px}
.fcp-mp-av{width:74px;height:74px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#cfd9e6;box-shadow:0 0 0 3px #fff,0 0 0 6px rgba(255,255,255,.35)}
.fcp-mp-av img{width:100%;height:100%;object-fit:cover;display:block}
.fcp-mp-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:26px;background:rgba(255,255,255,.18)}
.fcp-mp-idblock{color:#fff;min-width:0}
.fcp-mp-name{font-weight:800;font-size:21px;line-height:1.1;word-break:break-word}
.fcp-mp-since{font-size:12.5px;opacity:.92;margin-top:3px}
.fcp-mp-ig{font-size:12.5px;margin-top:4px}
.fcp-mp-ig a{color:#fff;font-weight:600;text-decoration:none}
.fcp-mp-ig a:hover{text-decoration:underline}
.fcp-mp-body{padding:18px}
.fcp-mp-bheading{display:flex;align-items:center;gap:8px;color:var(--fcp-primary,#534AB7);font-weight:800;font-size:13.5px;letter-spacing:.4px;margin:4px 0 12px}
.fcp-mp-nobadges{text-align:center;color:#b6b6c2;font-size:13px;padding:1rem}
.fcp-mp-badge{cursor:pointer}
/* ── Games section attention pulse (only while collapsed) ── */
@keyframes fcp-games-pulse{
0%,100%{box-shadow:0 4px 14px rgba(0,0,0,.10),0 0 0 0 rgba(199,46,214,0);transform:scale(1)}
50%{box-shadow:0 10px 30px rgba(199,46,214,.45),0 0 0 9px rgba(199,46,214,.22);transform:scale(1.02)}
}
#fcp-games-section.fcp-collapsible:not(.fcp-open){animation:fcp-games-pulse 2.2s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){#fcp-games-section.fcp-collapsible:not(.fcp-open){animation:none;box-shadow:0 0 0 4px rgba(199,46,214,.30)}}
/* ── Message board: expand to full-screen reading view ── */
.fcp-board-head{justify-content:space-between}
.fcp-board-title{display:inline-flex;align-items:center;gap:8px;min-width:0}
.fcp-board-expand{display:inline-flex;align-items:center;gap:6px;background:#eef4ff;color:#2f6fed;border:1px solid #cfe0ff;border-radius:20px;padding:5px 12px;font-size:12.5px;font-weight:700;font-family:inherit;line-height:1;cursor:pointer;flex-shrink:0;transition:background .15s}
.fcp-board-expand:hover{background:#dbe8ff}
.fcp-board-expand-ico{font-size:14px}
#fcp-board-card.fcp-board-expanded{position:fixed;inset:0;z-index:99990;margin:0;max-width:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;padding:16px clamp(14px,5vw,60px);background:#fff;overflow:hidden}
#fcp-board-card.fcp-board-expanded .fcp-board-head,#fcp-board-card.fcp-board-expanded .fcp-board-compose,#fcp-board-card.fcp-board-expanded #fcp-board-body{max-width:820px;width:100%;margin-left:auto;margin-right:auto}
#fcp-board-card.fcp-board-expanded .fcp-board-head{margin-bottom:14px}
#fcp-board-card.fcp-board-expanded #fcp-board-body{max-height:none;flex:1 1 auto;overflow-y:auto;padding-right:6px}
body.fcp-board-locked{overflow:hidden}
@media(max-width:600px){#fcp-board-card.fcp-board-expanded{padding:12px}}
/* Logged-in WP users have the admin bar pinned at the top — offset the expanded board below it so its header/Close stay visible */
body.admin-bar #fcp-board-card.fcp-board-expanded{top:32px}
@media screen and (max-width:782px){body.admin-bar #fcp-board-card.fcp-board-expanded{top:46px}}
/* Settings modal: profile photo button */
.fcp-set-photo-btn{display:inline-flex;align-items:center;gap:7px;background:#f3f0ff;border:1px solid #d9d2f5;color:#534AB7;font-size:13.5px;font-weight:700;padding:9px 16px;border-radius:10px;cursor:pointer;font-family:inherit;transition:background .12s}
.fcp-set-photo-btn:hover{background:#e9e3fb}
.fcp-set-hint{font-size:12px;color:#888;margin:6px 0 0}
/* Badge Gallery: tap-to-enlarge popup (body-level modal, gallery page only) */
.fcp-gal-zoomable{cursor:zoom-in}
.fcp-gal-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(12,10,28,.88);opacity:0;transition:opacity .18s;cursor:zoom-out}
.fcp-gal-modal.fcp-gal-modal-show{opacity:1}
.fcp-gal-modal-img{max-width:92vw;max-height:88vh;width:auto;height:auto;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.55);background:#fff}
.fcp-gal-modal-x{position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:50%;border:none;background:#fff;color:#333;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}
/* Collapsed GAMES header: big, centered, color-cycling title (pairs with the pulse) */
#fcp-games-section.fcp-collapsible:not(.fcp-open) #fcp-games-toggle{justify-content:center;position:relative;padding:8px 0}
#fcp-games-section.fcp-collapsible:not(.fcp-open) .fcp-games-title{font-size:clamp(1.6rem,5.5vw,2.4rem);font-weight:900;letter-spacing:1px;animation:fcp-games-colorcycle 3s linear infinite}
#fcp-games-section.fcp-collapsible:not(.fcp-open) .fcp-collapse-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:18px}
@keyframes fcp-games-colorcycle{0%{color:#c72ed6}20%{color:#7b2ff7}40%{color:#2f6fed}60%{color:#13b5b1}80%{color:#f5a623}100%{color:#c72ed6}}
@media(prefers-reduced-motion:reduce){#fcp-games-section.fcp-collapsible:not(.fcp-open) .fcp-games-title{animation:none;color:#c72ed6}}
/* Settings modal: account info rows */
.fcp-set-acct{background:#f7f8fc;border:1px solid #eceef5;border-radius:10px;padding:4px 12px}
.fcp-set-acct-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #eceef5}
.fcp-set-acct-row:last-child{border-bottom:none}
.fcp-set-acct-k{font-size:13px;color:#7a8194;font-weight:600}
.fcp-set-acct-v{font-size:13.5px;color:#1f2430;font-weight:600;text-align:right}
.fcp-set-acct-v .fcp-ig-wrap{display:inline-flex;align-items:center;gap:6px}

/* ── Hidden Mickey Hunt ── */
.fcp-mickey{position:fixed;z-index:9000;width:32px;height:32px;padding:0;border:none;background:none;cursor:pointer;opacity:.18;transition:opacity .2s,transform .2s;-webkit-tap-highlight-color:transparent}
.fcp-mickey:hover{opacity:.8;transform:scale(1.14)}
.fcp-mickey svg{display:block;width:100%;height:100%}
.fcp-mickey-pop{position:fixed;inset:0;z-index:99999;background:rgba(20,12,40,.6);display:flex;align-items:center;justify-content:center;padding:20px;animation:fcpMickFade .2s ease}
@keyframes fcpMickFade{from{opacity:0}to{opacity:1}}
.fcp-mickey-pop-card{background:#fff;border-radius:18px;padding:26px 28px;max-width:340px;width:100%;text-align:center;box-shadow:0 18px 50px rgba(0,0,0,.4);animation:fcpMickPop .35s cubic-bezier(.2,1.3,.4,1)}
@keyframes fcpMickPop{from{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}
.fcp-mickey-pop-ic{margin-bottom:6px}
.fcp-mickey-pop-h{font-size:19px;font-weight:800;color:#1a1a2e;margin-bottom:5px}
.fcp-mickey-pop-sub{font-size:15px;font-weight:700;margin-bottom:4px}
.fcp-mickey-pop-badge{font-size:13px;color:#F0B429;font-weight:800;margin-top:2px}
.fcp-mickey-pop-btn{margin-top:14px;color:#fff;border:none;border-radius:999px;padding:11px 28px;font-size:15px;font-weight:800;cursor:pointer;font-family:inherit}

.fcp-hdr-pill.fcp-notif-on{background:#1a7f37;border-color:#1a7f37;color:#fff;}
.fcp-hdr-pill.fcp-notif-on .fcp-hp-ico{filter:none;}

/* Broadcast announcement popup */
.fcp-an-overlay{position:fixed;inset:0;z-index:99998;background:rgba(20,16,40,.55);display:flex;align-items:center;justify-content:center;padding:20px;animation:fcpAnIn .15s ease}
@keyframes fcpAnIn{from{opacity:0}to{opacity:1}}
.fcp-an-card{position:relative;background:#fff;border-radius:18px;max-width:440px;width:100%;padding:26px 24px 20px;box-shadow:0 18px 50px rgba(0,0,0,.3);border-top:6px solid #534AB7}
.fcp-an-x{position:absolute;top:10px;right:12px;border:0;background:none;font-size:26px;line-height:1;color:#999;cursor:pointer}
.fcp-an-title{font-size:20px;font-weight:800;color:#2a2350;margin:0 0 8px;padding-right:18px}
.fcp-an-body{font-size:15px;line-height:1.55;color:#444;margin-bottom:16px;white-space:normal}
.fcp-an-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.fcp-an-link{flex:1 1 auto;text-align:center;background:#534AB7;color:#fff;text-decoration:none;font-weight:700;padding:11px 16px;border-radius:10px}
.fcp-an-link:hover{background:#433aa0}
.fcp-an-ok{flex:0 0 auto;background:#eee;color:#444;border:0;font-weight:700;padding:11px 16px;border-radius:10px;cursor:pointer}

/* Announcement copyable code */
.fcp-an-code{display:flex;align-items:stretch;gap:0;margin:4px 0 16px;border:2px dashed #cfc9f0;border-radius:10px;overflow:hidden;background:#f7f6ff}
.fcp-an-code-val{flex:1 1 auto;display:flex;align-items:center;padding:10px 14px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:17px;font-weight:700;letter-spacing:.5px;color:#2a2350;word-break:break-all}
.fcp-an-copy{flex:0 0 auto;border:0;background:#534AB7;color:#fff;font-weight:700;padding:0 18px;cursor:pointer;font-size:14px}
.fcp-an-copy:hover{background:#433aa0}
.fcp-an-copy.fcp-copied{background:#1a7f37}

/* Member poll card (pinned top of board) */
.fcp-poll-card{border:2px solid #534AB7;border-radius:14px;padding:16px 16px 14px;margin-bottom:14px;background:linear-gradient(180deg,#faf9ff,#fff)}
.fcp-poll-q{font-size:16px;font-weight:800;color:#2a2350;margin-bottom:12px}
.fcp-poll-choices{display:flex;flex-direction:column;gap:8px}
.fcp-poll-choice{text-align:left;background:#fff;border:2px solid #d8d4f0;color:#2a2350;font-weight:600;font-size:15px;padding:12px 14px;border-radius:10px;cursor:pointer;transition:all .12s}
.fcp-poll-choice:hover:not(:disabled){border-color:#534AB7;background:#f3f1fc}
.fcp-poll-choice:disabled{opacity:.55;cursor:default}
.fcp-poll-choice.fcp-poll-picked{border-color:#534AB7;background:#534AB7;color:#fff}
.fcp-poll-thanks{text-align:center;font-weight:700;color:#1a7f37;font-size:16px}
.fcp-poll-res-row{margin:8px 0}
.fcp-poll-res-top{display:flex;justify-content:space-between;font-weight:600;color:#2a2350;font-size:14px;margin-bottom:3px}
.fcp-poll-res-bar{background:#e4e1f5;border-radius:7px;height:12px;overflow:hidden}
.fcp-poll-res-fill{height:12px;background:#534AB7;border-radius:7px;transition:width .5s}
.fcp-poll-total{margin-top:10px;font-size:12px;color:#888;text-align:right}

.fcp-poll-err{color:#b3261e;font-size:13px;margin-top:10px;text-align:center}

/* ── Badge Gallery: no-JS centered request modal (hidden-checkbox toggle) ── */
.fcp-req-toggle{position:absolute;width:0;height:0;opacity:0;pointer-events:none}
.fcp-req-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:999999;align-items:center;justify-content:center;padding:20px}
.fcp-req-toggle:checked + .fcp-req-overlay{display:flex}
.fcp-req-backdrop{position:absolute;inset:0;cursor:pointer;border:0;background:transparent}
.fcp-req-box{position:relative;z-index:1;background:#fff;border-radius:16px;padding:26px;max-width:440px;width:100%;max-height:90vh;overflow:auto;box-shadow:0 16px 50px rgba(0,0,0,.3);animation:fcpReqIn .16s ease}
@keyframes fcpReqIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
.fcp-req-x{position:absolute;top:10px;right:12px;font-size:18px;line-height:1;color:#999;cursor:pointer;padding:6px 8px;border-radius:8px;user-select:none}
.fcp-req-x:hover{color:#333;background:#f0f0f0}
.fcp-req-title{margin:0 6px 6px 0;font-size:19px;color:#1a1a2e}
.fcp-req-hint{font-size:13px;color:#888;margin:0 0 14px;line-height:1.5}
.fcp-req-box textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:11px 13px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box;min-height:104px}
.fcp-req-submit{margin-top:14px;width:100%;background:var(--fcp-primary,#534AB7);color:#fff;border:none;border-radius:24px;padding:12px 22px;font-size:14px;font-weight:700;cursor:pointer}
.fcp-req-submit:hover{opacity:.92}

/* ===== Tabbed dashboard layout (folder tabs + cohesive sheet) ===== */
#fcp-portal-root .fcp-tabs{display:flex;align-items:flex-end;gap:5px;overflow-x:auto;scrollbar-width:none;margin:8px 0 -2px;padding:0 4px;position:relative;z-index:3}
#fcp-portal-root .fcp-tabs::-webkit-scrollbar{display:none}
#fcp-portal-root .fcp-tab{--tb:rgba(255,255,255,.26);position:relative;flex:0 0 auto;background:var(--tb);color:#fff;
  font-family:inherit;font-weight:800;font-size:12.5px;line-height:1;letter-spacing:.01em;padding:10px 14px;border:none;cursor:pointer;
  border-radius:12px 12px 0 0;white-space:nowrap;opacity:.9;transition:background .15s ease,opacity .15s ease}
#fcp-portal-root .fcp-tab::before,#fcp-portal-root .fcp-tab::after{content:"";position:absolute;bottom:0;width:11px;height:11px}
#fcp-portal-root .fcp-tab::before{left:-11px;background:radial-gradient(circle at 0 0,transparent 11px,var(--tb) 11.5px)}
#fcp-portal-root .fcp-tab::after{right:-11px;background:radial-gradient(circle at 100% 0,transparent 11px,var(--tb) 11.5px)}
#fcp-portal-root .fcp-tab:hover{opacity:1}
#fcp-portal-root .fcp-tab.active{--tb:var(--fcp-card,#fff);color:var(--fcp-primary,#2f72c8);opacity:1;z-index:4;box-shadow:inset 0 3px 0 var(--fcp-primary,#2f72c8)}
/* one cohesive white sheet holds the panels (no more separate widget boxes) */
#fcp-portal-root .fcp-tabpanels{position:relative;background:var(--fcp-card,#fff);border-radius:14px;
  padding:2px 18px 16px;box-shadow:0 16px 38px rgba(20,40,80,.18)}
#fcp-portal-root .fcp-tabpanel{animation:fcp-tabfade .22s ease}
#fcp-portal-root .fcp-tabpanel.fcp-hidden{display:none}
@keyframes fcp-tabfade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
/* flatten the section cards into clean hairline-divided sections within the sheet */
#fcp-portal-root .fcp-tabbed .fcp-tabpanel .fcp-section-card:not(.fcp-board-expanded){background:transparent !important;box-shadow:none !important;
  border:none !important;border-radius:0 !important;margin:0 !important;padding:18px 0 !important;border-top:1px solid rgba(0,0,0,.08) !important}
#fcp-portal-root .fcp-tabbed .fcp-tabpanel>.fcp-section-card:first-child{border-top:none !important;padding-top:12px !important}
#fcp-portal-root .fcp-tabbed .fcp-tabpanel>.fcp-pg-card{margin-top:10px}
/* sections moved into a tab/dropdown show expanded, no collapse arrow — and STAY open */
#fcp-portal-root .fcp-in-tab .fcp-collapse-arrow{display:none !important}
#fcp-portal-root .fcp-in-tab .fcp-collapse-toggle{pointer-events:none;cursor:default;margin-bottom:.5rem;padding-left:0;padding-right:0}
#fcp-portal-root .fcp-in-tab .fcp-collapse-body{grid-template-rows:1fr !important}
#fcp-portal-root .fcp-in-tab .fcp-collapse-body>div{overflow:visible !important}

/* ===== Dropdown section selector (sticky) ===== */
#fcp-portal-root .fcp-dd-wrap{position:sticky;top:0;z-index:50;background:transparent;padding:0;margin:-6px 0 12px}
#fcp-portal-root .fcp-dd-btn{position:relative;width:100%;display:flex;align-items:center;gap:10px;background:var(--fcp-card,#fff);
  border:none;border-radius:12px;padding:13px 15px;font-family:inherit;font-weight:800;font-size:15px;color:var(--fcp-text,#1b2a48);
  cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.16);text-align:left}
#fcp-portal-root .fcp-dd-btn:focus-visible{outline:3px solid var(--fcp-primary,#2f72c8);outline-offset:2px}
#fcp-portal-root .fcp-dd-ico{font-size:18px;line-height:1;flex:0 0 auto}
#fcp-portal-root .fcp-dd-cur{flex:1}
#fcp-portal-root .fcp-dd-chev{background:var(--fcp-primary,#2f72c8);color:#fff;width:26px;height:26px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:13px;line-height:1;flex:0 0 auto;box-shadow:0 2px 6px rgba(0,0,0,.18);
  transition:transform .2s ease;animation:fcp-ddpulse 1.7s ease-out .5s 3}
#fcp-portal-root .fcp-dd-btn.open .fcp-dd-chev{transform:rotate(180deg);animation:none}
@keyframes fcp-ddpulse{0%{box-shadow:0 0 0 0 rgba(47,114,200,.45)}100%{box-shadow:0 0 0 13px rgba(47,114,200,0)}}
#fcp-portal-root .fcp-dd-opt-go{margin-left:auto;color:var(--fcp-primary,#2f72c8);font-weight:800;font-size:15px;opacity:.7;flex:0 0 auto}
#fcp-portal-root .fcp-dd-menu{position:absolute;left:0;right:0;top:calc(100% - 4px);background:var(--fcp-card,#fff);border-radius:12px;
  box-shadow:0 18px 44px rgba(20,40,80,.32);overflow:hidden;overflow-y:auto;max-height:80vh;z-index:60;animation:fcp-ddpop .16s ease}
#fcp-portal-root .fcp-dd-opt{display:flex;align-items:center;gap:12px;padding:13px 16px;cursor:pointer;font-weight:700;font-size:14.5px;
  color:var(--fcp-text,#1b2a48);border-bottom:1px solid rgba(0,0,0,.06);outline:none}
#fcp-portal-root .fcp-dd-opt:last-child{border-bottom:none}
#fcp-portal-root .fcp-dd-opt-ico{font-size:18px;width:24px;text-align:center;flex:0 0 auto}
#fcp-portal-root .fcp-dd-badge{margin-left:auto;flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;
  background:#22c55e;color:#fff;font-weight:800;font-size:12px;line-height:1;border-radius:999px;padding:4px 9px 4px 8px}
#fcp-portal-root .fcp-dd-badge::before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;opacity:.95}
#fcp-portal-root .fcp-dd-opt:hover,#fcp-portal-root .fcp-dd-opt:focus{background:#eef5fd}
#fcp-portal-root .fcp-dd-opt.active{background:#eef5fd;color:var(--fcp-primary,#2f72c8)}
#fcp-portal-root .fcp-dd-group{display:flex;align-items:center;gap:12px;padding:13px 16px;cursor:pointer;font-weight:800;font-size:14.5px;
  color:var(--fcp-text,#1b2a48);border-bottom:1px solid rgba(0,0,0,.06);outline:none;user-select:none}
#fcp-portal-root .fcp-dd-group:hover,#fcp-portal-root .fcp-dd-group:focus{background:#eef5fd}
#fcp-portal-root .fcp-dd-group[aria-expanded="true"]{color:var(--fcp-primary,#2f72c8)}
#fcp-portal-root .fcp-dd-gchev{margin-left:auto;font-size:12px;opacity:.6;transition:transform .18s ease}
#fcp-portal-root .fcp-dd-group[aria-expanded="true"] .fcp-dd-gchev{transform:rotate(180deg)}
#fcp-portal-root .fcp-dd-kids{background:rgba(0,0,0,.025);border-bottom:1px solid rgba(0,0,0,.06)}
#fcp-portal-root .fcp-dd-kids .fcp-dd-opt{padding-left:38px;font-weight:700;border-bottom:1px solid rgba(0,0,0,.04)}
#fcp-portal-root .fcp-dd-kids .fcp-dd-opt:last-child{border-bottom:none}
#fcp-portal-root .fcp-dd-kids .fcp-dd-opt-ico{font-size:16px}
@keyframes fcp-ddpop{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
/* dropdown sheet is fully rounded (no tab bar attached) */
#fcp-portal-root .fcp-dropdown .fcp-tabpanels{border-radius:14px}
/* reduced motion */
#fcp-portal-root .fcp-noanim .fcp-dd-menu,#fcp-portal-root .fcp-noanim .fcp-tabpanel,#fcp-portal-root .fcp-noanim .fcp-dd-chev,#fcp-portal-root .fcp-noanim .fcp-dd-gchev{animation:none !important;transition:none !important}
@media (prefers-reduced-motion: reduce){#fcp-portal-root .fcp-dd-menu,#fcp-portal-root .fcp-tabpanel,#fcp-portal-root .fcp-dd-chev{animation:none !important}#fcp-portal-root .fcp-dd-chev,#fcp-portal-root .fcp-dd-gchev{transition:none !important}}

/* Notifications button inside the Settings modal */
.fcp-set-notif-btn{display:inline-flex;align-items:center;gap:8px;background:#eef5fd;border:1px solid #cfe0f5;color:#2f6fc4;border-radius:10px;padding:11px 15px;font-weight:700;font-size:13.5px;cursor:pointer;font-family:inherit;transition:background .15s ease}
.fcp-set-notif-btn:hover{background:#e2eefb}
.fcp-set-notif-btn.fcp-notif-on{background:#e7f7ec;border-color:#bfe6cb;color:#1f8a4c}
.fcp-set-notif-btn[disabled]{opacity:.6;cursor:default}

/* Hide the sticky section selector while the Message Board is in full-screen expanded view */
body.fcp-board-locked #fcp-portal-root .fcp-dd-wrap{display:none !important}
/* board panel must not animate (its transform would mis-place the full-screen expand) */
#fcp-portal-root .fcp-tabpanel[data-fpanel="board"]{animation:none !important}

/* ===== Centered profile header style ===== */
.fcp-dash-topbar.fcp-hdr-centered{flex-direction:column;align-items:center;justify-content:flex-start;gap:9px;margin-bottom:1.25rem;text-align:center}
.fcp-dash-topbar.fcp-hdr-centered .fcp-member-id{flex-direction:column;align-items:center;gap:8px;flex:0 0 auto;width:100%}
.fcp-dash-topbar.fcp-hdr-centered .fcp-avatar{width:112px;height:112px;font-size:40px;border:7px solid var(--fcp-accent,#fff);box-shadow:0 4px 14px rgba(0,0,0,.18)}
.fcp-dash-topbar.fcp-hdr-centered .fcp-avatar-upload-btn{width:30px;height:30px;font-size:14px;bottom:6px;right:6px}
.fcp-dash-topbar.fcp-hdr-centered .fcp-member-name{font-size:26px}
.fcp-dash-topbar.fcp-hdr-centered .fcp-member-email{font-size:14px}
.fcp-dash-topbar.fcp-hdr-centered .fcp-topbar-actions{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:9px;margin-top:4px}
.fcp-dash-topbar.fcp-hdr-centered #fcp-settings-btn{margin-left:auto}

/* Centered header on mobile: stack the pills 2-and-2 evenly (no pushed-over look) */
@media(max-width:600px){
  .fcp-dash-topbar.fcp-hdr-centered .fcp-topbar-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}
  .fcp-dash-topbar.fcp-hdr-centered #fcp-settings-btn{margin-left:0}
  .fcp-dash-topbar.fcp-hdr-centered .fcp-hdr-pill{justify-content:center}
}

/* Centered header: larger profile photo on desktop (mobile stays 112px) */
@media(min-width:600px){
  .fcp-dash-topbar.fcp-hdr-centered .fcp-avatar{width:142px;height:142px;font-size:52px}
  .fcp-dash-topbar.fcp-hdr-centered .fcp-avatar-upload-btn{width:34px;height:34px;font-size:16px;bottom:8px;right:8px}
}

/* Collapse the poll slot when there's no active poll (it was adding an empty grid-gap row on desktop) */
#fcp-portal-root #fcp-poll-mount:empty{display:none}
/* Dropdown mode on desktop: drop the welcome card's extra bottom margin (the grid gap already spaces it) */
@media(min-width:780px){ #fcp-portal-root .fcp-dropdown .fcp-welcome-card{margin-bottom:0} }

/* ===== Pixie dust (header sparkle canvas, sits behind the content) ===== */
#fcp-portal-root .fcp-dash-topbar{position:relative}
#fcp-portal-root .fcp-dust-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}
#fcp-portal-root .fcp-dash-topbar>*:not(.fcp-dust-canvas){position:relative;z-index:1}
#fcp-portal-root .fcp-dust-cap{order:-1;flex:0 0 100%;width:100%;z-index:2;margin:0 0 12px;text-align:center;
  font-weight:900;font-size:13px;line-height:1.34;color:#3a2150;background:linear-gradient(180deg,#ffe7a0,#F0B429);
  padding:9px 16px;border-radius:14px;box-shadow:0 6px 16px -6px rgba(120,80,0,.5);border:1px solid rgba(255,255,255,.55)}

/* ===== The Podcast section ===== */
#fcp-portal-root .fcp-pod-sub{color:#7a89a6;font-weight:600;font-size:12.5px;margin:2px 0 14px}
#fcp-portal-root .fcp-pod-seg{display:flex;background:#eef2f8;border-radius:11px;padding:4px;gap:4px;margin-bottom:14px}
#fcp-portal-root .fcp-pod-tab{flex:1;border:none;background:transparent;font-family:inherit;font-weight:800;font-size:13.5px;color:#64748b;padding:10px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:all .15s}
#fcp-portal-root .fcp-pod-tab.on{background:#fff;color:#1f7a3f;box-shadow:0 2px 8px rgba(0,0,0,.1)}
#fcp-portal-root .fcp-pod-tab.on[data-pod="watch"]{color:#d40029}
#fcp-portal-root .fcp-pod-panel{animation:fcp-pod-fade .2s ease}
#fcp-portal-root .fcp-pod-panel.fcp-hidden{display:none}
@keyframes fcp-pod-fade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
#fcp-portal-root .fcp-pod-ytlink{display:inline-flex;align-items:center;gap:8px;background:#FF0033;color:#fff;text-decoration:none;font-weight:800;font-size:13.5px;padding:11px 16px;border-radius:10px}
#fcp-portal-root .fcp-pod-nudge{display:flex;align-items:center;gap:11px;background:#eef5fd;border:1px solid #d3e4f7;border-radius:11px;padding:12px 14px;margin-top:14px}
#fcp-portal-root .fcp-pod-nudge-ic{font-size:22px;flex:0 0 auto}
#fcp-portal-root .fcp-pod-nudge-tx{flex:1;min-width:0}
#fcp-portal-root .fcp-pod-nudge-tx b{font-size:13.5px;display:block}
#fcp-portal-root .fcp-pod-nudge-tx span{display:block;color:#7a89a6;font-weight:600;font-size:11.5px}
#fcp-portal-root .fcp-pod-discuss{background:linear-gradient(135deg,#4f9be8,#2f72c8);color:#fff;border:none;border-radius:8px;font-weight:800;font-size:12px;padding:9px 14px;font-family:inherit;cursor:pointer;white-space:nowrap;flex:0 0 auto}
#fcp-portal-root .fcp-pod-divider{height:1px;background:#eceff5;margin:16px 0}
#fcp-portal-root .fcp-pod-excl-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:2px}
#fcp-portal-root .fcp-pod-excl-title{font-size:15px;font-weight:800}
#fcp-portal-root .fcp-pod-excl-badge{background:linear-gradient(135deg,#F0B429,#e09b00);color:#3a2700;font-weight:800;font-size:9.5px;text-transform:uppercase;letter-spacing:.04em;border-radius:6px;padding:3px 8px;display:inline-flex;align-items:center;gap:4px}
#fcp-portal-root .fcp-pod-excard{display:flex;align-items:center;gap:12px;border:1px solid #eceff5;border-radius:11px;padding:11px;background:#fbfcfe;margin-bottom:9px;text-decoration:none;color:inherit}
#fcp-portal-root .fcp-pod-excard:active{background:#f2f6fc}
#fcp-portal-root .fcp-pod-exthumb{width:54px;height:40px;border-radius:8px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;background:linear-gradient(135deg,#7b4dff,#534AB7)}
#fcp-portal-root .fcp-pod-exbody{flex:1;min-width:0}
#fcp-portal-root .fcp-pod-exbody b{font-size:13px;display:block}
#fcp-portal-root .fcp-pod-exbody small{display:block;color:#7a89a6;font-weight:600;font-size:11px;margin-top:1px}
#fcp-portal-root .fcp-pod-extag{display:inline-block;margin-top:4px;background:#eef2f8;color:#566;font-size:9.5px;font-weight:800;padding:2px 7px;border-radius:5px;text-transform:uppercase;letter-spacing:.03em}
#fcp-portal-root .fcp-pod-explay{margin-left:auto;background:#fff;border:1px solid #eceff5;border-radius:8px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#534AB7;font-size:14px;flex:0 0 auto}
