*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html, body  {
  margin: 0;
  padding: 0;
  margin: 0px;
  min-height: 100vh;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #0d1117;
  color: #e6edf3;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color-scheme: dark;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #e6edf3;
  letter-spacing: -0.025em;
}

h1:focus {
  outline: none;
}

p {
  color: #8b949e;
}

a, .btn-link {
  color: #3b82f6;
  text-decoration: none;
}

a:hover {
  color: #2563eb;
}

/* Scrollbar */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #161b22;
}

::-webkit-scrollbar-thumb {
  background: #30363d;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6e7681;
}

/* Selection */

::-moz-selection {
  background-color: #3b82f6;
  color: white;
}

::selection {
  background-color: #3b82f6;
  color: white;
}

/* Dark color-scheme for native inputs */

input, textarea, select {
  color-scheme: dark;
}

/* ----- Layout Shell ----- */

.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: #0d1117;
  color: #e6edf3;
}

.content {
  flex: 1 1 0%;
  padding-top: 1.1rem;
  background-color: #0d1117;
  color: #e6edf3;
}

/* ----- Search Bar ----- */

/* ----- Sidebar Navigation ----- */

.nav-scrollable {
  overflow-y: auto;
  height: calc(100vh - 65px);
}

.nav-item {
  padding: 0.125rem 0.5rem;
}

/* sidebar-nav-link: used on all NavLink and button elements in the nav */

.sidebar-nav-link       {
  border: 0;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  color: #8b949e;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 450;
  background: transparent;
}

.sidebar-nav-link:hover {
  background-color: #21262d;
  color: #e6edf3;
  text-decoration: none;
}

.sidebar-nav-link.active {
  background-color: #3b82f6;
  color: white;
}

.sidebar-nav-link.active:hover {
  background-color: #2563eb;
  color: white;
}

.nav-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  stroke-width: 1.75;
}

.nav-text {
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logout-btn {
  text-align: left;
}

.logout-btn:hover {
  color: #ef4444 !important;
}

.logout-btn:hover .nav-icon {
  color: #ef4444;
}

/* Mobile navbar toggle (checkbox hack preserved) */

.navbar-toggler {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 2.75rem;
  height: 2.5rem;
  color: #e6edf3;
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  border: 1px solid #30363d;
  border-radius: 6px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28139, 148, 158, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.25rem #21262d;
  transition: all 0.15s ease;
}

.navbar-toggler:hover {
  background-color: #30363d;
  border-color: #6e7681;
}

@media (min-width: 641px) {
  .navbar-toggler {
    display: none;
  }
}

/* ----- Bootstrap Grid Compat ----- */

.container-fluid {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #e6edf3;
}

.row           {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

[class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-5 {
  width: 41.666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-12 {
  width: 100%;
}

.col {
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .col-md-1  {
    width: 8.333333%;
  }

  .col-md-2  {
    width: 16.666667%;
  }

  .col-md-3  {
    width: 25%;
  }

  .col-md-4  {
    width: 33.333333%;
  }

  .col-md-5  {
    width: 41.666667%;
  }

  .col-md-6  {
    width: 50%;
  }

  .col-md-7  {
    width: 58.333333%;
  }

  .col-md-8  {
    width: 66.666667%;
  }

  .col-md-9  {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333333%;
  }

  .col-md-11 {
    width: 91.666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md    {
    flex: 1;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-1  {
    width: 8.333333%;
  }

  .col-lg-2  {
    width: 16.666667%;
  }

  .col-lg-3  {
    width: 25%;
  }

  .col-lg-4  {
    width: 33.333333%;
  }

  .col-lg-5  {
    width: 41.666667%;
  }

  .col-lg-6  {
    width: 50%;
  }

  .col-lg-7  {
    width: 58.333333%;
  }

  .col-lg-8  {
    width: 66.666667%;
  }

  .col-lg-9  {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333333%;
  }

  .col-lg-11 {
    width: 91.666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg    {
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .col-xl-1  {
    width: 8.333333%;
  }

  .col-xl-2  {
    width: 16.666667%;
  }

  .col-xl-3  {
    width: 25%;
  }

  .col-xl-4  {
    width: 33.333333%;
  }

  .col-xl-5  {
    width: 41.666667%;
  }

  .col-xl-6  {
    width: 50%;
  }

  .col-xl-7  {
    width: 58.333333%;
  }

  .col-xl-8  {
    width: 66.666667%;
  }

  .col-xl-9  {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.333333%;
  }

  .col-xl-11 {
    width: 91.666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl    {
    flex: 1;
  }
}

/* ----- Bootstrap Display Utilities Compat ----- */

.d-flex          {
  display: flex !important;
}

.d-block         {
  display: block !important;
}

/* Flex helpers */

.flex-column         {
  flex-direction: column !important;
}

.flex-wrap           {
  flex-wrap: wrap !important;
}

.justify-content-end     {
  justify-content: flex-end !important;
}

.justify-content-center  {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start   {
  align-items: flex-start !important;
}

.align-items-center  {
  align-items: center !important;
}

.align-items-end     {
  align-items: flex-end !important;
}

/* Text helpers */

.text-end     {
  text-align: right !important;
}

.text-center  {
  text-align: center !important;
}

.text-muted   {
  color: #6e7681 !important;
}

.text-primary {
  color: #3b82f6 !important;
}

.text-success {
  color: #22c55e !important;
}

.text-warning {
  color: #eab308 !important;
}

.text-danger  {
  color: #ef4444 !important;
}

.text-white   {
  color: #fff !important;
}

.text-secondary {
  color: #8b949e !important;
}

.fw-bold      {
  font-weight: 700 !important;
}

.fw-semibold  {
  font-weight: 600 !important;
}

.fst-italic   {
  font-style: italic !important;
}

.small, small {
  font-size: 0.875em;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

/* Spacing (Bootstrap uses 0.25rem increments) */

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-0  {
  padding: 0 !important;
}

.p-2  {
  padding: 0.5rem !important;
}

.p-3  {
  padding: 1rem !important;
}

.p-4  {
  padding: 1.5rem !important;
}

.p-5  {
  padding: 3rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* Width / Height */

.w-100  {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-100  {
  height: 100% !important;
}

/* Position */

/* Gap */

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

/* Overflow */

.overflow-hidden {
  overflow: hidden !important;
}

/* Border */

.border         {
  border: 1px solid #30363d !important;
}

.border-0       {
  border: 0 !important;
}

.border-top     {
  border-top: 1px solid #30363d !important;
}

.border-bottom  {
  border-bottom: 1px solid #30363d !important;
}

.rounded        {
  border-radius: 0.375rem !important;
}

/* Shadow */

/* Visibility */

/* ----- Card ----- */

.card {
  border-radius: 0.75rem;
  background-color: #161b22;
  border: 1px solid #30363d;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.card-header {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #21262d;
  border-bottom: 1px solid #30363d;
  color: #e6edf3;
}

.card-body  {
  padding: 1rem;
  color: #e6edf3;
}

.card-footer {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #21262d;
  border-top: 1px solid #30363d;
  color: #8b949e;
}

.card-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #e6edf3;
}

.card-text {
  color: #8b949e;
}

/* ----- Buttons ----- */

.btn       {
  border: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 0px;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 0.375rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0d1117, 0 0 0 4px #3b82f6;
}

.btn:disabled, .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-primary {
  background-color: #3b82f6;
  color: white;
}

.btn-primary:hover {
  background-color: #2563eb;
  color: white;
}

.btn-secondary {
  background-color: #21262d;
  color: #e6edf3;
  border: 1px solid #30363d;
}

.btn-secondary:hover {
  background-color: #30363d;
  color: #e6edf3;
}

.btn-success  {
  background-color: #22c55e;
  color: white;
}

.btn-success:hover  {
  background-color: #16a34a;
}

.btn-warning  {
  background-color: #eab308;
  color: #0d1117;
}

.btn-warning:hover  {
  background-color: #ca8a04;
}

.btn-danger   {
  background-color: #ef4444;
  color: white;
}

.btn-danger:hover   {
  background-color: #dc2626;
}

.btn-outline-primary {
  background: transparent;
  border: 1px solid #3b82f6;
  color: #3b82f6;
}

.btn-outline-primary:hover {
  background-color: rgba(59,130,246,0.1);
}

.btn-outline-secondary {
  background: transparent;
  border: 1px solid #30363d;
  color: #8b949e;
}

.btn-outline-secondary:hover {
  background-color: #30363d;
  color: #e6edf3;
}

.btn-outline-danger {
  background: transparent;
  border: 1px solid #ef4444;
  color: #ef4444;
}

.btn-outline-danger:hover {
  background-color: rgba(239,68,68,0.1);
}

.btn-link {
  background: transparent;
  color: #3b82f6;
  padding: 0;
  text-decoration: underline;
}

.btn-sm {
  padding: 0.25rem 0.625rem;
  font-size: 0.8125rem;
}

.btn-lg {
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
}

/* ----- Forms ----- */

.form-control {
  width: 100%;
  border-radius: 0.375rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #21262d;
  border: 1px solid #30363d;
  color: #e6edf3;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: #21262d;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.form-control::-moz-placeholder {
  color: #6e7681;
}

.form-control::placeholder {
  color: #6e7681;
}

.form-control:disabled, .form-control[disabled] {
  background-color: #161b22;
  border-color: #30363d;
  color: #e6edf3;
  opacity: 0.7;
}

.form-select {
  width: 100%;
  border-radius: 0.375rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #21262d;
  border: 1px solid #30363d;
  color: #e6edf3;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238b949e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.form-label {
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 500;
  color: #8b949e;
  font-size: 0.875rem;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-check-input {
  width: 1rem;
  height: 1rem;
  background-color: #21262d;
  border: 1px solid #30363d;
  border-radius: 0.25rem;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.form-check-label {
  color: #8b949e;
  font-size: 0.875rem;
  cursor: pointer;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control::-moz-placeholder {
  color: #6e7681;
  text-align: end;
}

.form-floating > .form-control::placeholder {
  color: #6e7681;
  text-align: end;
}

.form-floating > .form-control:focus::-moz-placeholder {
  text-align: start;
}

.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.form-floating > label {
  color: #6e7681;
}

.input-group {
  display: flex;
  align-items: stretch;
}

.input-group .form-control {
  border-radius: 0;
}

.input-group .form-control:first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}

.input-group .form-control:last-child  {
  border-radius: 0 0.375rem 0.375rem 0;
}

.input-group .btn {
  border-color: #30363d;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #21262d;
  border: 1px solid #30363d;
  color: #8b949e;
}

/* Validation */

.invalid {
  outline: 1px solid #ef4444;
}

/* ----- Tables ----- */

.table {
  width: 100%;
  border-collapse: collapse;
  color: #e6edf3;
  font-size: 0.875rem;
  margin-bottom: 0;
  --bs-table-bg: #161b22;
  --bs-table-color: #e6edf3;
  --bs-table-border-color: #30363d;
  --bs-table-hover-bg: #30363d;
}

.table > :not(caption) > * > * {
  color: #e6edf3;
  background-color: #161b22;
  border-bottom: 1px solid #30363d;
  padding: 0.75rem 1rem;
  vertical-align: middle;
}

.table thead th {
  background-color: #21262d !important;
  border-bottom: 1px solid #30363d !important;
  color: #6e7681 !important;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1rem;
}

.table tbody tr:hover td,
    .table tbody tr:hover {
  background-color: #30363d !important;
  color: #e6edf3 !important;
}

.table a {
  color: #3b82f6;
}

.table a:hover {
  color: #2563eb;
}

.table-responsive {
  border-radius: 0.5rem;
  overflow: hidden;
}

.table-hover > tbody > tr:hover > * {
  background-color: #30363d !important;
  color: #e6edf3 !important;
}

.table-light,
    .table thead.table-light th,
    .table thead.table-light {
  background-color: #21262d !important;
  color: #6e7681 !important;
  border-color: #30363d !important;
}

/* ----- Badges ----- */

.badge        {
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  font-weight: 500;
  padding: 0.25em 0.6em;
  font-size: 0.75rem;
}

.bg-primary   {
  background-color: #3b82f6 !important;
}

.bg-secondary {
  background-color: #21262d !important;
}

.bg-success   {
  background-color: #22c55e !important;
}

.bg-warning   {
  background-color: #eab308 !important;
}

.bg-danger    {
  background-color: #ef4444 !important;
}

.bg-info      {
  background-color: #0ea5e9 !important;
}

.bg-light     {
  background-color: #30363d !important;
  color: #e6edf3 !important;
}

.bg-dark      {
  background-color: #0d1117 !important;
}

.bg-transparent {
  background: transparent !important;
}

/* ----- Alerts ----- */

.alert {
  margin-bottom: 0.75rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.alert-success {
  background-color: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}

.alert-warning {
  background-color: rgba(234, 179, 8, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.3);
  color: #eab308;
}

.alert-danger {
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

.alert-info {
  background-color: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #3b82f6;
}

.alert-dismissible {
  position: relative;
  padding-right: 3rem;
}

.btn-close       {
  border: 0;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  cursor: pointer;
  border-width: 0px;
  background: transparent;
  color: #e6edf3;
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.5;
}

.btn-close:hover {
  opacity: 1;
}

/* ----- Modals ----- */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: calc(100% - 1rem);
  justify-content: center;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
  }
}

.modal-dialog.modal-lg {
  max-width: 500px;
}

@media (min-width: 992px) {
  .modal-dialog.modal-lg {
    max-width: 800px;
  }
}

.modal-content {
  border-radius: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #161b22;
  border: 1px solid #30363d;
  color: #e6edf3;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #30363d;
}

.modal-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #e6edf3;
}

.modal-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #30363d;
}

/* ----- Dropdowns ----- */

/* ----- List Group ----- */

.list-group {
  overflow: hidden;
  border-radius: 0.5rem;
}

.list-group-item {
  border-bottom-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #161b22;
  border-color: #30363d;
  color: #e6edf3;
}

.list-group-item:last-child {
  border-bottom: none;
}

.list-group-item:hover {
  background-color: #30363d;
}

.list-group-item.active {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: white;
}

/* ----- Pagination ----- */

.page-item.active .page-link {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: white;
}

.page-item.disabled .page-link {
  opacity: 0.4;
  pointer-events: none;
}

/* ----- Breadcrumb ----- */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #6e7681;
  margin-right: 0.25rem;
}

.breadcrumb-item a {
  color: #3b82f6;
}

.breadcrumb-item.active {
  color: #6e7681;
}

/* ----- Spinners ----- */

.spinner-border {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  width: 2rem;
  height: 2rem;
  border: 0.25rem solid #21262d;
  border-top-color: #3b82f6;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2rem;
}

/* ----- Progress ----- */

/* ----- Nav Tabs ----- */

.nav-tabs {
  display: flex;
  border-bottom-width: 1px;
  border-color: #30363d;
}

.nav-tabs .nav-link {
  cursor: pointer;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: #8b949e;
  border-color: transparent;
  background: transparent;
}

.nav-tabs .nav-link:hover {
  color: #e6edf3;
}

.nav-tabs .nav-link.active {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
  background: transparent;
}

/* ----- Accordion ----- */

/* ----- Tooltip ----- */

/* ----- Error Boundary ----- */

/* Error UI popup */

#blazor-error-ui {
  bottom: 0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  display: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #eab308;
  color: #0d1117;
}

#blazor-error-ui .reload {
  margin-left: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  text-decoration-line: underline;
  color: #0d1117;
}

#blazor-error-ui .dismiss {
  position: absolute;
  right: 1rem;
  cursor: pointer;
  font-weight: 700;
  color: #0d1117;
}

/* Checkbox dark */

.darker-border-checkbox.form-check-input {
  border-color: #30363d;
  background-color: #21262d;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.z-10 {
  z-index: 10;
}

.col-auto {
  grid-column: auto;
}

.float-end {
  float: inline-end;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-60 {
  width: 15rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.bg-transparent {
  background-color: transparent;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.ps-0 {
  padding-inline-start: 0px;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-end {
  text-align: end;
}

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ===== Design Token Variables ===== */

:root {
  --bg-primary: #0d1117;
  --bg-secondary: #161b22;
  --bg-tertiary: #21262d;
  --bg-hover: #30363d;
  --border-color: #30363d;
  --text-primary: #e6edf3;
  --text-secondary: #8b949e;
  --text-muted: #6e7681;
  --accent-primary: #3b82f6;
  --accent-hover: #2563eb;
  --success: #22c55e;
  --warning: #eab308;
  --danger: #ef4444;
  --sidebar-width: 240px;
  --header-height: 56px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* ===== Base Layer ===== */

/* ===== Component Layer ===== */

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
