
:root{
  --fclp-navy:#071b31;
  --fclp-navy-2:#0d2b4a;
  --fclp-green:#1f9d43;
  --fclp-green-dark:#147c31;
  --fclp-bg:#f4f7fb;
  --fclp-line:#dce4ed;
  --fclp-text:#152235;
  --fclp-muted:#6f7d8c;
  --fclp-white:#fff;
}
.fclp-app{background:var(--fclp-bg);min-height:100vh;color:var(--fclp-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.fclp-topbar{height:68px;background:var(--fclp-navy);color:#fff;display:flex;align-items:center;gap:28px;padding:0 26px;position:sticky;top:0;z-index:20;box-shadow:0 4px 18px rgba(0,0,0,.12)}
.fclp-brand{display:flex;align-items:center;gap:10px;min-width:220px}.fclp-brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#60c238,#1f9d43);font-weight:900}.fclp-brand strong{display:block;font-size:14px;letter-spacing:.06em}.fclp-brand small{display:block;font-size:10px;color:#a9bed2}.fclp-topbar nav{display:flex;gap:20px}.fclp-topbar nav a{color:#dfe9f2;text-decoration:none;font-size:14px;font-weight:700}.fclp-user-chip{margin-left:auto;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);padding:8px 12px;border-radius:999px;font-size:13px}
.fclp-container{max-width:1180px;margin:0 auto;padding:28px 22px}
.fclp-court-hero{min-height:320px;background:linear-gradient(135deg,rgba(4,21,40,.93),rgba(8,52,42,.82)),radial-gradient(circle at 80% 20%,#3c7d35 0,transparent 32%);display:flex;align-items:flex-end}.fclp-court-overlay{max-width:1180px;width:100%;margin:0 auto;padding:48px 22px;color:#fff}.fclp-court-overlay h1{font-size:42px;margin:6px 0 10px}.fclp-court-overlay p{max-width:620px;color:#d8e6ef}.fclp-hero-stats{display:flex;gap:34px;margin-top:28px}.fclp-hero-stats strong{display:block;font-size:26px}.fclp-hero-stats span{font-size:12px;color:#c8d8e3}
.fclp-eyebrow{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:900;color:var(--fclp-green)}.fclp-two-column{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px}.fclp-section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.fclp-section-head h2,.fclp-section-head h1{margin:.25rem 0}.fclp-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.fclp-panel,.fclp-league-card,.fclp-metric,.fclp-my-league-card{background:#fff;border:1px solid var(--fclp-line);border-radius:16px;box-shadow:0 8px 26px rgba(18,38,58,.05)}
.fclp-panel{padding:22px}.fclp-league-card{padding:20px}.fclp-league-card h3{margin:.4rem 0}.fclp-card-badge,.fclp-inline-status{display:inline-flex;padding:5px 8px;border-radius:999px;background:#e9f7ee;color:var(--fclp-green-dark);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.fclp-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.fclp-card-meta span,.fclp-tags span{background:#f3f6f9;border:1px solid var(--fclp-line);border-radius:999px;padding:6px 9px;font-size:12px;color:#4f5f70}
.fclp-button,.fclp-mini-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:var(--fclp-green);color:#fff!important;text-decoration:none;font-weight:800;cursor:pointer}.fclp-button{padding:11px 16px}.fclp-mini-button{padding:7px 10px;font-size:12px}.fclp-button-dark{background:var(--fclp-navy)}.fclp-button-ghost{background:#fff;color:var(--fclp-navy)!important;border:1px solid var(--fclp-line)}
.fclp-history-row{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid var(--fclp-line)}.fclp-history-row small,.fclp-table small,.fclp-player-card span,.fclp-my-league-card span{display:block;color:var(--fclp-muted);font-size:12px}
.fclp-league-header{display:grid;grid-template-columns:220px minmax(0,1fr) 210px;gap:22px;align-items:stretch;margin-bottom:20px}.fclp-poster{min-height:260px;border-radius:18px;padding:24px;background:linear-gradient(160deg,#0d5d35,#0b1f31);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 10px 30px rgba(7,27,49,.18)}.fclp-poster span{font-size:12px;letter-spacing:.2em}.fclp-poster strong{font-size:30px;line-height:1.05;margin:18px 0}.fclp-poster small{font-size:11px;letter-spacing:.12em}.fclp-league-info,.fclp-join-box{background:#fff;border:1px solid var(--fclp-line);border-radius:18px;padding:22px}.fclp-league-info h1{font-size:30px;margin:.45rem 0}.fclp-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.fclp-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--fclp-line);border-left:1px solid var(--fclp-line)}.fclp-detail-grid div{padding:13px;border-right:1px solid var(--fclp-line);border-bottom:1px solid var(--fclp-line)}.fclp-detail-grid span{display:block;color:var(--fclp-muted);font-size:11px}.fclp-join-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.fclp-join-box>span{color:var(--fclp-muted);font-size:12px}.fclp-join-box>strong{font-size:34px;margin:8px 0}.fclp-join-box>small{margin-bottom:18px;color:var(--fclp-muted)}
.fclp-tabs{display:flex;gap:8px;overflow:auto;margin:18px 0}.fclp-tabs button{border:1px solid var(--fclp-line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:800;color:#4b5b6c;cursor:pointer}.fclp-tabs button.is-active{background:var(--fclp-navy);color:#fff;border-color:var(--fclp-navy)}.fclp-tab-panel{display:none}.fclp-tab-panel.is-active{display:block}.fclp-content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}
.fclp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.fclp-form label{display:block;font-weight:700;font-size:13px}.fclp-form input,.fclp-form select,.fclp-dashboard-head select,.fclp-table select{width:100%;box-sizing:border-box;margin-top:6px;border:1px solid var(--fclp-line);border-radius:9px;padding:10px;background:#fff}.fclp-check{display:flex!important;align-items:flex-start;gap:8px;margin:14px 0}.fclp-check input{width:auto!important;margin-top:3px!important}.fclp-player-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fclp-player-card{display:flex;align-items:center;gap:12px;border:1px solid var(--fclp-line);border-radius:12px;padding:13px}.fclp-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#dff4e5,#b7dfc2);display:grid;place-items:center;font-weight:900;color:var(--fclp-green-dark)}
.fclp-table-wrap{overflow:auto}.fclp-table{width:100%;border-collapse:collapse}.fclp-table th{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--fclp-muted);background:#f7f9fb}.fclp-table th,.fclp-table td{padding:12px;border-bottom:1px solid var(--fclp-line);text-align:left;vertical-align:middle}.fclp-score-fields{display:flex;align-items:center;gap:6px}.fclp-score-fields input{width:52px!important;margin:0!important;padding:8px!important}.fclp-status-pill{display:inline-flex;border-radius:999px;padding:5px 8px;background:#edf4f7;color:#40566a;font-size:11px;font-weight:800}.fclp-rank{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#eaf5ed;color:var(--fclp-green-dark);font-weight:900}
.fclp-dashboard-shell{display:grid;grid-template-columns:210px minmax(0,1fr)}.fclp-sidebar{background:linear-gradient(180deg,var(--fclp-navy),#0e3558);min-height:calc(100vh - 68px);padding:22px 12px;position:sticky;top:68px}.fclp-sidebar a{display:block;padding:11px 13px;border-radius:9px;color:#d3e1ec;text-decoration:none;font-size:13px;font-weight:700;margin-bottom:4px}.fclp-sidebar a.is-active{background:#164a73;color:#fff}.fclp-dashboard-main{padding:28px}.fclp-dashboard-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}.fclp-dashboard-head h1{margin:.3rem 0}.fclp-dashboard-head p{margin:0;color:var(--fclp-muted)}.fclp-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.fclp-metric{padding:18px}.fclp-metric span{display:block;color:var(--fclp-muted);font-size:12px}.fclp-metric strong{display:block;font-size:28px;margin-top:6px}.fclp-action-row{display:flex;gap:10px;flex-wrap:wrap}.fclp-notice{background:#e9f7ee;border:1px solid #c8e8d1;color:#216a37;border-radius:12px;padding:12px 14px;margin-bottom:16px}.fclp-my-league-grid{display:grid;gap:14px}.fclp-my-league-card{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:18px}
@media(max-width:980px){.fclp-two-column,.fclp-content-grid{grid-template-columns:1fr}.fclp-league-header{grid-template-columns:180px 1fr}.fclp-join-box{grid-column:1/-1;flex-direction:row;gap:14px}.fclp-dashboard-shell{grid-template-columns:1fr}.fclp-sidebar{display:none}.fclp-metric-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.fclp-topbar nav{display:none}.fclp-brand{min-width:auto}.fclp-container,.fclp-dashboard-main{padding:18px 14px}.fclp-court-overlay h1{font-size:32px}.fclp-hero-stats{gap:18px;flex-wrap:wrap}.fclp-card-grid,.fclp-form-grid,.fclp-player-grid,.fclp-league-header{grid-template-columns:1fr}.fclp-poster{min-height:190px}.fclp-detail-grid{grid-template-columns:1fr}.fclp-join-box{grid-column:auto;flex-direction:column}.fclp-metric-grid{grid-template-columns:1fr 1fr}.fclp-my-league-card{grid-template-columns:1fr}.fclp-table th,.fclp-table td{padding:9px}}
