/* astralix Git · © LowSense, 2026 */
@import url("/assets/css/theme-forgejo-dark.css");
:root {
  color-scheme: dark;
  --steel-900: #0d0f0c; --steel-850: #10120f; --steel-800: #10120f;
  --steel-750: #161914; --steel-700: #1a1e17; --steel-650: #22271d;
  --steel-600: #282e22; --steel-550: #353d2d; --steel-500: #46513a;
  --steel-450: #566347; --steel-400: #68765a; --steel-350: #7a886d;
  --steel-300: #8c9a7f; --steel-250: #9aa58f; --steel-200: #b0bba4;
  --steel-150: #c9d2be; --steel-100: #edf0e7;
  --color-primary: #d5f5a1; --color-primary-contrast: #17200f;
  --color-primary-hover: #e1ffb4; --color-primary-active: #bddc88;
  --color-primary-dark-1: #dcf8b3; --color-primary-dark-2: #e2fac0;
  --color-primary-dark-3: #e8fccd; --color-primary-dark-4: #eefdd9;
  --color-primary-dark-5: #f3fee6; --color-primary-dark-6: #f7fff0;
  --color-primary-dark-7: #fbfff7;
  --color-primary-light-1: #c7e694; --color-primary-light-2: #b2d17d;
  --color-primary-light-3: #95b561; --color-primary-light-4: #78954e;
  --color-primary-light-5: #5d753d; --color-primary-light-6: #42552c;
  --color-primary-light-7: #2a361e;
  --color-primary-alpha-10: #d5f5a11a; --color-primary-alpha-20: #d5f5a133;
  --color-primary-alpha-30: #d5f5a14d; --color-primary-alpha-40: #d5f5a166;
  --color-primary-alpha-50: #d5f5a180; --color-primary-alpha-60: #d5f5a199;
  --color-primary-alpha-70: #d5f5a1b3; --color-primary-alpha-80: #d5f5a1cc;
  --color-primary-alpha-90: #d5f5a1e6;
  --color-accent: #d5f5a1; --color-small-accent: #96b369;
  --color-body: #10120f; --color-text: #edf0e7; --color-text-dark: #f5f7ef;
  --color-text-light: #b8c1aa; --color-text-light-1: #b8c1aa;
  --color-text-light-2: #9aa58c; --color-text-light-3: #929d85;
  --color-secondary-alpha-10: #9aa58c1a; --color-secondary-alpha-20: #9aa58c33;
  --color-secondary-alpha-30: #9aa58c4d; --color-secondary-alpha-40: #9aa58c66;
  --color-secondary-alpha-50: #9aa58c80; --color-secondary-alpha-60: #9aa58c99;
  --color-secondary-alpha-70: #9aa58cb3; --color-secondary-alpha-80: #9aa58ccc;
  --color-secondary-alpha-90: #9aa58ce6;
  --color-nav-bg: #10120f; --color-header-wrapper: #151812;
  --color-header-wrapper-transparent: #15181200; --color-footer: #0d0f0c;
  --color-input-background: #11150f; --color-input-border: #3b4432;
  --color-input-border-hover: #849e61; --color-box-header: #1d2318;
  --color-box-body: #161914; --color-code-bg: #141710;
  --color-markup-code-block: #10130d; --color-menu: #1a1e17;
  --color-hover: #2a3322; --color-active: #303c24;
  --color-selection-bg: #d5f5a1; --color-selection-fg: #10120f;
  --border-radius: 8px;
  --fonts-regular: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body { -webkit-font-smoothing: antialiased; }
#navbar { border-bottom: 1px solid #303828; padding-block: 10px; }
#navbar-logo { gap: 10px; }
#navbar-logo img { width: 30px; height: 30px; }
#navbar-logo::after { content: "astralix / git"; color: #edf0e7; font-size: 17px; font-weight: 650; letter-spacing: -.5px; white-space: nowrap; }
.repository .repo-header { padding-block: 32px 24px; background: radial-gradient(ellipse at 90% 0, #d5f5a110, transparent 65%), #151812; }
.repository .repo-header .flex-item-title { font-size: clamp(20px, 2vw, 30px); letter-spacing: -.8px; line-height: 1.3; }
.repository .repo-header .flex-item-title a:last-child { color: #d5f5a1; }
.repository .repo-header .flex-item-title a:first-child { color: #a0ae8e; }
.repository .repo-header .flex-item-leading { color: #d5f5a1; }
.repository .secondary.pointing.menu .active.item { border-color: #d5f5a1; }
.ui.primary.button, .ui.primary.buttons .button { font-weight: 650; }
.repo-description { color: #bac5a9; font-size: 16px; padding-block: 8px; }
#repo-files-table { border-radius: 10px; overflow: hidden; }
.ui.segment.repository-menu { border-radius: 10px; }
.markup h1, .markup h2 { letter-spacing: -.6px; }
footer { border-top: 1px solid #303828; }
@media (max-width: 767px) {
  #navbar { padding-block: 5px; }
  #navbar-logo::after { font-size: 16px; }
  .repository .repo-header { padding-block: 18px 14px; }
  .repository .repo-header .flex-item-title { font-size: 20px; overflow-wrap: anywhere; }
  .repository .repo-header .repo-buttons { margin-top: 14px; }
}
