/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-font-family: var(--sans);
    --default-mono-font-family: var(--mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-brand {
    background-color: var(--brand);
  }
  .bg-club {
    background-color: var(--club);
  }
  .bg-crit {
    background-color: var(--crit);
  }
  .bg-good {
    background-color: var(--good);
  }
  .bg-muted {
    background-color: var(--muted);
  }
  .bg-warn {
    background-color: var(--warn);
  }
  .break-all {
    word-break: break-all;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/_next/static/media/inter-cyrillic-ext-wght-normal.460bdf14.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/_next/static/media/inter-cyrillic-wght-normal.491cbc05.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/_next/static/media/inter-greek-ext-wght-normal.23aae568.woff2) format('woff2-variations');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/_next/static/media/inter-greek-wght-normal.4449bf7a.woff2) format('woff2-variations');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/_next/static/media/inter-vietnamese-wght-normal.113a630f.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/_next/static/media/inter-latin-ext-wght-normal.3835a68e.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/_next/static/media/inter-latin-wght-normal.6c596dfc.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(/_next/static/media/space-grotesk-vietnamese-wght-normal.a3924ff4.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: 'Space Grotesk Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(/_next/static/media/space-grotesk-latin-ext-wght-normal.55a1343a.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(/_next/static/media/space-grotesk-latin-wght-normal.5a0c43ff.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url(/_next/static/media/jetbrains-mono-cyrillic-ext-wght-normal.0d2c2f66.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
@font-face {
  font-family: 'JetBrains Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url(/_next/static/media/jetbrains-mono-cyrillic-wght-normal.23645aad.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: 'JetBrains Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url(/_next/static/media/jetbrains-mono-greek-wght-normal.c6c31cb1.woff2) format('woff2-variations');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}
@font-face {
  font-family: 'JetBrains Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url(/_next/static/media/jetbrains-mono-vietnamese-wght-normal.93fc40a8.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: 'JetBrains Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url(/_next/static/media/jetbrains-mono-latin-ext-wght-normal.9c9751ca.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url(/_next/static/media/jetbrains-mono-latin-wght-normal.a865edea.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root {
  --ground: #F3F6F4;
  --surface: #FFFFFF;
  --surface-2: #EDF1EF;
  --line: #DCE4E0;
  --ink: #0E211A;
  --ink-2: #45564E;
  --muted: #7B8A82;
  --brand: #0C6E4F;
  --brand-2: #0A5A41;
  --accent: #F59E0B;
  --good: #1E9E5A;
  --warn: #E1963C;
  --crit: #D64545;
  --club: #1E5AA8;
  --club-2: #174A8C;
  --on-club: var(--on-dark);
  --on-dark: #FFFFFF;
  --on-light: #0E211A;
  --scrim: rgba(14, 33, 26, .5);
  --shadow: 0 1px 3px rgba(14, 33, 26, .06), 0 6px 20px -12px rgba(14, 33, 26, .18);
  --shadow-lg: 0 30px 70px -22px rgba(14, 33, 26, .34);
  --sans: "Inter Variable", system-ui, sans-serif;
  --disp: "Space Grotesk Variable", system-ui, sans-serif;
  --mono: "JetBrains Mono Variable", ui-monospace, monospace;
  --r: 16px;
  --rs: 10px;
  color-scheme: light;
}
:root[data-theme="dark"] {
  --ground: #0C1512;
  --surface: #12201B;
  --surface-2: #182A23;
  --line: #26382F;
  --ink: #E8F0EB;
  --ink-2: #AFC0B7;
  --muted: #7E9187;
  --brand: #34B37D;
  --brand-2: #2C9E6D;
  --accent: #F5B342;
  --good: #3FBE77;
  --warn: #E9AE5F;
  --crit: #E56D5F;
  --club: #5B92E0;
  --club-2: #4A80CE;
  --on-light: #0C1512;
  --scrim: rgba(0, 0, 0, .55);
  --shadow: 0 2px 10px rgba(0, 0, 0, .4);
  --shadow-lg: 0 30px 70px -20px rgba(0, 0, 0, .65);
  color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ground: #0C1512;
    --surface: #12201B;
    --surface-2: #182A23;
    --line: #26382F;
    --ink: #E8F0EB;
    --ink-2: #AFC0B7;
    --muted: #7E9187;
    --brand: #34B37D;
    --brand-2: #2C9E6D;
    --accent: #F5B342;
    --good: #3FBE77;
    --warn: #E9AE5F;
    --crit: #E56D5F;
    --club: #5B92E0;
    --club-2: #4A80CE;
    --on-light: #0C1512;
    --scrim: rgba(0, 0, 0, .55);
    --shadow: 0 2px 10px rgba(0, 0, 0, .4);
    --shadow-lg: 0 30px 70px -20px rgba(0, 0, 0, .65);
    color-scheme: dark;
  }
}
:root[data-space="tenant"] {
  --club: var(--tenant-club);
  --club-2: var(--tenant-club-2);
  --on-club: var(--tenant-on-club);
}
:root[data-space="tenant"][data-theme="dark"] {
  --club: var(--tenant-club-dark);
  --club-2: var(--tenant-club-dark-2);
  --on-club: var(--tenant-on-club-dark);
}
@media (prefers-color-scheme: dark) {
  :root[data-space="tenant"]:not([data-theme="light"]) {
    --club: var(--tenant-club-dark);
    --club-2: var(--tenant-club-dark-2);
    --on-club: var(--tenant-on-club-dark);
  }
}
:root[data-space="platform"], :root[data-space="public"] {
  --club: var(--brand);
  --club-2: var(--brand-2);
  --on-club: var(--on-dark);
}
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--sans);
  background: var(--ground);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--disp);
  font-weight: 600;
  letter-spacing: -0.02em;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}
input, textarea, select {
  font-family: inherit;
}
svg {
  display: block;
}
::selection {
  background: var(--club);
  color: var(--on-club);
}
:focus-visible {
  outline: 2px solid var(--club);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
.eyebrow {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.mono {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
}
.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--disp);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -.02em;
}
.logo .mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--brand);
  color: var(--on-dark);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.logo em {
  font-style: normal;
  color: var(--brand);
}
.topbar {
  height: 58px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 16px;
  position: sticky;
  top: 0;
  z-index: 30;
}
.tb-club {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.tb-club .cb {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--club);
  color: var(--on-club);
  display: grid;
  place-items: center;
  font-family: var(--disp);
  font-weight: 700;
  font-size: 12px;
  flex: 0 0 auto;
}
.tb-club .cn {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-club .cs {
  font-size: 10.5px;
  color: var(--muted);
}
.tb-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.tb-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--ink-2);
  transition: .14s;
}
.tb-icon:hover {
  background: var(--surface-2);
}
.tb-profile {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 4px 10px 4px 4px;
  border-radius: 999px;
  background: var(--surface-2);
}
.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  color: var(--on-club);
  background: var(--club);
  flex: 0 0 auto;
}
.tb-profile .who {
  font-size: 12px;
  line-height: 1.15;
}
.tb-profile .who b {
  display: block;
  font-weight: 600;
}
.tb-profile .who span {
  color: var(--muted);
  font-size: 10.5px;
}
@media (max-width: 760px) {
  .tb-profile .who {
    display: none;
  }
}
.support-banner {
  background: var(--warn);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--warn) 16%, var(--surface));
  }
  color: var(--ink);
  border-bottom: 1px solid var(--warn);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--warn) 40%, var(--line));
  }
  font-size: 12.5px;
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.shell {
  display: flex;
  flex: 1;
  min-height: calc(100vh - 58px);
}
.sidebar {
  width: 238px;
  background: var(--surface);
  border-right: 1px solid var(--line);
  padding: 16px 12px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
  position: sticky;
  top: 58px;
  height: calc(100vh - 58px);
}
.side-role {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 11px;
  background: var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--club) 10%, transparent);
  }
  margin-bottom: 10px;
}
.side-role .dotc {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--club);
}
.side-role .lbl {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--club);
  font-weight: 600;
}
.nav-sec {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 13px 12px 6px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--ink-2);
  font-size: 13.5px;
  font-weight: 500;
  transition: .12s;
  width: 100%;
  text-align: left;
  min-height: 38px;
}
.nav-item svg {
  flex: 0 0 auto;
  color: var(--muted);
  transition: .12s;
}
.nav-item:hover {
  background: var(--surface-2);
  color: var(--ink);
}
.nav-item.active {
  background: var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--club) 12%, transparent);
  }
  color: var(--club);
  font-weight: 600;
}
.nav-item.active svg {
  color: var(--club);
}
.side-foot {
  margin-top: auto;
  padding-top: 12px;
}
.side-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--ink-2);
  font-size: 12.5px;
  font-weight: 500;
  width: 100%;
  border: 1px solid var(--line);
}
.side-btn:hover {
  border-color: var(--club);
  color: var(--club);
}
.sb-toggle {
  display: none;
}
.scrim {
  display: none;
}
@media (max-width: 860px) {
  .sidebar {
    position: fixed;
    top: 58px;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 25;
    transform: translateX(-100%);
    transition: transform .16s;
  }
  .sidebar.open {
    transform: translateX(0);
    box-shadow: var(--shadow-lg);
  }
  .sb-toggle {
    display: grid;
  }
  .scrim {
    position: fixed;
    inset: 58px 0 0 0;
    background: var(--scrim);
    z-index: 24;
  }
  .scrim.open {
    display: block;
  }
}
.content {
  flex: 1;
  min-width: 0;
  padding: clamp(18px, 3vw, 30px);
  max-width: 1300px;
}
.page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.page-head .eyebrow {
  margin-bottom: 5px;
}
.page-head h1 {
  font-size: clamp(21px, 3vw, 28px);
}
.page-head .sub {
  color: var(--ink-2);
  font-size: 14px;
  margin-top: 3px;
}
.head-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 38px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  transition: .14s;
  white-space: nowrap;
}
.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.btn-primary {
  background: var(--club);
  color: var(--on-club);
}
.btn-primary:hover:not(:disabled) {
  background: var(--club-2);
}
.btn-brand {
  background: var(--brand);
  color: var(--on-dark);
}
.btn-brand:hover:not(:disabled) {
  background: var(--brand-2);
}
.btn-secondary {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
}
.btn-secondary:hover:not(:disabled) {
  border-color: var(--club);
  color: var(--club);
}
.btn-good {
  background: var(--good);
  color: var(--on-dark);
}
.btn-danger {
  background: var(--crit);
  color: var(--on-dark);
}
.btn-ghost {
  color: var(--club);
  height: 32px;
  padding: 0 10px;
}
.btn-ghost:hover:not(:disabled) {
  background: var(--surface-2);
}
.btn-sm {
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
}
.btn-block {
  width: 100%;
  height: 44px;
}
.kpi-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}
.kpi {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px;
  transition: .14s;
}
a.kpi:hover {
  border-color: var(--club);
  box-shadow: var(--shadow);
}
.kpi .k-lbl {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted);
}
.kpi .k-val {
  font-family: var(--disp);
  font-size: 29px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  margin-top: 8px;
  line-height: 1;
}
.kpi .k-val small {
  font-size: 15px;
  color: var(--ink-2);
}
.kpi .k-meta {
  font-size: 12px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--ink-2);
}
.k-up {
  color: var(--good);
}
.k-down {
  color: var(--crit);
}
.k-warn {
  color: var(--warn);
}
.grid {
  display: grid;
  gap: 16px;
}
.g-2 {
  grid-template-columns: 1.6fr 1fr;
}
.g-2e {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 900px) {
  .g-2, .g-2e {
    grid-template-columns: 1fr;
  }
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.card-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  gap: 10px;
}
.card-h h3 {
  font-size: 16px;
}
.card-h .eyebrow {
  font-size: 10px;
  margin-bottom: 3px;
}
.card-b {
  padding: 16px 18px;
}
.card-b.flush {
  padding: 0;
}
.card-b + .card-b {
  border-top: 1px solid var(--line);
}
.row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  width: 100%;
  text-align: left;
}
.row:last-child {
  border-bottom: none;
}
a.row:hover {
  background: var(--surface-2);
}
.row .r-ic {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--club) 12%, transparent);
  }
  color: var(--club);
}
.row .r-main {
  flex: 1;
  min-width: 0;
}
.row .r-t {
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row .r-s {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  white-space: nowrap;
}
.bg-good {
  background: var(--good);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--good) 15%, transparent);
  }
  color: var(--good);
}
.bg-warn {
  background: var(--warn);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--warn) 18%, transparent);
  }
  color: var(--warn);
}
.bg-crit {
  background: var(--crit);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--crit) 15%, transparent);
  }
  color: var(--crit);
}
.bg-club {
  background: var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--club) 13%, transparent);
  }
  color: var(--club);
}
.bg-brand {
  background: var(--brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--brand) 13%, transparent);
  }
  color: var(--brand);
}
.bg-muted {
  background: var(--surface-2);
  color: var(--muted);
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
thead th {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
  padding: 11px 18px;
  background: var(--surface-2);
  font-weight: 600;
  white-space: nowrap;
}
thead th.num {
  text-align: right;
}
tbody td {
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
tbody tr:last-child td {
  border-bottom: none;
}
tbody td.num {
  text-align: right;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
}
.t-name {
  font-weight: 600;
}
.chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.chip {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--ink-2);
  transition: .12s;
  background: var(--surface);
  min-height: 32px;
}
.chip:hover:not(:disabled) {
  border-color: var(--club);
  color: var(--club);
}
.chip.on {
  background: var(--club);
  color: var(--on-club);
  border-color: var(--club);
}
.empty {
  padding: 34px 18px;
  text-align: center;
  color: var(--muted);
}
.empty svg {
  margin: 0 auto 10px;
}
.empty p {
  font-size: 13px;
  margin: 0 0 12px;
}
.divider {
  height: 1px;
  background: var(--line);
  margin: 16px 0;
}
.field {
  margin-bottom: 14px;
}
.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 6px;
}
.field label .req {
  color: var(--crit);
}
.field input, .field select, .field textarea {
  width: 100%;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 12px;
  font-size: 13.5px;
  outline: none;
  transition: .12s;
}
.field input[type="color"] {
  padding: 4px;
  width: 56px;
  flex: 0 0 auto;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--club);
  box-shadow: 0 0 0 3px var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--club) 18%, transparent);
  }
}
.field input:disabled {
  background: var(--surface-2);
  color: var(--muted);
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 520px) {
  .field-row {
    grid-template-columns: 1fr;
  }
}
.field .err {
  color: var(--crit);
  font-size: 12px;
  margin-top: 5px;
}
.hint {
  font-size: 11.5px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}
.alert {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  margin-bottom: 14px;
}
.alert-crit {
  background: var(--crit);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--crit) 10%, var(--surface));
  }
  color: var(--ink);
  border: 1px solid var(--crit);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--crit) 35%, var(--line));
  }
}
.alert-info {
  background: var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--club) 8%, var(--surface));
  }
  color: var(--ink);
  border: 1px solid var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--club) 28%, var(--line));
  }
}
.alert svg {
  flex: 0 0 auto;
  margin-top: 2px;
}
.input-suffix {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input-suffix span {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}
.switch {
  width: 40px;
  height: 23px;
  border-radius: 999px;
  background: var(--line);
  border: 1px solid var(--line);
  position: relative;
  transition: .15s;
  flex: 0 0 auto;
}
.switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--on-dark);
  box-shadow: var(--shadow);
  transition: .15s;
}
.switch[aria-checked="true"] {
  background: var(--good);
  border-color: var(--good);
}
.switch[aria-checked="true"]::after {
  left: 19px;
}
.switch:disabled {
  opacity: .5;
}
.modal-scrim {
  position: fixed;
  inset: 0;
  background: var(--scrim);
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  overflow-y: auto;
  backdrop-filter: blur(2px);
}
.modal {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 560px;
  margin: auto;
  animation: pop .16s ease-out;
}
.modal.wide {
  max-width: 760px;
}
@keyframes pop {
  from {
    transform: translateY(10px) scale(.98);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.modal-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  gap: 12px;
}
.modal-h h3 {
  font-size: 18px;
}
.modal-close {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: var(--muted);
}
.modal-close:hover {
  background: var(--surface-2);
  color: var(--ink);
}
.modal-b {
  padding: 20px;
  max-height: 64vh;
  overflow-y: auto;
}
.modal-f {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
#toasts {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: calc(100vw - 40px);
}
.toast {
  display: flex;
  align-items: center;
  gap: 11px;
  background: var(--ink);
  color: var(--ground);
  padding: 13px 16px;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  font-size: 13.5px;
  font-weight: 500;
  animation: slideIn .2s ease-out;
  min-width: 240px;
}
:root[data-theme="dark"] .toast {
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--ink);
}
.toast .t-ic {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--on-dark);
}
.toast.good .t-ic {
  background: var(--good);
}
.toast.info .t-ic {
  background: var(--club);
}
.toast.warn .t-ic {
  background: var(--warn);
}
.toast.crit .t-ic {
  background: var(--crit);
}
@keyframes slideIn {
  from {
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.auth-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.auth-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(16px, 5vw, 64px);
}
.auth-main {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 16px;
}
.auth-card {
  width: 100%;
  max-width: 420px;
}
.auth-card.wide {
  max-width: 640px;
}
.auth-club {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.club-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--club);
  color: var(--on-club);
  display: grid;
  place-items: center;
  font-family: var(--disp);
  font-weight: 700;
  font-size: 15px;
  flex: 0 0 auto;
}
.auth-foot {
  padding: 20px clamp(16px, 5vw, 64px);
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.theme-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  display: grid;
  place-items: center;
  color: var(--ink-2);
  transition: .14s;
}
.theme-btn:hover {
  border-color: var(--brand);
}
.hero {
  padding: clamp(24px, 5vw, 64px) clamp(16px, 5vw, 64px) clamp(16px, 3vw, 32px);
  max-width: 1100px;
}
.hero .eyebrow {
  margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1.03;
  font-weight: 700;
}
.hero h1 em {
  font-style: normal;
  color: var(--brand);
}
.hero .lead {
  font-size: clamp(16px, 2.2vw, 20px);
  color: var(--ink-2);
  max-width: 660px;
  margin-top: 18px;
}
.mt-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  max-width: 900px;
}
.mt-card {
  flex: 1;
  min-width: 210px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px;
}
.mt-card .ic {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--brand) 12%, transparent);
  }
  color: var(--brand);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}
.mt-card h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
.mt-card p {
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-2);
}
.section-title {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 18px 0 10px;
}
.section-title:first-child {
  margin-top: 0;
}
.has-logo {
  object-fit: contain;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 2px;
}
.stepper {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
  padding: 6px 12px 6px 6px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
}
.step .n {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 11px;
  background: var(--surface-2);
  color: var(--muted);
}
.step.current {
  color: var(--club);
  border-color: var(--club);
}
.step.current .n {
  background: var(--club);
  color: var(--on-club);
}
.step.done {
  color: var(--ink-2);
}
.step.done .n {
  background: var(--good);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--good) 16%, transparent);
  }
  color: var(--good);
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 8px;
}
.check-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  background: var(--surface);
  min-height: 44px;
}
.check-card:hover {
  border-color: var(--club);
}
.check-card input {
  accent-color: var(--club);
  width: 16px;
  height: 16px;
}
.check-card.on {
  border-color: var(--club);
  background: var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--club) 6%, var(--surface));
  }
}
.check-card.disabled {
  opacity: .55;
  cursor: default;
}
.logo-drop {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo-drop .preview {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  font-size: 20px;
}
.wizard-foot {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}
.filters .searchbar {
  margin: 0;
}
.filters select {
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 10px;
  font-size: 13px;
}
.searchbar {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 12px;
  height: 38px;
  max-width: 320px;
  flex: 1;
  min-width: 200px;
}
.searchbar input {
  flex: 1;
  border: none;
  background: none;
  outline: none;
  font-size: 13.5px;
  color: var(--ink);
  min-width: 0;
}
.searchbar svg {
  color: var(--muted);
  flex: 0 0 auto;
}
tbody tr.link {
  cursor: pointer;
}
tbody tr.link:hover {
  background: var(--surface-2);
}
.person {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.person .avatar {
  width: 30px;
  height: 30px;
  font-size: 11px;
}
.badges {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.kv {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 8px 14px;
  font-size: 13.5px;
}
.kv .k {
  color: var(--muted);
}
.kv .v {
  color: var(--ink);
  font-weight: 500;
  overflow-wrap: anywhere;
}
@media (max-width: 520px) {
  .kv {
    grid-template-columns: 1fr;
    gap: 2px 0;
  }
  .kv .v {
    margin-bottom: 8px;
  }
}
.profile-hd {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.profile-hd .avatar {
  width: 60px;
  height: 60px;
  font-size: 22px;
}
.profile-hd h1 {
  font-size: clamp(21px, 3vw, 28px);
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--ink-2);
  margin-bottom: 12px;
}
.back-link:hover {
  color: var(--club);
}
.back-link svg {
  transform: rotate(180deg);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}
.team-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: .14s;
}
.team-card:hover {
  border-color: var(--club);
  box-shadow: var(--shadow);
}
.team-card h3 {
  font-size: 17px;
}
.team-card .meta {
  font-size: 12.5px;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: 6px;
}
.inline-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.inline-form select, .inline-form input {
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 10px;
  font-size: 13px;
  min-width: 0;
}
.danger-zone {
  border-color: var(--crit);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--crit) 35%, var(--line));
  }
}
.cal {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.cal .dow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 8px;
  background: var(--surface-2);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cal .cell {
  min-height: 96px;
  padding: 6px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.cal .cell.off {
  background: var(--surface-2);
}
.cal .cell .d {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
}
.cal .cell.today .d {
  color: var(--on-club);
  background: var(--club);
  border-radius: 999px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}
.cal-ev {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--club) 12%, transparent);
  }
  color: var(--club);
}
.cal-ev.match {
  background: var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent) 18%, transparent);
  }
  color: var(--ink);
}
.cal-ev.reunion, .cal-ev.evenement {
  background: var(--surface-2);
  color: var(--ink-2);
}
.cal-ev.cancelled {
  text-decoration: line-through;
  opacity: .6;
}
@media (max-width: 760px) {
  .cal {
    display: none;
  }
}
.date-tile {
  width: 46px;
  height: 50px;
  border-radius: 10px;
  background: var(--surface-2);
  color: var(--club);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-family: var(--mono);
}
.date-tile b {
  font-size: 17px;
  line-height: 1;
  color: var(--ink);
}
.date-tile span {
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.reply-btns {
  display: flex;
  gap: 6px;
}
.reply-btns .btn.sel-present {
  background: var(--good);
  color: var(--on-dark);
  border-color: var(--good);
}
.reply-btns .btn.sel-absent {
  background: var(--crit);
  color: var(--on-dark);
  border-color: var(--crit);
}
.convoc {
  background: linear-gradient(135deg, var(--club), var(--club-2));
  color: var(--on-club);
  border-radius: var(--r);
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.convoc .eyebrow {
  color: inherit;
  opacity: .75;
}
.convoc h3 {
  color: inherit;
  font-size: 21px;
  margin: 6px 0 4px;
}
.convoc .cwhen {
  font-size: 13px;
  font-family: var(--mono);
  opacity: .9;
}
.prog {
  display: flex;
  align-items: center;
  gap: 12px;
}
.prog .track {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: var(--surface-2);
  overflow: hidden;
}
.prog .fill {
  height: 100%;
  border-radius: 999px;
  background: var(--club);
}
.prog .pv {
  font-size: 12px;
  font-weight: 600;
  width: 46px;
  text-align: right;
  flex: 0 0 auto;
}
.tb-icon {
  position: relative;
}
.badge-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--crit);
  color: var(--on-dark);
  font-size: 9.5px;
  font-weight: 700;
  display: grid;
  place-items: center;
  font-family: var(--mono);
}
.feed-item {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}
.feed-item:last-child {
  border-bottom: none;
}
.feed-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.feed-meta .fn {
  font-size: 13px;
  font-weight: 600;
}
.feed-meta .ft {
  font-size: 11px;
  color: var(--muted);
  margin-left: auto;
  font-family: var(--mono);
}
.feed-body {
  margin: 0;
  font-size: 14px;
  color: var(--ink);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.feed-aud {
  font-size: 10.5px;
  font-family: var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 2px 7px;
  border-radius: 999px;
}
.feed-actions {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}
.feed-act {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 500;
  min-height: 32px;
}
.feed-act:hover, .feed-act.on {
  color: var(--club);
}
.composer textarea {
  width: 100%;
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--ink);
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
  outline: none;
  font-family: inherit;
}
.composer textarea:focus {
  border-color: var(--club);
  box-shadow: 0 0 0 3px var(--club);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--club) 18%, transparent);
  }
}
.row.unread .r-t::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--club);
  margin-right: 8px;
  vertical-align: middle;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-ease: initial;
    }
  }
}

