
/* /app/app.css */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Lato", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-cyrillic-ext-600-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-cyrillic-ext-600-normal.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-cyrillic-600-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-cyrillic-600-normal.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-vietnamese-600-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-vietnamese-600-normal.woff) format('woff');
  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: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-latin-ext-600-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-latin-ext-600-normal.woff) format('woff');
  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: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-latin-600-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-latin-600-normal.woff) format('woff');
  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: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-cyrillic-ext-700-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-cyrillic-ext-700-normal.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-cyrillic-700-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-cyrillic-700-normal.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-vietnamese-700-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-vietnamese-700-normal.woff) format('woff');
  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: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-latin-ext-700-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-latin-ext-700-normal.woff) format('woff');
  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: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/node_modules/@fontsource/montserrat/files/montserrat-latin-700-normal.woff2) format('woff2'), url(/node_modules/@fontsource/montserrat/files/montserrat-latin-700-normal.woff) format('woff');
  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: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/node_modules/@fontsource/lato/files/lato-latin-ext-400-normal.woff2) format('woff2'), url(/node_modules/@fontsource/lato/files/lato-latin-ext-400-normal.woff) format('woff');
  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: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/node_modules/@fontsource/lato/files/lato-latin-400-normal.woff2) format('woff2'), url(/node_modules/@fontsource/lato/files/lato-latin-400-normal.woff) format('woff');
  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: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/node_modules/@fontsource/lato/files/lato-latin-ext-700-normal.woff2) format('woff2'), url(/node_modules/@fontsource/lato/files/lato-latin-ext-700-normal.woff) format('woff');
  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: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/node_modules/@fontsource/lato/files/lato-latin-700-normal.woff2) format('woff2'), url(/node_modules/@fontsource/lato/files/lato-latin-700-normal.woff) format('woff');
  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 {
  color: #171a1d;
  background: #f6f4ef;
  font-family: "Lato", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
}
body {
  min-width: 320px;
  background: #f6f4ef;
}
a {
  color: inherit;
}
:focus-visible {
  outline: 3px solid #f1b97b;
  outline-offset: 4px;
}
.login-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  background: #f6f4ef;
}
.login-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  padding: clamp(2rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background: radial-gradient(circle at 74% 21%, rgb(241 185 123 / 24%), transparent 27%), linear-gradient(145deg, #14543b 0%, #0e3b2a 58%, #08271d 100%);
}
.login-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -12% -19% 26%;
  height: 46%;
  transform: rotate(-7deg);
  background: linear-gradient(96deg, rgb(209 122 34 / 86%), rgb(241 185 123 / 15%));
  clip-path: polygon(0 56%, 100% 0, 100% 48%, 0 100%);
}
.login-story__grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
}
.login-story__orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 50%;
}
.login-story__orbit--one {
  width: min(48vw, 690px);
  aspect-ratio: 1;
  top: -24%;
  right: -21%;
}
.login-story__orbit--two {
  width: min(35vw, 510px);
  aspect-ratio: 1;
  top: -10%;
  right: -13%;
}
.login-story__logo {
  width: clamp(190px, 19vw, 280px);
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.login-story__content {
  max-width: 720px;
  margin: auto 0;
  padding: clamp(3rem, 9vh, 7.5rem) 0;
}
.eyebrow {
  margin: 0 0 1rem;
  color: #1c6e4c;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}
.eyebrow--light {
  color: #f1b97b;
}
.login-story h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.4rem, 7.2vw, 7.6rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.91;
}
.login-story__content > p:last-child {
  max-width: 590px;
  margin: 2rem 0 0;
  color: rgb(255 255 255 / 76%);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}
.login-story__footer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgb(255 255 255 / 66%);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.login-story__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f1b97b;
  box-shadow: 0 0 0 6px rgb(241 185 123 / 13%);
}
.login-access {
  min-height: 100vh;
  padding: clamp(2rem, 5vw, 4.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(rgb(14 59 42 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(14 59 42 / 4%) 1px, transparent 1px), #f6f4ef;
  background-size: 42px 42px;
}
.login-access__topline {
  display: flex;
  justify-content: space-between;
  color: #577065;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.login-card {
  width: min(100%, 510px);
  margin: clamp(3rem, 10vh, 8rem) auto;
}
.login-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 2rem;
  display: grid;
  place-items: center;
  color: #f6f4ef;
  background: #0e3b2a;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgb(14 59 42 / 20%);
}
.login-card h2 {
  margin: 0;
  color: #171a1d;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.login-card__intro {
  max-width: 440px;
  margin: 1.5rem 0 2rem;
  color: #566159;
  font-size: 1.03rem;
  line-height: 1.7;
}
.login-card__button {
  min-height: 58px;
  padding: 0.9rem 1rem 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: white;
  background: #0e3b2a;
  border: 1px solid #0e3b2a;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 16px 35px rgb(14 59 42 / 16%);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.login-card__button:hover {
  transform: translateY(-2px);
  background: #14543b;
  box-shadow: 0 20px 42px rgb(14 59 42 / 22%);
}
.login-card__assurance, .login-card__notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
}
.login-card__assurance {
  margin-top: 1.25rem;
  color: #647168;
}
.login-card__assurance p, .login-card__notice p {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.55;
}
.login-card__notice {
  padding: 1rem;
  color: #6f3f12;
  background: #fff2df;
  border: 1px solid #edc58d;
}
.login-access__help {
  margin: 0;
  color: #69746c;
  font-size: 0.85rem;
  line-height: 1.5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: #08271d;
  background: #f1b97b;
  border-radius: 3px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}
.skip-link:focus {
  transform: translateY(0);
}
.portal-layout {
  min-height: 100vh;
  background: linear-gradient(115deg, rgb(14 59 42 / 3%) 0 1px, transparent 1px 100%), #f6f4ef;
  background-size: 56px 56px;
}
.portal-sidebar {
  position: fixed;
  z-index: 20;
  inset: 0 auto 0 0;
  width: 272px;
  padding: 2rem 1.25rem 1.3rem;
  display: flex;
  flex-direction: column;
  color: white;
  background: radial-gradient(circle at 25% 9%, rgb(241 185 123 / 14%), transparent 24%), linear-gradient(165deg, #14543b 0%, #0e3b2a 58%, #08271d 100%);
  box-shadow: 12px 0 44px rgb(8 39 29 / 10%);
}
.portal-sidebar::after {
  content: "";
  position: absolute;
  inset: auto 0 12% 0;
  height: 110px;
  opacity: 0.25;
  background: linear-gradient( 155deg, transparent 48%, #d17a22 49% 64%, transparent 65% );
  pointer-events: none;
}
.portal-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
}
.portal-brand img {
  width: 176px;
  height: auto;
}
.portal-brand span {
  padding-left: 0.75rem;
  color: #f1b97b;
  border-left: 1px solid rgb(255 255 255 / 24%);
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.portal-nav {
  position: relative;
  z-index: 1;
  margin-top: 4.2rem;
  display: grid;
  gap: 0.4rem;
}
.portal-nav__link {
  min-height: 48px;
  padding: 0 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: rgb(255 255 255 / 69%);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: 160ms ease;
}
.portal-nav__link:hover {
  color: white;
  background: rgb(255 255 255 / 7%);
}
.portal-nav__link.is-current {
  color: #08271d;
  background: #f1b97b;
  box-shadow: 0 10px 24px rgb(0 0 0 / 12%);
}
.portal-profile {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1.1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgb(255 255 255 / 14%);
}
.portal-profile__avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #08271d;
  background: #f1b97b;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.73rem;
  font-weight: 700;
}
.portal-profile__identity {
  min-width: 0;
  display: grid;
  gap: 0.2rem;
}
.portal-profile__identity strong, .portal-profile__identity small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-profile__identity strong {
  font-size: 0.78rem;
}
.portal-profile__identity small {
  color: rgb(255 255 255 / 55%);
  font-size: 0.68rem;
}
.portal-profile button, .favorite-button {
  border: 0;
  cursor: pointer;
}
.portal-profile button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: rgb(255 255 255 / 67%);
  background: transparent;
  border-radius: 50%;
}
.portal-profile button:hover {
  color: white;
  background: rgb(255 255 255 / 9%);
}
.portal-mobilebar {
  display: none;
}
.portal-main {
  min-height: 100vh;
  margin-left: 272px;
}
.portal-page {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: clamp(2.2rem, 5vw, 5.5rem);
}
.portal-hero {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: clamp(2rem, 4.5vw, 4.25rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  color: white;
  background: radial-gradient(circle at 82% 24%, rgb(241 185 123 / 21%), transparent 22%), linear-gradient(135deg, #0e3b2a, #14543b);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgb(8 39 29 / 15%);
}
.portal-hero::after {
  content: "";
  position: absolute;
  inset: auto -6% -52px 40%;
  height: 135px;
  transform: rotate(-4deg);
  background: linear-gradient(100deg, #d17a22, rgb(241 185 123 / 20%));
  clip-path: polygon(0 62%, 100% 0, 100% 47%, 0 100%);
}
.portal-hero > * {
  position: relative;
  z-index: 1;
}
.portal-hero .eyebrow {
  color: #f1b97b;
}
.portal-hero h1, .page-heading h1, .application-detail h1, .status-page h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}
.portal-hero h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}
.portal-hero > div > p:last-child {
  margin: 1rem 0 0;
  color: rgb(255 255 255 / 70%);
  font-size: 1.02rem;
}
.portal-hero__signal {
  padding: 0.7rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #f1b97b;
  border: 1px solid rgb(241 185 123 / 35%);
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.application-search {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 3rem));
  min-height: 62px;
  margin: -31px auto 4rem;
  padding: 0.45rem 0.45rem 0.45rem 1.15rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  color: #69746c;
  background: white;
  border: 1px solid #e2e0da;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgb(19 42 32 / 12%);
}
.application-search input {
  min-width: 0;
  height: 44px;
  color: #171a1d;
  background: transparent;
  border: 0;
  font: inherit;
  outline: 0;
}
.application-search button, .primary-link {
  min-height: 44px;
  padding: 0.65rem 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: white;
  background: #0e3b2a;
  border: 0;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.portal-section {
  margin-top: 3.8rem;
}
.section-heading {
  margin-bottom: 1.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.section-heading .eyebrow {
  margin-bottom: 0.45rem;
}
.section-heading h2, .empty-state h2 {
  margin: 0;
  color: #18221d;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}
.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: #6c756f;
  line-height: 1.55;
}
.application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.application-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.application-card {
  min-height: 285px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  background: rgb(255 255 255 / 86%);
  border: 1px solid #e1e1dc;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgb(35 50 43 / 4%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.application-card:hover {
  transform: translateY(-3px);
  border-color: #b8c7be;
  box-shadow: 0 18px 38px rgb(35 50 43 / 9%);
}
.application-card.is-compact {
  min-height: 220px;
}
.application-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.application-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #0e3b2a;
  background: #e9efe9;
  border-radius: 5px;
}
.application-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.favorite-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #7e8882;
  background: transparent;
  border-radius: 50%;
}
.favorite-button:hover, .favorite-button.is-active {
  color: #c46e1b;
  background: #fff2df;
}
.application-card__body {
  margin: 1.35rem 0;
}
.application-card__body > p:first-child {
  margin: 0 0 0.45rem;
  color: #1c6e4c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.application-card__body h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}
.application-card__body > p:last-child:not(:first-child) {
  margin: 0.7rem 0 0;
  color: #68736c;
  font-size: 0.88rem;
  line-height: 1.55;
}
.application-card__launch {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0e3b2a;
  border-top: 1px solid #e8e8e3;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.empty-state {
  max-width: 760px;
  margin: 5rem auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  background: rgb(255 255 255 / 72%);
  border: 1px dashed #b8c7be;
  border-radius: 8px;
}
.empty-state__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #1c6e4c;
  background: #e9efe9;
  border-radius: 50%;
}
.empty-state p {
  margin: 0.55rem 0 0;
  color: #69746d;
  line-height: 1.55;
}
.text-link {
  color: #0e3b2a;
  font-weight: 700;
}
.page-heading {
  max-width: 800px;
  margin-bottom: 3rem;
}
.page-heading h1, .application-detail h1, .status-page h1 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}
.page-heading > p:last-child, .application-detail > p:not(.eyebrow) {
  color: #68736c;
  font-size: 1.03rem;
  line-height: 1.7;
}
.page-heading + .application-search {
  width: 100%;
  margin: 0 0 3rem;
}
.application-detail, .account-card {
  max-width: 780px;
  margin-top: 2.5rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: white;
  border: 1px solid #e1e1dc;
  border-radius: 8px;
}
.application-detail .primary-link {
  margin-top: 1rem;
}
.account-card {
  display: grid;
  gap: 0;
}
.account-card div {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  border-bottom: 1px solid #ecebe7;
}
.account-card div:last-child {
  border: 0;
}
.account-card dt {
  color: #6a766e;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.account-card dd {
  margin: 0;
  font-weight: 700;
}
.status-page {
  min-height: 100vh;
  padding: 2rem;
  display: grid;
  place-items: center;
  background: #f6f4ef;
}
.status-page__card {
  width: min(100%, 650px);
  padding: clamp(2rem, 6vw, 5rem);
  background: white;
  border: 1px solid #e1e1dc;
  border-top: 5px solid #0e3b2a;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgb(8 39 29 / 10%);
}
.status-page__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 2rem;
  display: grid;
  place-items: center;
  color: #0e3b2a;
  background: #e9efe9;
  border-radius: 50%;
}
.status-page__card > p:not(.eyebrow) {
  color: #68736c;
  line-height: 1.65;
}
.status-page__request {
  font-size: 0.8rem;
}
.status-page__request code {
  color: #343b37;
}
.session-notice {
  position: fixed;
  z-index: 30;
  top: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0.8rem 1rem;
  color: #0e3b2a;
  background: #e6f3eb;
  border: 1px solid #9fc5ad;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgb(8 39 29 / 12%);
  font-weight: 700;
}
.admin-tabs {
  margin: -1.2rem 0 2.5rem;
  padding-bottom: 0.8rem;
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  border-bottom: 1px solid #dcded8;
}
.admin-tabs a {
  padding: 0.7rem 0.9rem;
  color: #536159;
  border-radius: 3px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.admin-tabs a:hover {
  color: #0e3b2a;
  background: #e9efe9;
}
.admin-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.admin-overview a {
  min-height: 150px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #18221d;
  background: white;
  border: 1px solid #e1e1dc;
  border-top: 4px solid #1c6e4c;
  border-radius: 5px;
  text-decoration: none;
}
.admin-overview a:hover {
  border-top-color: #d17a22;
  box-shadow: 0 16px 34px rgb(35 50 43 / 8%);
}
.admin-overview strong {
  font-family: "Montserrat", sans-serif;
}
.admin-overview span {
  margin-top: 0.55rem;
  color: #69746d;
  font-size: 0.84rem;
  line-height: 1.45;
}
.admin-section {
  padding: clamp(1.3rem, 3vw, 2.25rem);
  background: rgb(255 255 255 / 80%);
  border: 1px solid #e1e1dc;
  border-radius: 6px;
}
.admin-section--form {
  max-width: 900px;
}
.admin-section__heading {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.admin-section__heading h2, .temporary-password h2, .danger-zone h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03em;
}
.admin-section__heading h2 {
  font-size: 1.65rem;
}
.admin-section__heading p, .danger-zone p {
  margin: 0.55rem 0 0;
  color: #6a756e;
  line-height: 1.5;
}
.admin-search {
  margin-bottom: 1.5rem;
}
.admin-search > label, .admin-form label > span, .application-checklist legend, .access-matrix legend {
  display: block;
  margin-bottom: 0.45rem;
  color: #37443d;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.admin-search > div {
  display: flex;
  gap: 0.5rem;
}
.admin-search input, .admin-form input:not([type="checkbox"]), .admin-form select {
  width: 100%;
  min-height: 46px;
  padding: 0.7rem 0.8rem;
  color: #171a1d;
  background: white;
  border: 1px solid #cbd1cc;
  border-radius: 3px;
  font: inherit;
}
.admin-search input {
  max-width: 500px;
}
.admin-search button, .primary-button, .danger-zone button {
  min-height: 44px;
  padding: 0.65rem 1rem;
  color: white;
  background: #0e3b2a;
  border: 0;
  border-radius: 3px;
  font-weight: 700;
  cursor: pointer;
}
.admin-table-wrap {
  overflow-x: auto;
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table th, .admin-table td {
  padding: 0.9rem;
  text-align: left;
  border-bottom: 1px solid #e8e9e5;
}
.admin-table th {
  color: #657168;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.admin-table td {
  font-size: 0.88rem;
}
.status-chip {
  padding: 0.3rem 0.55rem;
  color: #744b20;
  background: #fff2df;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
}
.status-chip.is-active {
  color: #185331;
  background: #e6f3eb;
}
.admin-form {
  display: grid;
  gap: 1.25rem;
}
.admin-form__notice {
  padding: 0.9rem 1rem;
  color: #174b31;
  background: #e8f2eb;
  border-left: 4px solid #1c6e4c;
  font-size: 0.86rem;
  font-weight: 700;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.admin-form label small[role="alert"] {
  display: block;
  margin-top: 0.35rem;
  color: #9d2b2b;
}
.application-checklist, .access-matrix fieldset {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid #dcded8;
  border-radius: 4px;
}
.application-checklist > p, .access-matrix fieldset > p {
  margin: 0 0 1rem;
  color: #6b756f;
  font-size: 0.84rem;
}
.application-checklist > div, .access-matrix__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
.application-checklist label, .access-matrix__grid label {
  min-height: 64px;
  padding: 0.7rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.7rem;
  background: #f9f9f6;
  border: 1px solid #e1e3de;
  border-radius: 3px;
  cursor: pointer;
}
.application-checklist label:has(input:checked), .access-matrix__grid label:has(input:checked) {
  background: #e9f2eb;
  border-color: #86ae94;
}
.application-checklist input, .access-matrix__grid input {
  width: 18px;
  height: 18px;
  accent-color: #0e3b2a;
}
.application-checklist label span, .access-matrix__grid label span {
  display: grid;
  gap: 0.15rem;
}
.application-checklist small, .access-matrix__grid small {
  color: #718078;
}
.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.secondary-link {
  color: #4f5d55;
  font-weight: 700;
}
.form-error {
  padding: 0.8rem;
  color: #892727;
  background: #fff0f0;
  border: 1px solid #e9b4b4;
}
.temporary-password {
  margin: 1.5rem 0;
  padding: 1.4rem;
  color: #173f2d;
  background: #e7f3eb;
  border: 1px solid #9dc6aa;
  border-radius: 5px;
}
.temporary-password > p:not(.eyebrow) {
  color: #43604e;
}
.temporary-password > div {
  margin-top: 1rem;
  display: flex;
  align-items: stretch;
}
.temporary-password code {
  min-width: 0;
  padding: 0.8rem 1rem;
  flex: 1;
  overflow-x: auto;
  color: #171a1d;
  background: white;
  border: 1px solid #b8c9bd;
}
.temporary-password button {
  padding: 0.7rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: white;
  background: #0e3b2a;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}
.access-matrix {
  display: grid;
  gap: 1rem;
}
.access-matrix > button {
  justify-self: end;
}
.danger-zone {
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #e2e2de;
}
.danger-zone > div {
  margin-right: auto;
}
.danger-zone .danger-button {
  background: #9b2e2e;
}
.resume-account-form {
  display: flex;
  align-items: end;
  gap: 0.75rem;
}
.resume-account-form label > span {
  display: block;
  margin-bottom: 0.4rem;
  color: #37443d;
  font-size: 0.76rem;
  font-weight: 700;
}
.resume-account-form select {
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  background: white;
  border: 1px solid #cbd1cc;
  border-radius: 3px;
  font: inherit;
}
.success-message {
  padding: 0.8rem 1rem;
  color: #185331;
  background: #e6f3eb;
  border: 1px solid #a8ccb4;
}
@media (max-width: 900px) {
  .login-page {
    display: block;
  }
  .login-story, .login-access {
    min-height: auto;
  }
  .login-story {
    min-height: 43vh;
    padding: 2rem clamp(1.35rem, 6vw, 3rem) 2.5rem;
  }
  .login-story__logo {
    width: 190px;
  }
  .login-story__content {
    padding: 4.5rem 0 3.5rem;
  }
  .login-story h1 {
    max-width: 620px;
    font-size: clamp(3rem, 12vw, 5.7rem);
  }
  .login-access {
    padding: 2rem clamp(1.35rem, 6vw, 3rem);
  }
  .login-card {
    margin: 4rem auto;
  }
  .portal-sidebar {
    display: none;
  }
  .portal-mobilebar {
    position: sticky;
    z-index: 20;
    top: 0;
    height: 66px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    background: #0e3b2a;
    box-shadow: 0 8px 24px rgb(8 39 29 / 12%);
  }
  .portal-mobilebar img {
    width: 145px;
    height: auto;
  }
  .portal-mobilebar nav {
    display: flex;
    align-items: center;
    gap: 0.3rem;
  }
  .portal-mobilebar nav a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
  }
  .portal-mobilebar nav a[aria-current="page"] {
    color: #08271d;
    background: #f1b97b;
  }
  .portal-main {
    margin-left: 0;
  }
  .portal-page {
    padding: 2rem clamp(1rem, 4.5vw, 2.5rem) 4rem;
  }
  .application-grid, .application-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-overview {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .login-story__footer {
    font-size: 0.68rem;
  }
  .login-access__topline {
    font-size: 0.62rem;
  }
  .login-card h2 {
    font-size: 2.65rem;
  }
  .portal-hero {
    min-height: 280px;
    padding: 2rem 1.25rem 3rem;
    align-items: flex-end;
  }
  .portal-hero__signal {
    display: none;
  }
  .portal-hero h1 {
    font-size: 2.8rem;
  }
  .application-search {
    width: calc(100% - 1rem);
    grid-template-columns: auto 1fr;
  }
  .application-search button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .application-grid, .application-grid--compact {
    grid-template-columns: 1fr;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 0.7rem;
  }
  .empty-state {
    grid-template-columns: 1fr;
  }
  .account-card div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .admin-section__heading, .danger-zone {
    align-items: stretch;
    flex-direction: column;
  }
  .resume-account-form {
    align-items: stretch;
    flex-direction: column;
  }
  .form-grid, .application-checklist > div, .access-matrix__grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
button, input, select, textarea {
  font: inherit;
}
button, a, input, select, textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button, a {
  touch-action: manipulation;
}
svg {
  flex-shrink: 0;
}
input, select, textarea {
  max-width: 100%;
}
h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
}
.muted {
  color: #69746c;
  line-height: 1.6;
}
.preserve-lines {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.rr-page {
  padding: clamp(2.2rem, 3.2vw, 3.75rem);
}
.rr-sidebar, .portal-sidebar {
  height: 100dvh;
}
.sidebar-caption {
  margin: 1.15rem 0 0;
  padding: 0.9rem 0.5rem 0;
  border-top: 1px solid #ffffff1f;
  color: #f1b97b;
  font-size: 0.73rem;
  letter-spacing: 0.07em;
}
.rr-nav {
  min-height: 0;
  overflow-y: auto;
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
  padding-right: 0.2rem;
  display: block;
  scrollbar-width: thin;
  scrollbar-color: #ffffff24 transparent;
}
.rr-nav .portal-nav__link {
  min-height: 48px;
  margin: 0.13rem 0;
  font-size: 0.85rem;
  gap: 0.8rem;
}
.rr-nav .portal-nav__link span {
  flex: 1;
}
.nav-label {
  color: #ffffff68;
  font: 700 0.59rem "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 1.6rem 0.9rem 0.6rem;
}
.rr-nav > .nav-label:first-child {
  margin-top: 0.15rem;
}
.intranet-return {
  margin-top: 1.2rem !important;
  border-top: 1px solid #ffffff20;
}
.rr-mobilebar, .sidebar-scrim {
  display: none;
}
.rr-topbar {
  height: 82px;
  padding: 0 clamp(2.2rem, 3.2vw, 3.75rem);
  background: #ffffffa6;
  border-bottom: 1px solid #e6e5df;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.topbar-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.76rem;
  color: #8b948e;
}
.topbar-breadcrumb strong {
  color: #46584d;
  font-weight: 700;
}
.topbar-tools {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.global-search {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #819087;
}
.global-search input {
  width: 180px;
  border: 0;
  background: transparent;
  font-size: 0.8rem;
  padding: 0.5rem 0;
}
.global-search kbd {
  padding: 0.1rem 0.3rem;
  border: 1px solid #dfe3dd;
  border-radius: 3px;
  font-size: 0.72rem;
}
.topbar-avatar {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5ebe2;
  border: 3px solid white;
  color: #14543b;
  font: 700 0.66rem "Montserrat", sans-serif;
}
.demo-banner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem clamp(2.2rem, 3.2vw, 3.75rem);
  color: #815525;
  background: #fbf0df;
  font-size: 0.68rem;
  border-bottom: 1px solid #f0e1ca;
}
.demo-banner > span:last-child {
  margin-left: auto;
  color: #917652;
}
.demo-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c4863d;
}
.rr-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 clamp(2.2rem, 3.2vw, 3.75rem);
  padding: 1.7rem 0;
  border-top: 1px solid #dfdfd7;
  color: #818980;
  font-size: 0.67rem;
}
.rr-page-heading {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.3rem;
}
.rr-page-heading .page-heading {
  margin: 0;
  max-width: 820px;
}
.rr-page-heading .page-heading h1 {
  font-size: clamp(2.7rem, 4vw, 5rem);
}
.rr-page-heading .page-heading > p:last-child {
  margin: 1.1rem 0 0;
}
.heading-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  flex-shrink: 0;
  padding-bottom: 0.35rem;
}
.secondary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  color: #0e3b2a;
  background: #ffffffb3;
  border: 1px solid #d2dad2;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.secondary-button:hover {
  background: #eaf0e8;
  border-color: #96ad9d;
}
.primary-link {
  white-space: nowrap;
}
.primary-link:hover {
  background: #14543b;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #526b5c;
  border-radius: 5px;
  text-decoration: none;
}
.icon-button:hover {
  background: #e9efe9;
  color: #0e3b2a;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0;
  background: none;
  border: 0;
  color: #14543b;
  font-weight: 700;
  font-size: 0.8rem;
  text-decoration: none;
}
.text-button:hover {
  text-decoration: underline;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.6rem 0 2rem;
}
.metrics--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.metric {
  position: relative;
  min-height: 157px;
  padding: 1.2rem 1.3rem;
  background: #fffdfb;
  border: 1px solid #e1e1dc;
  border-radius: 6px;
  box-shadow: 0 4px 14px #23322b03;
}
.metric-top {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  color: #617265;
  font-size: 0.79rem;
  font-weight: 700;
}
.metric-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #49705b;
  background: #edf1e9;
}
.metric > strong {
  display: block;
  margin-top: 0.3rem;
  color: #193e2d;
  font: 600 clamp(1.9rem, 3vw, 2.5rem) "Montserrat", sans-serif;
  letter-spacing: -0.06em;
}
.metric p {
  margin: 0.55rem 0 0;
  font-size: 0.7rem;
  color: #7a847d;
  line-height: 1.5;
}
.metric--accent {
  background: #fffaf1;
  border-color: #e9d5b7;
}
.metric--accent .metric-icon {
  background: #f6e7ce;
  color: #a16829;
}
.panel {
  background: #ffffffdb;
  border: 1px solid #e1e1dc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 5px 19px #23322b03;
}
.padded {
  padding: 1.6rem;
}
.rr-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.45rem;
}
.rr-section-title h2 {
  font-size: 1.1rem;
  letter-spacing: -0.035em;
  margin: 0;
  font-weight: 600;
  color: #223d2e;
}
.rr-section-title .eyebrow {
  margin-bottom: 0.45rem;
  font-size: 0.58rem;
}
.rr-section-title > a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #3e654d;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.rr-section-title > a:hover {
  text-decoration: underline;
}
.dashboard-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
  gap: 1rem;
}
.dashboard-title .eyebrow {
  margin-bottom: 0.4rem;
  font-size: 0.61rem;
}
.dashboard-title h2 {
  margin: 0;
  font: 600 1.08rem "Montserrat", sans-serif;
  letter-spacing: -0.03em;
  color: #536b5c;
}
.date-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #707f74;
  font-size: 0.73rem;
  text-transform: capitalize;
}
.dashboard-hero {
  min-height: 266px;
  padding: 2.8rem 3rem;
  align-items: center;
}
.dashboard-hero h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}
.dashboard-hero > div > p:last-child {
  max-width: 480px;
}
.dashboard-hero > div > p:not(.eyebrow) {
  color: #ffffffb5;
  font-size: 0.94rem;
  margin: 1rem 0 0;
}
.dashboard-hero .eyebrow {
  font-size: 0.63rem;
  margin-bottom: 0.7rem;
}
.hero-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.8rem;
}
.hero-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #f1b97b;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
}
.hero-links span {
  font-size: 0.65rem;
  color: #ffffff65;
  padding-left: 1.2rem;
  border-left: 1px solid #ffffff35;
}
.hero-side {
  display: grid;
  justify-items: end;
  gap: 1.6rem;
}
.hero-symbol {
  width: 88px;
  height: 88px;
  border: 1px solid #f1b97b33;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #f1b97b;
  box-shadow: 0 0 0 16px #f1b97b07, 0 0 0 33px #f1b97b05;
}
.hero-side .portal-hero__signal {
  font-size: 0.51rem;
  white-space: nowrap;
}
.live-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #95b68c;
}
.dashboard-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0 0;
}
.dashboard-actions > p {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: #6c776c;
  font-size: 0.76rem;
  margin: 0;
}
.dashboard-actions .primary-link {
  min-height: 38px;
  font-size: 0.69rem;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(265px, 1fr);
  gap: 1.5rem;
}
.dashboard-primary, .dashboard-secondary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.request-preview {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eaece6;
  text-decoration: none;
  transition: background 0.15s;
}
.request-preview:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.request-preview:first-child {
  padding-top: 0.3rem;
}
.request-preview > div {
  flex: 1;
  min-width: 0;
}
.request-preview strong {
  font-size: 0.83rem;
}
.request-preview p {
  font-size: 0.75rem;
  color: #627369;
  margin: 0.35rem 0 0;
  line-height: 1.5;
}
.request-preview p span {
  color: #919a92;
}
.request-preview > svg {
  color: #899789;
}
.days-pill {
  white-space: nowrap;
  font-size: 0.7rem;
  color: #8c642d;
  background: #fbf2e5;
  border: 1px solid #f1e4cf;
  border-radius: 4px;
  padding: 0.3rem 0.5rem;
}
.avatar {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  font: 700 0.72rem "Montserrat", sans-serif;
}
.avatar--small {
  width: 33px;
  height: 33px;
  font-size: 0.6rem;
}
.avatar--sage {
  background: #e0eadd;
  color: #396144;
}
.avatar--peach {
  background: #f4e3d0;
  color: #986c39;
}
.avatar--sand {
  background: #eae8d9;
  color: #727448;
}
.avatar--forest {
  background: #d7e7df;
  color: #296246;
}
.quick-access {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}
.quick-card {
  display: flex;
  flex-direction: column;
  min-height: 132px;
  padding: 1rem;
  background: #fffdf9;
  border: 1px solid #dedfd5;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.16s, border-color 0.16s;
}
.quick-card:hover {
  transform: translateY(-3px);
  border-color: #b1c0ad;
}
.quick-card > span {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #3b6d4f;
  margin-bottom: 1.15rem;
}
.quick-card > span svg:last-child {
  width: 12px;
  color: #a1ac9d;
}
.quick-card strong {
  color: #2d4d38;
  font: 700 0.68rem "Montserrat", sans-serif;
  line-height: 1.5;
}
.quick-card small {
  margin-top: 0.4rem;
  color: #7a8478;
  font-size: 0.67rem;
  line-height: 1.4;
}
.quick-access-section .rr-section-title {
  margin-bottom: 1rem;
}
.task-preview {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #eaece6;
  text-decoration: none;
}
.task-preview:last-child {
  border: 0;
  padding-bottom: 0;
}
.task-check {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: #edf1e9;
  color: #8aa07c;
  border-radius: 4px;
}
.task-preview > span:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.task-preview strong {
  display: block;
  font-size: 0.81rem;
}
.task-preview small {
  display: block;
  color: #839080;
  margin-top: 0.4rem;
  font-size: 0.7rem;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 4px;
  padding: 0.32rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  white-space: nowrap;
}
.status i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.status--green {
  color: #3e704a;
  background: #eaf3e7;
}
.status--gold {
  color: #946322;
  background: #faf0dc;
}
.status--red {
  color: #a25949;
  background: #f8ebe6;
}
.status--gray {
  color: #6c796c;
  background: #edf0e9;
}
.calendar-month {
  text-transform: capitalize;
  color: #425d49;
  font: 600 0.81rem "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.1rem;
}
.mini-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
  margin: 1.1rem -0.2rem 0.9rem;
}
.mini-calendar > * {
  display: grid;
  place-items: center;
  height: 30px;
  font-size: 0.7rem;
  position: relative;
}
.mini-calendar a {
  text-decoration: none;
  color: #53674f;
  border-radius: 4px;
}
.mini-calendar a:hover {
  background: #edf2e7;
}
.mini-calendar .weekday {
  color: #98a28f;
  font-size: 0.61rem;
}
.mini-calendar .is-today {
  color: white;
  background: #14543b;
  font-weight: 700;
}
.mini-calendar .has-event::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d79e61;
  bottom: 3px;
}
.calendar-legend {
  font-size: 0.6rem;
  color: #7c8775;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}
.calendar-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.calendar-legend i {
  height: 5px;
  width: 5px;
  background: #4d8860;
  border-radius: 50%;
  display: inline-block;
}
.absence-today {
  border-top: 1px solid #e6eadf;
  display: flex;
  gap: 0.65rem;
  padding-top: 1.1rem;
  margin-top: 1rem;
  align-items: center;
}
.absence-icon {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #faf0df;
  color: #ba884c;
  display: grid;
  place-items: center;
}
.absence-today strong {
  display: block;
  font-size: 0.75rem;
  color: #52694c;
}
.absence-today small {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.65rem;
  color: #939a87;
}
.birthday-person {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 0;
}
.birthday-person > span:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.birthday-person strong {
  display: block;
  font-size: 0.75rem;
}
.birthday-person small {
  display: block;
  color: #8a9380;
  font-size: 0.65rem;
  margin-top: 0.3rem;
}
.birthday-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ba884c;
  font-size: 0.8rem;
  gap: 0.2rem;
}
.birthday-panel .rr-section-title {
  align-items: flex-end;
  margin-bottom: 0.4rem;
}
.birthday-panel .rr-section-title > a {
  font-size: 0.62rem;
}
.birthday-note {
  font-size: 0.68rem;
  color: #8d8c70;
  padding: 0.9rem 0.8rem;
  margin-top: 0.75rem;
  background: #f7f3e8;
  border-radius: 4px;
  line-height: 1.5;
}
.learning-promo {
  padding: 1.5rem;
  border: 1px solid #d5ded0;
  border-radius: 6px;
  background: #e9eee2;
  text-decoration: none;
  color: #476e48;
}
.learning-promo .eyebrow {
  font-size: 0.59rem;
  margin: 1rem 0 0.5rem;
}
.learning-promo h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.035em;
  color: #254d35;
  margin: 0.6rem 0 1.4rem;
}
.learning-promo > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.73rem;
  font-weight: 700;
}
.community-highlight {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid #e4d5ba;
  border-radius: 6px;
  background: #f8f0e0;
  text-decoration: none;
}
.community-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e9d5b2;
  color: #997335;
}
.community-highlight h3 {
  font-size: 1.03rem;
  color: #635b3b;
  margin: 0.3rem 0;
  letter-spacing: -0.03em;
}
.community-highlight .eyebrow {
  font-size: 0.59rem;
  margin: 0;
  color: #a18b59;
}
.community-highlight p:last-child {
  font-size: 0.77rem;
  color: #8b8269;
  line-height: 1.6;
  margin: 0.6rem 0 0;
}
.community-highlight > svg {
  color: #aa956b;
}
.toolbar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  border-bottom: 1px solid #e5e7df;
  flex-wrap: wrap;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 210px;
  flex: 1;
  color: #8b988c;
}
.search-field input {
  width: 100%;
  padding: 0.5rem 0;
  background: transparent;
  border: none;
  color: #273d2e;
  font-size: 0.8rem;
}
.toolbar select, .inline-field input {
  min-height: 36px;
  background: #fff;
  border: 1px solid #dce2d7;
  border-radius: 4px;
  padding: 0.5rem 0.7rem;
  color: #596d57;
  font-size: 0.77rem;
}
.result-count {
  color: #8b9685;
  font-size: 0.7rem;
}
.table-scroll {
  overflow-x: auto;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.81rem;
}
.data-table th {
  background: #f8f9f4;
  padding: 0.9rem 1.3rem;
  color: #7c8875;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  white-space: nowrap;
}
.data-table td {
  padding: 1rem 1.3rem;
  border-bottom: 1px solid #eceee6;
  color: #556a54;
}
.data-table tr:last-child td {
  border-bottom: 0;
}
.data-table tbody tr:hover {
  background: #fafbf6;
}
.data-table td strong {
  font-weight: 700;
  color: #314a36;
  font-size: 0.8rem;
}
.person-cell {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
}
.person-cell > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.person-cell small, .cell-sub {
  color: #8a9683;
  font-size: 0.68rem;
}
.cell-sub {
  display: block;
  margin-top: 0.35rem;
}
.table-title-button {
  color: #314a36;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0;
}
.table-title-button:hover {
  text-decoration: underline;
}
.filter-chips, .tabs {
  display: flex;
  gap: 0.2rem;
}
.filter-chips button {
  padding: 0.5rem 0.7rem;
  border: 0;
  border-radius: 4px;
  color: #7f8c76;
  font-size: 0.76rem;
  background: transparent;
}
.filter-chips .is-active {
  color: #285536;
  background: #eaf0e2;
  font-weight: 700;
}
.rr-empty {
  padding: 3.5rem 1.5rem;
  text-align: center;
  color: #8d9b85;
}
.rr-empty > svg {
  margin: 0 auto;
}
.rr-empty h3 {
  font-size: 1rem;
  color: #58714e;
  font-weight: 600;
}
.rr-empty p {
  font-size: 0.85rem;
  line-height: 1.65;
}
.feedback {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  border: 1px solid;
  font-size: 0.83rem;
  line-height: 1.5;
}
.feedback--error {
  color: #985144;
  border-color: #eac3b8;
  background: #fff3ef;
}
.feedback--success {
  color: #32643f;
  border-color: #bed5b6;
  background: #eff7e9;
}
.modal {
  border: 1px solid #dce2d6;
  border-radius: 8px;
  padding: 1.8rem;
  color: #253d2a;
  width: min(580px, calc(100vw - 2rem));
  max-height: calc(100dvh - 3rem);
  margin: auto;
  background: #fffefa;
  box-shadow: 0 28px 90px #0627144d;
}
.modal--wide {
  width: min(780px, calc(100vw - 2rem));
}
.modal::backdrop {
  background: #092d20a6;
  backdrop-filter: blur(3px);
}
.modal-header {
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 1.5rem;
}
.modal-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.045em;
  margin: 0;
}
.modal-header .eyebrow {
  font-size: 0.57rem;
  margin-bottom: 0.5rem;
}
.modal-header p:last-child:not(.eyebrow) {
  font-size: 0.8rem;
  color: #7c8974;
  line-height: 1.6;
  margin: 0.6rem 0 0;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.1rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: #4e6949;
  font-size: 0.76rem;
  font-weight: 700;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  background: white;
  border: 1px solid #cfd8c7;
  border-radius: 3px;
  color: #253d2a;
  font-size: 0.86rem;
  font-weight: 400;
}
.field textarea {
  resize: vertical;
  min-height: 80px;
  line-height: 1.6;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: #5a8961;
  outline: 2px solid #b7d2ad70;
  outline-offset: 1px;
}
.field small {
  font-size: 0.65rem;
  font-weight: 400;
  color: #859379;
  line-height: 1.6;
}
.span-2 {
  grid-column: 1 / -1;
}
.form-footer {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e4e8dc;
}
.form-footer > span {
  max-width: 270px;
  font-size: 0.68rem;
  line-height: 1.6;
  color: #8b987e;
}
.form-note {
  font-size: 0.75rem;
  line-height: 1.7;
  color: #7a8871;
  margin-top: 1.3rem;
}
.file-field {
  background: #f5f7ef;
  border: 1px dashed #c5d2b9;
  border-radius: 5px;
  padding: 1rem;
}
.file-field input {
  padding: 0.4rem 0;
  border: 0;
  background: transparent;
}
.back-link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #73866a;
  font-size: 0.8rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.employee-hero {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  background: #fffdf9;
  border: 1px solid #e0e3d7;
  padding: 2rem;
  border-radius: 6px;
}
.employee-hero > .avatar {
  width: 75px;
  height: 75px;
  font-size: 1.3rem;
}
.employee-hero > div {
  flex: 1;
}
.employee-hero .eyebrow {
  font-size: 0.62rem;
  margin-bottom: 0.5rem;
}
.employee-hero h1 {
  font: 600 2.1rem "Montserrat", sans-serif;
  letter-spacing: -0.045em;
  margin: 0;
}
.employee-hero p:last-child {
  font-size: 0.87rem;
  color: #7b8b72;
  margin: 0.65rem 0 0;
}
.tabs {
  border-bottom: 1px solid #d8dfcd;
  margin: 1.5rem 0;
  overflow-x: auto;
}
.tabs button {
  padding: 1rem 1.2rem;
  font-size: 0.82rem;
  background: none;
  border: 0;
  color: #819071;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.tabs .is-active {
  border-bottom-color: #14543b;
  color: #14543b;
  font-weight: 700;
}
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}
.detail-list {
  margin: 0;
}
.detail-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e9edde;
  font-size: 0.85rem;
}
.detail-list > div:last-child {
  border: 0;
}
.detail-list dt {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: #849476;
}
.detail-list dd {
  color: #42633b;
  margin: 0;
  overflow-wrap: anywhere;
}
.record-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e5ebdc;
  text-decoration: none;
}
.record-row > span:nth-child(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.record-row strong {
  font-size: 0.83rem;
}
.record-row small {
  font-size: 0.7rem;
  color: #88987a;
}
.record-row > svg {
  color: #77966b;
}
.request-detail {
  padding-bottom: 1rem;
  font-size: 0.87rem;
  line-height: 1.8;
}
.calendar-heading {
  margin: 0;
  text-transform: capitalize;
  font-size: 1.1rem;
  color: #3f6237;
  font-weight: 600;
}
.calendar-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
.vacation-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.vacation-weekday {
  font-size: 0.7rem;
  padding: 0.8rem;
  color: #7d906d;
  background: #f9faf3;
  text-align: center;
  border-bottom: 1px solid #e3e9d8;
}
.vacation-day {
  min-height: 115px;
  border-right: 1px solid #e6ebdc;
  border-bottom: 1px solid #e6ebdc;
  padding: 0.7rem 0.5rem;
}
.vacation-day > strong {
  font-size: 0.74rem;
  display: grid;
  place-items: center;
  height: 25px;
  width: 25px;
  font-weight: 400;
  color: #859375;
}
.vacation-day.is-today > strong {
  border-radius: 50%;
  background: #14543b;
  color: white;
  font-weight: 700;
}
.vacation-day.is-empty {
  background: #f9faf5;
}
.vacation-event {
  display: block;
  border-left: 2px solid #77a56a;
  padding: 0.3rem 0.35rem;
  margin-top: 0.25rem;
  background: #edf4e5;
  color: #42613a;
  text-decoration: none;
  font-size: 0.6rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vacation-event.is-pending {
  border-left-color: #d5a36b;
  background: #fcf2e4;
  color: #94713e;
}
.padded-legend {
  padding: 1rem 1.3rem;
}
.calendar-legend .pending-dot {
  background: #d5a36b;
}
.balance-panel {
  margin-top: 1.5rem;
}
.balance-panel h2 {
  font-size: 1.1rem;
  margin: 0 0 1rem;
}
.balance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.balance-person {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 1rem;
  background: #f8faf2;
  border: 1px solid #e3e9d7;
  border-radius: 4px;
}
.balance-person > span:nth-child(2) {
  flex: 1;
}
.balance-person strong {
  font-size: 0.77rem;
}
.balance-person small {
  display: block;
  font-size: 0.65rem;
  color: #829171;
  margin-top: 0.25rem;
}
.balance-person > strong {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
}
.timeclock {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1.7rem;
  border-radius: 6px;
  border: 1px solid #ccdac2;
  background: #eaf0e2;
}
.timeclock-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d4e2c9;
  color: #497644;
}
.timeclock > div:nth-child(2) {
  flex: 1;
}
.timeclock h2 {
  margin: 0;
  font-size: 1.3rem;
  color: #365c2f;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.timeclock .eyebrow {
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
.timeclock p:last-child {
  display: flex;
  gap: 0.4rem;
  font-size: 0.78rem;
  color: #7e906d;
  margin: 0.7rem 0 0;
}
.timeclock p span {
  margin: 0 0.5rem;
}
.timeclock form small {
  display: block;
  font-size: 0.7rem;
  max-width: 200px;
  margin-top: 0.5rem;
  color: #7e906d;
}
.inline-field {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.77rem;
  color: #799068;
}
.info-strip {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid #e6dabf;
  color: #8e7b4f;
  background: #faf5e8;
  border-radius: 4px;
  font-size: 0.81rem;
  line-height: 1.6;
}
.view-switch {
  display: flex;
  gap: 0;
  border: 1px solid #d6dfcd;
  border-radius: 4px;
  overflow: hidden;
}
.view-switch button {
  display: grid;
  place-items: center;
  padding: 0.5rem 0.65rem;
  border: 0;
  background: white;
  color: #96a38c;
}
.view-switch button[aria-pressed="true"] {
  background: #e5eedb;
  color: #315c27;
}
.board-section > .toolbar {
  border: 1px solid #e0e5d7;
  background: #fffdfa;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.kanban {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  overflow-x: auto;
  gap: 1rem;
  padding-bottom: 0.75rem;
}
.kanban-column {
  min-height: 240px;
  background: #eeefe6;
  border: 1px solid #e0e4d5;
  border-radius: 5px;
  padding: 0.8rem;
}
.kanban-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.1rem 0.8rem;
  color: #5e7452;
  font-size: 0.76rem;
  font-weight: 700;
}
.kanban-heading span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.kanban-heading i {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #85a273;
}
.kanban-heading b {
  font-size: 0.64rem;
  background: #dfe5d3;
  border-radius: 3px;
  padding: 0.15rem 0.4rem;
}
.kanban-card {
  width: 100%;
  display: block;
  text-align: left;
  background: #fffefa;
  padding: 1rem;
  border: 1px solid #dce3ce;
  border-radius: 5px;
  margin-bottom: 0.8rem;
  color: #344f2a;
  box-shadow: 0 4px 9px #36542e05;
}
.kanban-card:hover {
  border-color: #9ab087;
}
.card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.card-topline > small {
  color: #8f9d80;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.priority-label {
  color: #ad7b3f;
  font-size: 0.6rem;
  background: #fcf1dd;
  padding: 0.2rem 0.35rem;
  border-radius: 3px;
}
.kanban-card h3 {
  font-size: 0.89rem;
  margin: 0.8rem 0 0.5rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.kanban-card p {
  font-size: 0.72rem;
  color: #8a9979;
  line-height: 1.6;
  margin: 0;
}
.kanban-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #ebefdf;
}
.kanban-card-footer small {
  color: #8b9b79;
  font-size: 0.62rem;
}
.kanban-card-footer .avatar {
  width: 25px;
  height: 25px;
  font-size: 0.5rem;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  padding: 1.3rem;
}
.content-card {
  text-align: left;
  overflow: hidden;
  padding: 0;
  background: #fffdfa;
  border: 1px solid #dce4ce;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  transition: transform 0.16s;
}
.content-card:hover {
  transform: translateY(-2px);
  border-color: #9eaf88;
}
.content-card-body {
  padding: 1.3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.content-card h3 {
  color: #36582b;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin: 1.2rem 0 0.5rem;
}
.content-card p {
  color: #819470;
  line-height: 1.7;
  font-size: 0.79rem;
  margin: 0 0 1.2rem;
}
.content-card-footer {
  margin-top: auto;
  border-top: 1px solid #e3e9d7;
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}
.content-card-footer span, .content-card-footer strong {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.67rem;
  color: #6e8b5b;
}
.course-cover {
  height: 155px;
  padding: 1.3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #b8caaa;
  background: linear-gradient(125deg, #1b4630, #3d6340);
}
.course-cover > span {
  max-width: 100px;
  font: 600 0.72rem "Montserrat", sans-serif;
  text-align: right;
  line-height: 1.6;
}
.course-cover--1 {
  color: #907445;
  background: #ebe0c7;
}
.course-cover--2 {
  color: #5b7750;
  background: #dce7cc;
}
.record-detail-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0 1.2rem;
  border-bottom: 1px solid #e3e9d5;
  flex-wrap: wrap;
}
.record-detail-top > span:nth-child(2) {
  font-size: 0.75rem;
  color: #819572;
  flex: 1;
}
.record-description {
  line-height: 1.8;
  font-size: 0.9rem;
  margin: 1.3rem 0;
  color: #617e50;
}
.record-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin: 1.5rem 0;
}
.record-fields dt {
  color: #92a081;
  text-transform: uppercase;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}
.record-fields dd {
  margin: 0;
  font-size: 0.87rem;
  line-height: 1.9;
}
.record-field-wide {
  grid-column: 1/-1;
}
.transition-section {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e1e8d1;
}
.transition-section .eyebrow {
  font-size: 0.59rem;
}
.transition-section form {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}
.transition-section .field {
  flex: 1;
}
.lesson-check {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f3f6e9;
  border: 1px solid #e2e9d0;
  border-radius: 5px;
}
.login-step {
  color: #af834b;
  font: 700 0.68rem "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
}
.login-form {
  display: grid;
  gap: 1.1rem;
}
.login-form .field {
  color: #3a5141;
  font-size: 0.78rem;
}
.login-form .field input {
  min-height: 50px;
}
.login-form .login-card__button {
  width: 100%;
  cursor: pointer;
}
.login-divider {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.7rem;
  color: #8c9588;
  margin: 1.5rem 0;
}
.login-divider:before, .login-divider:after {
  content: "";
  height: 1px;
  background: #dce1d5;
  flex: 1;
}
.login-sso {
  width: 100%;
  min-height: 50px;
}
.login-sso-pending {
  display: flex;
  gap: 0.65rem;
  font-size: 0.73rem;
  color: #87937e;
  line-height: 1.6;
}
.password-field {
  position: relative;
}
.password-field input {
  padding-right: 3rem;
}
.password-field > button {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
}
.demo-login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  border-top: 1px solid #dce3d2;
  margin-top: 1.4rem;
  padding-top: 1rem;
}
.demo-login small {
  color: #8b9682;
  font-size: 0.68rem;
}
.login-card {
  margin: 2.8rem auto;
}
.login-story__content {
  padding: 3rem 0;
}
.spin {
  animation: spin 1s linear infinite;
}
.navigation-progress {
  height: 2px;
  background: #b99c64;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  animation: progress 1s ease infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes progress {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (min-width: 1600px) {
  .dashboard-hero {
    min-height: 300px;
  }
}
@media (max-width: 1350px) {
  .topbar-breadcrumb > span:first-child {
    display: none;
  }
  .topbar-breadcrumb > span:nth-child(2) {
    display: none;
  }
  .rr-page-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3rem;
  }
  .quick-access {
    grid-template-columns: repeat(2, 1fr);
  }
  .quick-card {
    min-height: 120px;
  }
  .request-preview p span {
    display: block;
  }
  .birthday-panel .rr-section-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
  .hero-links > span {
    display: none;
  }
  .hero-side .portal-hero__signal {
    display: none;
  }
  .employee-hero {
    flex-wrap: wrap;
  }
  .balance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1150px) {
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .metrics--three {
    grid-template-columns: repeat(3, 1fr);
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-secondary {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .learning-promo {
    grid-column: 1/-1;
  }
  .learning-promo h3 {
    max-width: 400px;
  }
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeclock {
    flex-wrap: wrap;
  }
  .timeclock form {
    margin-left: 77px;
  }
  .two-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .portal-sidebar {
    display: flex;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.2s, visibility 0.2s;
    z-index: 80;
    width: 272px;
  }
  .portal-sidebar.is-open {
    visibility: visible;
    transform: translateX(0);
  }
  .portal-main {
    margin-left: 0;
    padding-bottom: 0;
  }
  .rr-mobilebar {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    gap: 1rem;
    align-items: center;
    height: 68px;
    padding: 0 1.2rem;
    color: #f1b97b;
    background: #0e3b2a;
  }
  .rr-mobilebar img {
    width: 135px;
  }
  .rr-mobilebar > span {
    margin-left: auto;
    font: 700 0.75rem "Montserrat", sans-serif;
    letter-spacing: 0.1em;
  }
  .rr-mobilebar .icon-button {
    color: #f1b97b;
  }
  .sidebar-scrim {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 70;
    border: 0;
    background: #08271d80;
  }
  .rr-topbar {
    height: 65px;
  }
  .rr-page-heading .page-heading h1 {
    font-size: clamp(2.7rem, 5vw, 5rem);
  }
  .login-page {
    grid-template-columns: 1fr;
  }
  .login-story {
    min-height: 520px;
  }
  .login-story__content {
    padding: 3rem 0;
  }
  .login-story h1 {
    max-width: 630px;
  }
  .login-access {
    min-height: auto;
  }
  .login-card {
    margin: 3rem auto;
  }
}
@media (max-width: 600px) {
  .rr-page {
    padding: 1.5rem 1rem 2rem;
  }
  .rr-topbar {
    padding: 0 1rem;
  }
  .topbar-breadcrumb {
    display: none;
  }
  .topbar-tools {
    flex: 1;
    gap: 0.7rem;
    justify-content: space-between;
  }
  .global-search {
    flex: 1;
  }
  .global-search input {
    width: 100%;
    min-width: 0;
  }
  .global-search kbd {
    display: none;
  }
  .demo-banner {
    padding: 0.6rem 1rem;
  }
  .demo-banner > span:last-child {
    display: none;
  }
  .dashboard-title {
    display: block;
  }
  .dashboard-title h2 {
    font-size: 0.95rem;
  }
  .date-label {
    margin-top: 0.9rem;
    font-size: 0.68rem;
  }
  .dashboard-hero {
    min-height: 270px;
    padding: 1.7rem;
  }
  .dashboard-hero h1 {
    font-size: 3.3rem;
  }
  .hero-side {
    display: none;
  }
  .dashboard-hero .eyebrow {
    font-size: 0.56rem;
    line-height: 1.7;
  }
  .dashboard-hero > div > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.7;
  }
  .dashboard-actions {
    align-items: flex-start;
  }
  .dashboard-actions > p {
    font-size: 0.68rem;
    line-height: 1.6;
    max-width: 170px;
  }
  .dashboard-actions .primary-link {
    font-size: 0.62rem;
    padding: 0.65rem 0.75rem;
  }
  .metrics, .metrics--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 1.3rem 0;
  }
  .metrics--three > :last-child {
    grid-column: 1/-1;
  }
  .metric {
    padding: 1rem;
    min-height: 147px;
  }
  .metric-top {
    font-size: 0.7rem;
    align-items: flex-start;
  }
  .metric-icon {
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
  }
  .metric-icon svg {
    width: 17px;
  }
  .metric > strong {
    margin-top: 0.7rem;
    font-size: 2rem;
  }
  .metric p {
    font-size: 0.63rem;
  }
  .padded {
    padding: 1.15rem;
  }
  .rr-section-title h2 {
    font-size: 0.97rem;
    line-height: 1.5;
  }
  .rr-section-title > a {
    font-size: 0.64rem;
  }
  .request-preview {
    gap: 0.7rem;
  }
  .request-preview strong {
    font-size: 0.75rem;
  }
  .request-preview p {
    font-size: 0.68rem;
  }
  .request-preview > svg {
    display: none;
  }
  .request-preview .avatar {
    width: 34px;
    height: 34px;
    font-size: 0.61rem;
  }
  .dashboard-secondary {
    display: flex;
  }
  .task-preview .status {
    max-width: 95px;
    font-size: 0.57rem;
  }
  .task-preview strong {
    font-size: 0.73rem;
  }
  .community-highlight {
    padding: 1.1rem;
  }
  .community-icon {
    display: none;
  }
  .community-highlight h3 {
    font-size: 0.94rem;
  }
  .rr-footer {
    margin: 0 1rem;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.6rem;
  }
  .rr-page-heading .page-heading h1 {
    font-size: 2.7rem;
  }
  .rr-page-heading .page-heading > p:last-child {
    font-size: 0.9rem;
  }
  .heading-actions {
    width: 100%;
    gap: 0.5rem;
  }
  .heading-actions .primary-link, .heading-actions .secondary-button {
    font-size: 0.67rem;
    padding: 0.65rem 0.8rem;
  }
  .toolbar {
    padding: 1rem;
    gap: 0.8rem;
  }
  .toolbar .search-field {
    min-width: 100%;
  }
  .toolbar select {
    max-width: 100%;
  }
  .data-table th, .data-table td {
    padding: 0.85rem 1rem;
  }
  .modal, .modal--wide {
    width: calc(100vw - 1rem);
    max-height: calc(100dvh - 1rem);
    padding: 1.25rem;
  }
  .modal-header h2 {
    font-size: 1.3rem;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .form-footer > span {
    max-width: none;
  }
  .employee-hero {
    padding: 1.4rem;
    gap: 1rem;
  }
  .employee-hero > .avatar {
    width: 50px;
    height: 50px;
    font-size: 0.9rem;
  }
  .employee-hero h1 {
    font-size: 1.7rem;
  }
  .employee-hero > div {
    min-width: 190px;
  }
  .balance-grid {
    grid-template-columns: 1fr;
  }
  .vacation-day {
    min-height: 92px;
    padding: 0.3rem;
  }
  .vacation-event {
    font-size: 0.48rem;
    padding: 0.2rem;
    line-height: 1.6;
  }
  .vacation-day > strong {
    font-size: 0.66rem;
  }
  .vacation-weekday {
    font-size: 0.6rem;
    padding: 0.6rem 0;
  }
  .timeclock {
    gap: 1rem;
    padding: 1.3rem;
  }
  .timeclock-icon {
    width: 43px;
    height: 43px;
  }
  .timeclock h2 {
    font-size: 1.05rem;
  }
  .timeclock .eyebrow {
    font-size: 0.54rem;
  }
  .timeclock > div:nth-child(2) {
    min-width: 190px;
  }
  .timeclock form {
    margin: 0;
    width: 100%;
  }
  .timeclock form button {
    width: 100%;
  }
  .timeclock p:last-child {
    font-size: 0.71rem;
  }
  .content-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .record-fields {
    grid-template-columns: 1fr;
  }
  .record-detail-top {
    gap: 0.7rem;
  }
  .transition-section form {
    flex-direction: column;
    align-items: stretch;
  }
  .login-story {
    min-height: 480px;
    padding: 2rem;
  }
  .login-story h1 {
    font-size: 3.6rem;
  }
  .login-story__logo {
    width: 205px;
  }
  .login-story__content > p:last-child {
    font-size: 0.92rem;
  }
  .login-story__footer {
    font-size: 0.58rem;
  }
  .login-access {
    padding: 2rem 1.5rem;
  }
  .login-card h2 {
    font-size: 3rem;
  }
  .login-access__topline {
    font-size: 0.58rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .portal-sidebar, .rr-topbar, .rr-mobilebar, .demo-banner, .rr-footer, .heading-actions {
    display: none !important;
  }
  .portal-main {
    margin: 0;
  }
  .rr-page {
    padding: 0;
  }
  .panel {
    break-inside: avoid;
  }
}
@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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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;
    }
  }
}
