.hl_table * {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px; }

body,
html,
* {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Oxygen, Fira Sans, Droid Sans, Helvetica Neue;
  line-height: 1.5em;
  padding: 0;
  margin: 0; }

body {
  font-size: 14px;
  min-width: 300px; }

a {
  color: #4078c0;
  font-size: 14px;
  text-decoration: none; }

h2 {
  padding: 10px; }

code {
  background-color: #f7f7f7; }

.form-error {
  color: red; }

pre > code {
  background-color: #eff0f1;
  display: block; }

.no_select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.content {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 200px;
  min-height: calc(100vh - 300px); }

.clone-status {
  margin-top: 25%;
  text-align: center; }
  .clone-status img {
    margin-top: 10px; }

.clone-status-url {
  color: #777;
  margin: 10px auto 0;
  overflow-wrap: anywhere;
  padding: 0 10px; }
  .clone-status-url code {
    border-radius: 3px;
    padding: 2px 5px; }

.clone-status-log {
  margin: 20px auto 0;
  max-width: 720px;
  padding: 12px 16px;
  background: #f6f8fa;
  border: 1px solid #e1e4e8;
  border-radius: 3px;
  color: #777;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word; }

#top_right_div {
  float: right;
  display: flex;
  align-items: center;
  height: 50px; }

.search-input {
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin-right: 30px; }

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.6); }

.user {
  display: inline-block;
  position: relative;
  padding-right: 10px; }

.user:focus {
  outline: none; }

.user:hover .header-dropdown,
.header-dropdown:hover,
.user:focus .header-dropdown {
  transform: scale(1) translateY(0px);
  opacity: 1;
  pointer-events: all; }

.user .header-dropdown * {
  z-index: 10;
  position: relative; }

.user .header-dropdown .dropdown-hoverzone {
  z-index: 5;
  position: absolute;
  top: -54px;
  height: calc(100% + 54px + 4px);
  width: calc(100% + 8px);
  right: -4px; }

.user .header-dropdown {
  position: absolute;
  color: #24292e;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #ffffff;
  right: 4px;
  top: 54px;
  min-width: 145px;
  transform: scale(0.95) translateY(-3px);
  opacity: 0;
  transform-origin: top;
  pointer-events: none;
  transition: transform 0.1s, opacity 0.1s; }

.user .header-dropdown .username {
  padding: 6px 12px; }
  .user .header-dropdown .username span {
    opacity: 0.9;
    font-size: 13px; }
  .user .header-dropdown .username a {
    display: block;
    padding: 0px;
    font-size: 17px;
    line-height: 1;
    color: #24292e; }

.user .header-dropdown .links {
  border-top: 1px solid #dfdfdf;
  padding: 4px 0px; }

.user .header-dropdown .links a {
  padding: 3px 12px;
  display: block;
  background-color: #ffffff;
  color: #24292e;
  transition: background-color 0.07s, color 0.07s; }

.user .header-dropdown .link:hover {
  color: #ffffff;
  background-color: #1a7be9; }

.avatar {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #24292e;
  background-color: #fff;
  margin-top: 5px;
  overflow: hidden;
  z-index: 15;
  cursor: pointer; }
  .avatar span {
    line-height: 40px;
    font-size: 25px;
    margin: 0; }
  .avatar img {
    height: 40px;
    width: 40px;
    margin: 0;
    object-fit: cover; }

.new {
  margin-right: 20px; }

.new a {
  line-height: 50px;
  font-size: 16px !important;
  color: #ffffff; }

header .login-button {
  color: #ffffff;
  line-height: 50px; }

a.repo-author, a.repo-name {
  line-height: 50px;
  font-size: 20px !important;
  font-weight: 600; }

.repo-visibility {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 2em;
  color: #777;
  background-color: #ffffff;
  line-height: 1.6;
  margin-left: 8px;
  vertical-align: middle; }

.repo-visibility--private {
  color: #9a6700;
  border-color: #d4a72c;
  background-color: #fff8c5; }

.slash {
  display: inline;
  line-height: 50px;
  font-size: 16px !important;
  color: #24292e; }

header {
  background-color: #24292e;
  height: 50px;
  color: white; }

footer {
  max-width: 1000px;
  margin: 0 auto;
  color: #777;
  margin-bottom: 30px; }

footer a {
  color: #777;
  text-decoration: underline; }

#mainlogo {
  line-height: 50px;
  font-size: 20px !important;
  margin-left: 10px;
  float: left;
  color: white; }

textarea,
input {
  background: none;
  color: #24292e;
  border: 1px solid #dfdfdf;
  padding: 5px 8px;
  border-radius: 3px;
  transition: border-color 0.07s; }

textarea:focus,
input:focus {
  outline: none;
  border: 1px solid #4392eb; }

.button,
button,
input[type="submit"] {
  cursor: pointer;
  background: none;
  color: #24292e;
  border: 1px solid #dfdfdf;
  padding: 5px 8px;
  border-radius: 3px;
  transition: background-color 0.07s, border-color 0.07s, color 0.07s;
  width: 50% !important; }

.button:hover,
button:hover,
input[type="submit"]:hover {
  border: 1px solid #0366d6;
  background-color: #1a7be9;
  color: #ffffff; }

.button.disabled,
button.disabled,
input[type="submit"].disabled,
button:disabled,
input[type="submit"]:disabled {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #f3f3f3;
  pointer-events: none; }

form.vertical-form * {
  display: block;
  margin-bottom: 5px; }

form.vertical-form *:last-child {
  margin-bottom: 0px; }

form .field {
  margin-top: 10px; }

form input[type="submit"] {
  margin-top: 10px; }

.form {
  max-width: 400px; }
  .form input:not([type="checkbox"]):not([type="radio"]) {
    box-sizing: border-box;
    width: 100%; }
  .form textarea {
    box-sizing: border-box;
    width: 100%; }

.block {
  margin: auto;
  max-width: 700px;
  padding: 20px 10px 0 10px; }

.list {
  margin-left: 20px; }

.gitly-screenshot {
  width: 100%; }

.table-features {
  border-collapse: collapse;
  border: 1px solid #dfdfdf;
  width: 100%; }
  .table-features td {
    border-collapse: collapse;
    border: 1px solid #dfdfdf;
    padding: 5px; }

@keyframes alert-show {
  0% {
    right: -100px; }
  100% {
    right: 20px; } }

.alert {
  position: absolute;
  top: 60px;
  right: 20px;
  padding: 20px;
  background-color: #d94338;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  animation-name: alert-show;
  animation-duration: 1s; }

.list-item {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 5px 0 5px 10px;
  margin-top: 10px;
  width: 100%; }

.repos-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 20px; }
  .repos-header .avatar {
    margin-top: 0;
    flex-shrink: 0; }
  .repos-header h1 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2; }

.repo-list {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.repo-card {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 14px 18px;
  background-color: #ffffff;
  color: #24292e;
  transition: border-color 0.1s, box-shadow 0.1s; }
  .repo-card:hover {
    border-color: #b8c7d8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); }

.repo-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px; }

.repo-card__title {
  font-size: 17px;
  font-weight: 600;
  color: #4078c0; }
  .repo-card__title:hover {
    text-decoration: underline; }

.repo-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px; }

.repo-card__footer-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #777;
  flex: 1;
  min-width: 0; }

.repo-card__lang {
  display: inline-flex;
  align-items: center;
  gap: 5px; }

.repo-card__lang-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08); }

.repo-card__updated {
  color: #777; }

.repo-card__activity {
  flex-shrink: 0;
  width: 120px;
  height: 28px;
  overflow: visible; }

.repo-card__badge {
  font-size: 11px;
  font-weight: 500;
  padding: 1px 8px;
  border: 1px solid #dfdfdf;
  border-radius: 2em;
  color: #777;
  background-color: #ffffff;
  line-height: 1.6; }

.repo-card__badge--private {
  color: #9a6700;
  border-color: #d4a72c;
  background-color: #fff8c5; }

.repo-card__desc {
  margin: 4px 0 10px;
  color: #777;
  font-size: 14px;
  line-height: 1.4; }

.repo-card__meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #777; }

.repos-empty {
  color: #777;
  margin: 30px 0;
  font-size: 15px; }

.settings-title {
  font-size: 24px;
  margin: 24px 0 18px;
  padding: 0; }

.settings-section {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 18px 20px;
  margin-bottom: 18px;
  background-color: #ffffff; }

.settings-section__title {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 4px;
  padding: 0; }

.settings-section__desc {
  margin: 0 0 14px;
  color: #777;
  font-size: 13px; }

.settings-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center; }
  .settings-form input[type="text"],
  .settings-form input[type="password"] {
    flex: 1;
    min-width: 200px;
    box-sizing: border-box; }
    .settings-form input[type="text"]::placeholder,
    .settings-form input[type="password"]::placeholder {
      color: #777; }
  .settings-form .settings-form__submit {
    width: auto !important;
    flex-shrink: 0;
    padding: 6px 14px; }

.features-form {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px; }

.features-form__option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer; }
  .features-form__option input[type="checkbox"] {
    margin: 0;
    cursor: pointer; }

.settings-form__submit--danger {
  color: #cf222e !important;
  border-color: rgba(207, 34, 46, 0.4) !important; }
  .settings-form__submit--danger:hover:not(:disabled) {
    color: #ffffff !important;
    background-color: #cf222e !important;
    border-color: #cf222e !important; }
  .settings-form__submit--danger:disabled {
    color: rgba(207, 34, 46, 0.5) !important;
    border-color: rgba(207, 34, 46, 0.2) !important;
    background-color: transparent !important;
    cursor: not-allowed; }

.settings-section--danger {
  border-color: rgba(207, 34, 46, 0.4); }
  .settings-section--danger .settings-section__title {
    color: #cf222e; }

.danger-action {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 0;
  border-top: 1px solid rgba(207, 34, 46, 0.2); }
  .danger-action:first-of-type {
    border-top: none;
    padding-top: 4px; }
  .danger-action:last-of-type {
    padding-bottom: 0; }

.danger-action__info {
  flex: 1;
  min-width: 220px; }

.danger-action__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 2px;
  padding: 0; }

.danger-action__desc {
  margin: 0;
  color: #777;
  font-size: 13px; }

.danger-action__form {
  flex: 1;
  min-width: 280px; }

.confirm-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 17, 21, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px; }
  .confirm-modal[hidden] {
    display: none; }

.confirm-modal__dialog {
  background-color: #cf222e;
  color: #ffffff;
  border-radius: 3px;
  max-width: 480px;
  width: 100%;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4); }

.confirm-modal__alert {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35; }

.confirm-modal__intro,
.confirm-modal__outro,
.confirm-modal__question {
  margin: 0 0 10px;
  font-size: 14px;
  color: #ffffff; }

.confirm-modal__question {
  margin-top: 16px;
  font-weight: 600; }

.confirm-modal__stats {
  margin: 0 0 10px;
  padding-left: 20px;
  font-size: 14px;
  color: #ffffff; }
  .confirm-modal__stats li {
    margin: 2px 0; }

.confirm-modal__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px; }

.confirm-modal__btn {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.12s, color 0.12s; }
  .confirm-modal__btn:hover {
    background-color: #ffffff;
    color: #cf222e; }

.confirm-modal__btn--danger {
  background-color: #ffffff;
  color: #cf222e;
  border-color: #ffffff; }
  .confirm-modal__btn--danger:hover {
    background-color: #b51d28;
    color: #ffffff;
    border-color: #ffffff; }

.new-repo {
  max-width: 640px; }

.new-repo__header {
  margin: 24px 0 24px; }
  .new-repo__header h1 {
    font-size: 24px;
    margin: 0 0 4px;
    padding: 0; }

.new-repo__subtitle {
  margin: 0;
  color: #777;
  font-size: 13px; }

.new-repo__form {
  display: flex;
  flex-direction: column;
  gap: 18px; }

.new-repo__field {
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .new-repo__field input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px; }

.new-repo__field--inline {
  gap: 0; }

.new-repo__label {
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #24292e; }

.new-repo__req {
  color: #cf222e;
  margin-left: 2px; }

.new-repo__optional {
  color: #777;
  font-weight: normal;
  font-style: italic;
  margin-left: 4px; }

.new-repo__name-row {
  display: flex;
  align-items: stretch;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  overflow: hidden;
  transition: border-color 0.07s; }
  .new-repo__name-row:focus-within {
    border-color: #4392eb; }

.new-repo__owner-row {
  display: flex;
  align-items: flex-end;
  gap: 8px; }

.new-repo__field--owner {
  flex: 0 0 auto;
  min-width: 180px; }

.new-repo__field--name {
  flex: 1 1 auto; }

.new-repo__owner-select {
  box-sizing: border-box;
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #ffffff; }
  .new-repo__owner-select:focus {
    border-color: #4392eb;
    outline: none; }

.new-repo__owner-slash {
  font-size: 20px;
  color: #777;
  padding-bottom: 4px; }

.new-repo__name-input--standalone {
  border: 1px solid #dfdfdf;
  border-radius: 3px; }

.new-repo__owner {
  background-color: #f3f3f3;
  color: #777;
  padding: 7px 10px;
  border-right: 1px solid #dfdfdf;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center; }

.new-repo__name-input {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  padding: 7px 10px !important; }
  .new-repo__name-input:focus {
    border: none !important;
    outline: none; }

.new-repo__hint {
  margin: 0;
  color: #777;
  font-size: 12px; }

.new-repo__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px; }
  .new-repo__checkbox input[type="checkbox"] {
    margin: 0; }

.new-repo__option {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color 0.07s, background-color 0.07s;
  margin-top: 6px; }
  .new-repo__option:hover {
    border-color: #b8c7d8;
    background-color: #fafbfc; }
  .new-repo__option input[type="radio"] {
    margin-top: 3px; }

.new-repo__option-body {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.new-repo__option-title {
  font-weight: 600;
  font-size: 14px;
  color: #24292e; }

.new-repo__option-desc {
  color: #777;
  font-size: 12px;
  line-height: 1.4; }

.new-repo__actions {
  padding-top: 18px;
  display: flex;
  justify-content: flex-start; }

.new-repo__submit {
  width: auto !important;
  padding: 7px 18px;
  background-color: #1f883d;
  color: #ffffff;
  border: 1px solid rgba(31, 136, 61, 0.6);
  font-weight: 500; }
  .new-repo__submit:hover {
    background-color: #1a7f37;
    border-color: rgba(27, 31, 36, 0.15);
    color: #ffffff; }

.new-org {
  max-width: 640px; }

.new-org__header {
  margin: 24px 0 24px;
  text-align: center; }
  .new-org__header h1 {
    font-size: 28px;
    margin: 0;
    padding: 0; }

.new-org__subtitle {
  margin: 0 0 4px;
  color: #777;
  font-size: 13px;
  font-family: monospace; }

.new-org__form {
  display: flex;
  flex-direction: column;
  gap: 22px; }

.new-org__field {
  display: flex;
  flex-direction: column;
  gap: 6px; }

.new-org__field--inline {
  gap: 0; }

.new-org__label {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #24292e; }

.new-org__req {
  color: #cf222e;
  margin-left: 2px; }

.new-org__input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #f6f8fa; }
  .new-org__input:focus {
    border-color: #4392eb;
    background-color: #ffffff;
    outline: none; }

.new-org__hint {
  margin: 0;
  color: #777;
  font-size: 12px; }

.new-org__url-slot {
  font-weight: 600;
  color: #24292e; }

.new-org__option {
  display: flex;
  gap: 10px;
  padding: 4px 0;
  cursor: pointer;
  align-items: flex-start; }
  .new-org__option input[type="radio"] {
    margin-top: 4px; }

.new-org__option-body {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.new-org__option-title {
  font-weight: 600;
  font-size: 14px;
  color: #24292e; }

.new-org__option-desc {
  color: #777;
  font-size: 13px;
  line-height: 1.4; }

.new-org__checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5; }
  .new-org__checkbox input[type="checkbox"] {
    margin: 4px 0 0; }

.new-org__actions {
  padding-top: 6px;
  display: flex;
  justify-content: stretch; }

.new-org__submit {
  width: 100% !important;
  padding: 10px 18px;
  background-color: #aed8b8;
  color: #ffffff;
  border: 1px solid rgba(31, 136, 61, 0.4);
  font-weight: 500;
  cursor: not-allowed; }
  .new-org__submit:not(:disabled) {
    background-color: #1f883d;
    border-color: rgba(31, 136, 61, 0.6);
    cursor: pointer; }
  .new-org__submit:not(:disabled):hover {
    background-color: #1a7f37;
    border-color: rgba(27, 31, 36, 0.15);
    color: #ffffff; }

.new-discussion {
  max-width: 720px; }

.new-discussion__header {
  margin: 24px 0 20px; }
  .new-discussion__header h1 {
    font-size: 24px;
    margin: 0;
    padding: 0; }

.new-discussion__form {
  display: flex;
  flex-direction: column;
  gap: 18px; }

.new-discussion__field {
  display: flex;
  flex-direction: column;
  gap: 6px; }

.new-discussion__label {
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #24292e; }

.new-discussion__req {
  color: #cf222e;
  margin-left: 2px; }

.new-discussion__title-input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  font-size: 15px; }

.new-discussion__textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.5;
  min-height: 180px;
  resize: vertical; }

.new-discussion__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color 0.07s, background-color 0.07s;
  margin-top: 6px; }
  .new-discussion__option:hover {
    border-color: #b8c7d8;
    background-color: #fafbfc; }
  .new-discussion__option input[type="radio"] {
    margin: 0; }

.new-discussion__option-body {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.new-discussion__option-title {
  font-weight: 600;
  font-size: 13px;
  color: #24292e; }

.new-discussion__actions {
  padding-top: 6px;
  display: flex;
  justify-content: flex-start; }

.new-discussion__submit {
  width: auto !important;
  padding: 7px 18px;
  background-color: #1f883d;
  color: #ffffff;
  border: 1px solid rgba(31, 136, 61, 0.6);
  font-weight: 500; }
  .new-discussion__submit:hover {
    background-color: #1a7f37;
    border-color: rgba(27, 31, 36, 0.15);
    color: #ffffff; }

.issues-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 0 16px; }
  .issues-header .issues-header__title {
    font-size: 22px;
    margin: 0;
    padding: 0; }

.issues-header__actions {
  display: flex;
  align-items: center;
  gap: 12px; }

.issues-header__milestones {
  color: #777;
  font-size: 13px;
  font-weight: 500; }
  .issues-header__milestones:hover {
    text-decoration: underline; }

.issues-header__new {
  background-color: #1f883d;
  color: #ffffff !important;
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  transition: background-color 0.07s; }
  .issues-header__new:hover {
    background-color: #1a7f37;
    text-decoration: none; }

.issues-empty {
  color: #777;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  background-color: #fafbfc; }

.issue-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff; }

.issue-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 14px;
  border-top: 1px solid #dfdfdf;
  transition: background-color 0.07s; }
  .issue-row:first-child {
    border-top: none; }
  .issue-row:hover {
    background-color: #fafbfc; }

.issue-row__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 4px; }

.issue-row__body {
  flex: 1;
  min-width: 0; }

.issue-row__title {
  font-weight: 600;
  font-size: 15px;
  color: #24292e !important;
  line-height: 1.4;
  display: inline; }
  .issue-row__title:hover {
    color: #4078c0 !important;
    text-decoration: none; }
  .issue-row__title code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 13px;
    background-color: rgba(175, 184, 193, 0.2);
    padding: 1px 5px;
    border-radius: 4px;
    font-weight: 500; }

.issue-row__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }

.issue-row__labels {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px; }

.issue-label {
  display: inline-block;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 10px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  white-space: nowrap; }

.issue-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #777;
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.4; }

.issue-row__author {
  color: #777 !important;
  font-size: 12px !important; }
  .issue-row__author:hover {
    color: #4078c0 !important;
    text-decoration: underline; }

.issue-row__comments {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #777 !important;
  font-size: 12px !important;
  flex-shrink: 0;
  margin-top: 4px; }
  .issue-row__comments svg {
    width: 14px;
    height: 14px; }
  .issue-row__comments:hover {
    color: #4078c0 !important;
    text-decoration: none; }

.issue-pager {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  font-size: 13px;
  color: #777; }

.issue-pager__btn {
  padding: 4px 12px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  color: #4078c0;
  background-color: #ffffff; }
  .issue-pager__btn:hover {
    text-decoration: none;
    border-color: #4078c0; }

.issue-pager__btn--disabled {
  color: #777;
  pointer-events: none;
  background-color: #f3f3f3; }

.issue-pager__info {
  color: #777; }

.issue-row__repo {
  color: #4078c0 !important;
  font-size: 12px !important; }
  .issue-row__repo:hover {
    text-decoration: underline; }

.user-issues-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  margin-top: 16px; }
  @media (max-width: 1000px) {
    .user-issues-layout {
      grid-template-columns: 1fr;
      gap: 12px; } }
.user-issues-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.user-issues-sidebar__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #24292e;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 8px; }

.user-issues-sidebar__heading-icon {
  width: 20px;
  height: 20px;
  color: #24292e; }

.user-issues-sidebar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 3px;
  color: #24292e !important;
  font-size: 14px;
  transition: background-color 0.07s; }
  .user-issues-sidebar__item:hover {
    background-color: #f3f3f3;
    text-decoration: none; }

.user-issues-sidebar__item--active {
  background-color: #f3f3f3;
  font-weight: 600;
  box-shadow: inset 2px 0 0 #4078c0; }

.user-issues-sidebar__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #777; }

.user-issues-main {
  min-width: 0; }

.lang_select {
  margin-right: 16px;
  display: inline-flex; }

#select_lang {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  padding: 5px 26px 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23ffffff' d='M0 0l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 9px 6px;
  transition: border-color 120ms ease, background-color 120ms ease; }
  #select_lang:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.06); }
  #select_lang:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6); }
  #select_lang option {
    color: #24292e;
    background-color: #ffffff; }

/* Pull request UI */
.pr-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dfdfdf; }

.pr-tab {
  padding: 6px 14px;
  color: #777 !important;
  font-size: 13px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px; }
  .pr-tab:hover {
    color: #4078c0 !important;
    text-decoration: none; }

.pr-tab--active {
  color: #24292e !important;
  border-bottom-color: #fd8c73;
  font-weight: 600; }

.pr-status-badge {
  display: inline-block;
  padding: 1px 8px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 2em;
  color: #fff;
  line-height: 1.6;
  text-transform: capitalize; }

.pr-status--open {
  background-color: #1f883d; }

.pr-status--closed {
  background-color: #cf222e; }

.pr-status--merged {
  background-color: #8250df; }

.pr-header {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 14px;
  margin: 20px 0 18px; }
  .pr-header .pr-header__title {
    font-size: 24px;
    margin: 0;
    padding: 0; }
  .pr-header .pr-header__num {
    color: #777;
    font-weight: 400; }
  .pr-header .pr-header__meta {
    margin-top: 6px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    color: #777;
    font-size: 13px; }
    .pr-header .pr-header__meta code {
      background-color: rgba(175, 184, 193, 0.2);
      padding: 1px 6px;
      border-radius: 4px;
      font-size: 12px; }
  .pr-header .pr-header__actions {
    margin-top: 12px;
    display: flex;
    gap: 6px; }

.pr-tab-link {
  padding: 5px 12px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  color: #4078c0 !important;
  font-size: 13px;
  background: #ffffff; }
  .pr-tab-link:hover {
    text-decoration: none;
    border-color: #4078c0; }

.pr-tab-link--active {
  background-color: #f3f3f3;
  color: #24292e !important;
  font-weight: 600; }

.pr-tab-link--info {
  color: #777 !important;
  cursor: default; }
  .pr-tab-link--info:hover {
    border-color: #dfdfdf; }

.pr-body {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 12px 14px;
  margin-bottom: 14px; }

.pr-review-block {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 12px 14px;
  margin-top: 14px;
  border-left-width: 4px; }

.pr-review--approved {
  border-left-color: #1f883d; }

.pr-review--changes {
  border-left-color: #cf222e; }

.pr-review--comment {
  border-left-color: #dfdfdf; }

.pr-review-header {
  display: flex;
  gap: 8px;
  align-items: center; }
  .pr-review-header img {
    height: 24px;
    width: 24px;
    border-radius: 100%; }

.pr-review-body {
  margin: 8px 0 0; }

.pr-review-comments {
  list-style: none;
  padding: 0;
  margin: 10px 0 0; }

.pr-review-comment {
  background-color: #f6f8fa;
  border-radius: 3px;
  padding: 6px 10px;
  margin-bottom: 6px;
  font-size: 13px; }
  .pr-review-comment code {
    font-size: 12px; }
  .pr-review-comment p {
    margin: 4px 0 0; }

.pr-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  border-top: 1px solid #dfdfdf;
  padding-top: 14px; }

.pr-action-form {
  margin: 0; }

.pr-action {
  width: auto !important;
  padding: 6px 14px;
  font-weight: 500;
  font-size: 13px; }

.pr-action--merge {
  background-color: #8250df;
  color: #ffffff !important;
  border-color: rgba(130, 80, 223, 0.4); }
  .pr-action--merge:hover {
    background-color: #6f3fc4;
    border-color: rgba(130, 80, 223, 0.6); }

.pr-action--close {
  color: #cf222e !important;
  border-color: rgba(207, 34, 46, 0.4); }
  .pr-action--close:hover {
    background-color: #cf222e;
    color: #ffffff !important;
    border-color: #cf222e; }

.pr-action--review {
  background-color: #1f883d;
  color: #ffffff !important;
  border-color: rgba(31, 136, 61, 0.4); }
  .pr-action--review:hover {
    background-color: #1a7f37; }

.pr-compare-desc {
  color: #777;
  margin-bottom: 16px;
  font-size: 13px; }

.pr-compare-form {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background-color: #fafbfc;
  flex-wrap: wrap; }

.pr-compare-label {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 13px;
  color: #777; }
  .pr-compare-label select {
    min-width: 160px;
    padding: 4px 8px; }

.pr-compare-arrow {
  color: #777; }

.pr-compare-btn {
  width: auto !important;
  padding: 5px 12px; }

.pr-compare-summary {
  margin: 14px 0;
  color: #777;
  font-size: 13px; }

.pr-new-form {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 14px;
  margin-bottom: 18px;
  background-color: #ffffff; }
  .pr-new-form input[type="text"],
  .pr-new-form textarea {
    width: 100%;
    box-sizing: border-box; }

.pr-new-submit {
  background-color: #1f883d;
  color: #ffffff !important;
  width: auto !important;
  padding: 7px 18px;
  font-weight: 500; }
  .pr-new-submit:hover {
    background-color: #1a7f37; }

.pr-commits {
  list-style: none;
  padding: 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 8px 0 18px; }

.pr-commit {
  display: flex;
  gap: 10px;
  padding: 8px 12px;
  border-top: 1px solid #dfdfdf;
  font-size: 13px; }
  .pr-commit:first-child {
    border-top: none; }

.pr-commit__hash {
  color: #777;
  font-size: 12px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.pr-commit__msg {
  flex: 1; }

.pr-commit__author {
  color: #777;
  font-size: 12px; }

.pr-files-summary {
  list-style: none;
  padding: 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 8px 0 18px; }

.pr-file-summary {
  display: flex;
  gap: 10px;
  padding: 6px 12px;
  border-top: 1px solid #dfdfdf;
  font-size: 13px; }
  .pr-file-summary:first-child {
    border-top: none; }
  .pr-file-summary a {
    flex: 1; }

.pr-file-summary__add {
  color: #1f883d; }

.pr-file-summary__del {
  color: #cf222e; }

.pr-diff {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-bottom: 18px;
  overflow: hidden; }

.pr-diff__header {
  display: flex;
  justify-content: space-between;
  background-color: #f6f8fa;
  padding: 8px 12px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 13px; }

.pr-diff__path {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 600; }

.pr-diff__counts {
  display: flex;
  gap: 8px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.pr-diff__add {
  color: #1f883d; }

.pr-diff__del {
  color: #cf222e; }

.pr-diff__binary {
  padding: 14px;
  color: #777;
  text-align: center;
  font-style: italic; }

.pr-diff__table {
  width: 100%;
  border-collapse: collapse;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  background-color: #ffffff; }

.pr-diff__hunk-header td,
.pr-diff__hunk-header td code {
  background-color: #ddf4ff;
  color: #57606a;
  padding: 4px 12px;
  font-size: 12px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.pr-diff__row td {
  padding: 0 8px;
  white-space: pre;
  vertical-align: top;
  line-height: 1.5;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px; }

.pr-diff__row--context td {
  background-color: #ffffff; }

.pr-diff__row--add td {
  background-color: #e6ffec; }

.pr-diff__row--del td {
  background-color: #ffebe9; }

.pr-diff__lineno {
  color: rgba(36, 41, 46, 0.4);
  text-align: right;
  width: 1%;
  user-select: none;
  min-width: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.04); }

.pr-diff__sign {
  width: 1%;
  user-select: none; }

.pr-diff__content {
  width: 100%; }
  .pr-diff__content pre {
    margin: 0;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    white-space: pre; }
  .pr-diff__content b {
    font-weight: 600;
    color: #cf222e; }
  .pr-diff__content u {
    text-decoration: none;
    color: #0a3069; }
  .pr-diff__content i {
    font-style: normal;
    color: #6e7781; }

.pr-diff__commentrow td {
  background-color: #ffffff;
  padding: 4px 8px; }

.pr-diff__commentbox {
  width: 100%;
  box-sizing: border-box;
  font-family: system-ui, sans-serif;
  font-size: 13px; }

.pr-diff__inline-comment td {
  background-color: #fffbea;
  padding: 8px 12px; }

.pr-inline-comment {
  font-family: system-ui, sans-serif; }
  .pr-inline-comment p {
    margin: 4px 0 0; }

.pr-inline-comment__meta {
  color: #777;
  font-size: 12px; }

.pr-review-form {
  margin: 0; }

.pr-review-submit {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 18px;
  background-color: #f6f8fa; }
  .pr-review-submit textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px; }

.pr-review-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px; }

.inline-form {
  display: inline-block;
  margin: 0; }

.link-button {
  font-size: 13px;
  padding: 5px 12px;
  background-color: #ffffff;
  color: #24292e;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.4;
  transition: background-color 0.07s, border-color 0.07s; }
  .link-button:hover {
    background-color: #f3f4f6;
    text-decoration: none; }

.link-button--danger {
  color: #cf222e;
  border-color: rgba(207, 34, 46, 0.3); }
  .link-button--danger:hover {
    background-color: #cf222e;
    color: #ffffff;
    border-color: #cf222e; }

.project-desc {
  color: #777;
  margin: -8px 0 20px;
  font-size: 14px;
  line-height: 1.5; }

.kanban-board {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  overflow-x: auto;
  padding: 4px 0 16px;
  margin: 0 -4px; }

.kanban-column {
  flex: 0 0 280px;
  background-color: #f6f8fa;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 220px); }

.kanban-column--add {
  background-color: transparent;
  border: 1px dashed #dfdfdf; }
  .kanban-column--add .kanban-card-form {
    border-top: none;
    padding: 12px; }

.kanban-column__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid #dfdfdf; }
  .kanban-column__header h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #24292e;
    text-transform: uppercase;
    letter-spacing: 0.4px; }
  .kanban-column__header .inline-form {
    display: inline;
    margin: 0; }
  .kanban-column__header .link-button--danger {
    color: #777;
    font-size: 18px;
    line-height: 1;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 4px;
    opacity: 0;
    transition: opacity 0.1s, color 0.1s, background-color 0.1s; }
    .kanban-column__header .link-button--danger:hover {
      color: #cf222e;
      background: none; }

.kanban-column:hover .kanban-column__header .link-button--danger {
  opacity: 1; }

.kanban-cards {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  flex: 1; }

.kanban-cards__empty {
  color: #777;
  font-size: 13px;
  text-align: center;
  padding: 16px 8px;
  border: 1px dashed #dfdfdf;
  border-radius: 3px;
  background-color: #ffffff; }

.kanban-card {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 10px 12px;
  box-shadow: 0 1px 0 rgba(27, 31, 36, 0.04);
  transition: box-shadow 0.07s, border-color 0.07s; }
  .kanban-card:hover {
    border-color: #b8b8b8;
    box-shadow: 0 1px 3px rgba(27, 31, 36, 0.08); }
    .kanban-card:hover .kanban-card__actions {
      opacity: 1; }

.kanban-card__title {
  font-weight: 500;
  font-size: 14px;
  color: #24292e;
  line-height: 1.4; }

.kanban-card__note {
  color: #777;
  font-size: 12px;
  margin: 6px 0 0;
  line-height: 1.45;
  white-space: pre-wrap; }

.kanban-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #f3f3f3;
  opacity: 0;
  transition: opacity 0.1s; }
  .kanban-card__actions .inline-form {
    display: inline-flex;
    gap: 4px;
    margin: 0;
    align-items: center; }
  .kanban-card__actions select {
    font-size: 12px;
    padding: 3px 6px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: #ffffff;
    color: #24292e;
    max-width: 130px; }
  .kanban-card__actions .link-button {
    font-size: 12px;
    padding: 3px 8px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #24292e;
    cursor: pointer; }
    .kanban-card__actions .link-button:hover {
      background-color: #f3f4f6; }
  .kanban-card__actions .link-button--danger {
    color: #cf222e;
    margin-left: auto;
    border-color: transparent;
    background: none;
    padding: 3px 4px; }
    .kanban-card__actions .link-button--danger:hover {
      background-color: rgba(207, 34, 46, 0.08); }

.kanban-card-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .kanban-card-form input[type="text"],
  .kanban-card-form textarea {
    font-size: 13px;
    padding: 6px 8px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-family: inherit;
    color: #24292e;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    resize: vertical; }
    .kanban-card-form input[type="text"]:focus,
    .kanban-card-form textarea:focus {
      outline: none;
      border-color: #0969da;
      box-shadow: 0 0 0 2px rgba(9, 105, 218, 0.18); }
  .kanban-card-form textarea {
    min-height: 38px; }
  .kanban-card-form .link-button {
    align-self: flex-start;
    font-size: 12px;
    padding: 5px 12px;
    background-color: #1f883d;
    color: #ffffff;
    border: 1px solid rgba(31, 136, 61, 0.6);
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer; }
    .kanban-card-form .link-button:hover {
      background-color: #1a7f37; }

.kanban-column--add .kanban-card-form .link-button {
  background-color: #ffffff;
  color: #24292e;
  border-color: #dfdfdf; }
  .kanban-column--add .kanban-card-form .link-button:hover {
    background-color: #f3f4f6; }

/* Header for the file table (Last Commit Info) */
.last_commit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background-color: #f6f8fa;
  border: 1px solid #e1e4e8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
  font-size: 13px;
  color: #24292e; }
  .last_commit .last_commit_message {
    color: #586069;
    margin-left: 8px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .last_commit .last_commit_hash {
    font-family: monospace;
    color: #24292e;
    background-color: transparent;
    margin: 0 10px;
    font-size: 12px; }
  .last_commit .time {
    color: #6a737d;
    white-space: nowrap; }

/* The File List Container */
.files {
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  margin-bottom: 20px; }

/* Individual File Row */
.file {
  display: grid;
  /* Grid: Icon | Name | Message | Date */
  grid-template-columns: 20px minmax(150px, 25%) 1fr 140px;
  align-items: center;
  padding: 8px 16px;
  border-top: 1px solid #e1e4e8;
  font-size: 14px;
  line-height: 20px;
  color: #24292e;
  background-color: #fff;
  transition: background-color 0.1s;
  /* Adjustments for first item if not using the last_commit header div
	   but assuming .files contains .last_commit followed by divs
	*/ }
  .file:hover {
    background-color: #f6f8fa; }
  .file:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }

.files--with-size .file {
  grid-template-columns: 20px minmax(150px, 25%) 1fr 140px 90px; }

.files--with-size .file-size {
  grid-column: 5; }

.file.file-total {
  grid-template-columns: 1fr auto; }
  .file.file-total:hover {
    background-color: #fff;
    cursor: default; }
  .file.file-total .file-size {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #24292e !important;
    font-size: 14px; }
    .file.file-total .file-size svg {
      fill: currentColor;
      color: #6a737d;
      width: 14px;
      height: 14px; }
    .file.file-total .file-size b {
      font-weight: 600; }

.files--with-size .file.file-total {
  grid-template-columns: 1fr auto; }
  .files--with-size .file.file-total .file-size {
    grid-column: 2; }

.files--top-files .file {
  grid-template-columns: 20px minmax(0, 1fr) 110px; }

.top-files-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background-color: #f6f8fa;
  border-bottom: 1px solid #e1e4e8;
  font-size: 13px;
  color: #24292e; }
  .top-files-header span {
    color: #6a737d; }

.top-files-empty {
  padding: 16px;
  color: #6a737d;
  background: #fff; }

/* Responsive Grid for Mobile */
@media (max-width: 768px) {
  .file {
    grid-template-columns: 20px 1fr;
    gap: 5px; }
  .files--with-size .file {
    grid-template-columns: 20px 1fr; }
  .files--top-files .file {
    grid-template-columns: 20px 1fr; }
  .file-msg, .file-size, .file-time {
    display: none; } }

/* Icon */
.file-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #79b8ff;
  /* Folder blue */ }
  .file-ico svg {
    fill: currentColor;
    width: 14px;
    height: 14px; }

/* File Name */
.file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px; }
  .file-name a {
    color: #24292e !important;
    font-weight: 400; }
    .file-name a:hover {
      color: #0366d6 !important;
      text-decoration: underline; }

/* Commit Message */
.file-msg {
  color: #6a737d !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px; }
  .file-msg a {
    color: #6a737d; }
    .file-msg a:hover {
      color: #0366d6; }

/* Folder size */
.file-size {
  color: #6a737d !important;
  text-align: right;
  font-size: 13px;
  white-space: nowrap; }

/* Time */
.file-time {
  color: #6a737d !important;
  text-align: right;
  font-size: 13px;
  padding-right: 10px; }

.langs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  align-items: center;
  background: #ffffff; }

.lang-stats-header {
  border: 1px solid #d8dee4;
  border-radius: 5px;
  margin: 0 0 18px;
  overflow: hidden; }

.lang-stats-bar {
  display: flex;
  height: 5px; }
  .lang-stats-bar div {
    height: 5px; }

.lang-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9px 6px 8px;
  min-width: 0;
  white-space: nowrap; }

.lang-stat * {
  margin-right: 3px; }

.lang-stat *:last-child {
  margin-right: 0px; }

.lang-stat-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 1px; }

.lang-stat-loc {
  font-size: 80%;
  font-style: italic;
  color: #777; }

.repo-tabs {
  position: fixed;
  left: 5px;
  top: 300px; }
  .repo-tabs a {
    display: block; }

/* --- Main Layout Containers --- */
.repo-header {
  margin-bottom: 20px; }

.repo-title-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 50px; }

.repo-settings-link {
  font-size: 14px;
  line-height: 1; }

.repo-header-area {
  position: relative; }
  .repo-header-area .repo-actions {
    position: absolute;
    top: 11px;
    right: 0;
    z-index: 5; }

/* 1. The repo stats panel */
.repo-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #d8dee4;
  border-radius: 5px;
  background: #ffffff;
  margin: 8px 0 10px;
  min-height: 36px;
  overflow: hidden; }

.repo-stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 20px;
  min-width: 0;
  padding: 7px 8px;
  white-space: nowrap; }
  .repo-stat-item b {
    font-weight: 700; }
  .repo-stat-item svg {
    color: #111111;
    flex: 0 0 auto;
    height: 15px;
    width: 15px; }

a.repo-stat-item:hover {
  background: #f6f8fa;
  text-decoration: none; }

@media (max-width: 760px) {
  .repo-stats {
    justify-content: space-around; } }

/* 2. The Control Bar (Branch, Code, Stars, Watch) */
.repo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px; }

.repo-wrapper--with-sidebar {
  padding-right: 184px; }

.branch-specific-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%; }

.branch-right-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto; }

.add-file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  color: #24292e !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  cursor: pointer; }
  .add-file-btn:hover {
    background: #2ea44f;
    border-color: #2ea44f;
    color: #fff !important; }

/* Branch Select Dropdown */
.branch-select {
  appearance: none;
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  color: #24292e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  max-width: 150px;
  padding: 5px 35px 5px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  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='%23343a40' 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 8px center;
  background-size: 10px; }

.branches-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #24292e !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 10px;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  background: #fafbfc;
  white-space: nowrap; }
  .branches-link svg {
    color: #24292e;
    height: 14px;
    width: 14px;
    flex: 0 0 auto; }
  .branches-link b {
    font-weight: 600; }
  .branches-link:hover {
    background: #f3f4f6;
    text-decoration: none; }

.repo-mode-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff; }

.repo-mode-link {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  color: #24292e !important;
  font-size: 13px !important;
  line-height: 30px;
  border-right: 1px solid rgba(27, 31, 35, 0.15);
  white-space: nowrap; }
  .repo-mode-link:last-child {
    border-right: 0; }
  .repo-mode-link.active {
    background: #f6f8fa;
    font-weight: 600; }

a.repo-mode-link:hover {
  background: #f6f8fa;
  text-decoration: none; }

/* --- Action Buttons (Code, Star, Watch) --- */
.repo-code-container {
  position: relative; }

/* Green Code Button */
.repo-code-button {
  background-color: #2ea44f;
  color: white;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s; }
  .repo-code-button:hover {
    background-color: #2c974b; }
  .repo-code-button::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

/* Clone Dropdown */
.repo-clone-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
  z-index: 100;
  width: 300px;
  color: #24292e;
  font-size: 13px; }
  .repo-clone-dropdown .clone-input-group {
    display: flex;
    margin-top: 8px; }
    .repo-clone-dropdown .clone-input-group input {
      flex: 1;
      font-family: monospace;
      font-size: 12px;
      padding: 5px;
      border: 1px solid #e1e4e8;
      border-radius: 4px 0 0 4px;
      border-right: none;
      background: #fafbfc; }
    .repo-clone-dropdown .clone-input-group button {
      border-radius: 0 4px 4px 0;
      background: #f6f8fa;
      border: 1px solid #e1e4e8;
      font-size: 12px;
      padding: 5px 10px;
      cursor: pointer; }
      .repo-clone-dropdown .clone-input-group button:hover {
        background-color: #f3f4f6; }

.repo-code-container:hover .repo-clone-dropdown {
  display: block; }

/* Repo Actions (Star / Watch buttons in the top bar) */
.repo-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }
  .repo-actions button {
    display: inline-flex;
    width: auto !important; }

/* Two-column layout for the top of the repo (files + sidebar) */
.repo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 24px;
  align-items: start; }

.repo-main {
  min-width: 0; }

.repo-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.sidebar-section {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 16px; }
  .sidebar-section:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.sidebar-section-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px; }
  .sidebar-section-header h3 {
    font-size: 14px;
    font-weight: 600;
    color: #24292e;
    margin: 0; }
    .sidebar-section-header h3 a {
      color: inherit; }
      .sidebar-section-header h3 a:hover {
        color: #0366d6;
        text-decoration: none; }

.sidebar-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  background: #eaecef;
  color: #24292e;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 500; }

.sidebar-description {
  font-size: 14px;
  color: #57606a;
  margin: 0 0 12px;
  line-height: 1.5; }

.sidebar-description--empty {
  font-style: italic;
  color: #8b949e; }

.sidebar-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .sidebar-meta li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #57606a; }
    .sidebar-meta li svg {
      color: #57606a;
      flex: 0 0 auto; }
    .sidebar-meta li a {
      color: #57606a;
      font-weight: 500; }
      .sidebar-meta li a:hover {
        color: #0366d6;
        text-decoration: underline; }

.sidebar-empty {
  font-size: 13px;
  color: #8b949e;
  margin: 0;
  font-style: italic; }

.sponsor-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #24292e !important;
  background: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px; }
  .sponsor-button:hover {
    background: #f3f4f6;
    text-decoration: none; }

.sidebar-release-latest {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #24292e !important; }
  .sidebar-release-latest .sidebar-release-badge {
    display: inline-flex;
    align-items: center;
    padding: 0 7px;
    height: 20px;
    background: #2ea44f;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 999px; }
  .sidebar-release-latest .sidebar-release-name {
    font-weight: 600;
    font-size: 14px; }
  .sidebar-release-latest .sidebar-release-date {
    color: #57606a;
    font-size: 12px;
    flex-basis: 100%; }
  .sidebar-release-latest:hover .sidebar-release-name {
    color: #0366d6; }

.sidebar-release-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #0366d6; }
  .sidebar-release-more:hover {
    text-decoration: underline; }

.sidebar-contributors {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

.sidebar-contributor {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: #f6f8fa; }
  .sidebar-contributor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.sidebar-contributor--shadow {
  cursor: default; }

@media (max-width: 960px) {
  .repo-layout {
    grid-template-columns: minmax(0, 1fr); }
  .repo-wrapper--with-sidebar {
    padding-right: 0; } }

/* Common style for Star/Watch buttons */
.star-button, .watch-button {
  display: inline-flex;
  align-items: center;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #24292e;
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition-property: color, background-color, border-color;
  margin-top: 0 !important;
  /* Override original */ }
  .star-button:hover, .watch-button:hover {
    background-color: #f3f4f6;
    border-color: rgba(27, 31, 35, 0.15);
    text-decoration: none; }
  .star-button svg, .watch-button svg {
    height: 14px;
    width: 14px;
    margin-right: 4px;
    fill: #6a737d; }

/* --- Breadcrumbs --- */
.tree-path {
  font-size: 16px;
  margin: 10px 0;
  color: #586069;
  /* Slash separator */ }
  .tree-path a {
    color: #0366d6; }
    .tree-path a:hover {
      text-decoration: underline; }
  .tree-path .slash {
    color: #586069;
    margin: 0 4px; }

/* --- Readme Container --- */
.readme {
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  padding: 32px;
  margin-top: 24px;
  background-color: #fff; }
  .readme h1 {
    border-bottom: 1px solid #eaecef;
    padding-bottom: 0.3em; }
  .readme code {
    background-color: rgba(27, 31, 35, 0.05);
    padding: 0.2em 0.4em;
    border-radius: 3px;
    border: none; }
  .readme pre code {
    padding: 16px;
    overflow: auto;
    line-height: 1.45;
    background-color: #f6f8fa;
    display: block; }
  .readme img {
    max-width: 100%;
    box-sizing: content-box;
    background-color: #fff; }

.commit-day-title {
  color: #777;
  font-size: 13px;
  padding: 24px 0 10px 0; }

.clog-block {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff; }

.clog {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid #dfdfdf; }

.clog:first-child {
  border-top: 0; }

.clog-avatar-link {
  flex: 0 0 auto;
  display: block;
  line-height: 0; }

img.clog-avatar {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  object-fit: cover;
  display: block; }

.clog-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px; }

.clog-browse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #ffffff;
  color: #777;
  text-decoration: none; }

.clog-browse:hover {
  color: #4078c0;
  border-color: #4078c0; }

.clog-browse svg {
  width: 14px;
  height: 14px;
  display: block; }

.clog-body {
  flex: 1 1 auto;
  min-width: 0; }

.clog-msg {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .clog-msg a {
    color: #24292e !important;
    font-size: 15px;
    font-weight: 600; }

.clog-meta {
  font-size: 12px;
  color: #777;
  margin-top: 4px; }

.clog-author {
  color: #24292e;
  font-weight: 600;
  text-decoration: none;
  margin-right: 6px; }

a.clog-author:hover {
  color: #4078c0; }

.clog-time {
  font-size: 12px;
  color: #777; }

.clog-hash {
  flex: 0 0 auto;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  background-color: #f3f3f3;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 12px;
  color: #24292e;
  text-decoration: none; }

.clog-hash:hover {
  color: #4078c0;
  border-color: #4078c0; }

.commit-page {
  margin-top: 16px; }

.commit-page__header {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 14px 16px;
  background-color: #f6f8fa;
  margin-bottom: 16px; }

.commit-page__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #24292e;
  line-height: 1.4; }

.commit-page__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #777;
  margin-bottom: 10px; }

.commit-page__author {
  font-weight: 600;
  color: #24292e; }

.commit-page__sep {
  color: #dfdfdf; }

.commit-page__hash {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 12px;
  color: #24292e; }

.commit-page__browse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #ffffff;
  color: #777;
  text-decoration: none; }

.commit-page__browse:hover {
  color: #4078c0;
  border-color: #4078c0; }

.commit-page__browse svg {
  width: 14px;
  height: 14px;
  display: block; }

.commit-page__patch {
  margin-left: auto;
  font-size: 13px;
  color: #4078c0;
  text-decoration: none; }

.commit-page__patch:hover {
  text-decoration: underline; }

.commit-page__stats {
  display: flex;
  gap: 12px;
  font-size: 13px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.commit-page__files {
  color: #24292e; }

.commit-page__adds {
  color: #1f883d;
  font-weight: 600; }

.commit-page__dels {
  color: #cf222e;
  font-weight: 600; }

.commit-page__empty {
  padding: 24px;
  text-align: center;
  color: #777;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background-color: #ffffff; }

.pr-diff__tag {
  display: inline-block;
  font-size: 11px;
  font-family: system-ui, sans-serif;
  font-weight: 500;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 10px;
  background-color: #f3f3f3;
  color: #777;
  border: 1px solid #dfdfdf;
  vertical-align: middle; }

.pr-diff__tag--new {
  background-color: #dafbe1;
  color: #1f883d;
  border-color: #aceebb; }

.pr-diff__tag--deleted {
  background-color: #ffebe9;
  color: #cf222e;
  border-color: #ffcecb; }

.pr-diff__oldpath {
  color: #777;
  font-weight: 400;
  margin-right: 4px; }

.buttons {
  margin-top: 10px; }

pre > * {
  font-family: Roboto-Mono, Menlo; }

pre {
  overflow-y: hidden;
  overflow-x: auto; }

.hl_table a {
  padding-right: 5px;
  padding-left: 5px;
  float: right; }

.hl_table td {
  padding: 0px; }

.hl_table td:first-child {
  width: 1%;
  padding-right: 4px; }
  .hl_table td:first-child a {
    font-family: SFMono-Regular, Consolas, Menlo, monospace;
    color: #777;
    opacity: 0.7;
    cursor: pointer; }
  .hl_table td:first-child a:hover {
    opacity: 1; }

.hl_table tr {
  height: 16px; }

.hl_table b {
  color: #4a679a;
  font-weight: normal; }

.hl_table u {
  color: #b33a2c;
  text-decoration: none; }

.hl_table i {
  color: darkgray;
  font-style: normal; }

div.branches .branch {
  margin-top: 10px; }

.data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.data-box {
  flex-basis: 100%;
  display: none;
  justify-content: space-between; }

.data-show-user {
  cursor: pointer;
  background: none;
  color: #24292e;
  border: 1px solid #dfdfdf;
  padding: 5px 8px;
  border-radius: 3px;
  transition: background-color 0.07s, border-color 0.07s, color 0.07s;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.data-show-user:hover {
  border: 1px solid #0366d6;
  background-color: #1a7be9;
  color: #ffffff; }

.data-emails {
  flex-basis: 35%; }

.data-emails > ul {
  min-height: 125px;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto; }

.data-email {
  list-style: none; }

.data-user {
  display: flex;
  align-items: center; }

.data-user > div {
  margin-right: 5px; }

.user-settings {
  width: 60%;
  display: flex;
  flex-direction: column; }

.user-settings > input {
  float: right;
  align-self: flex-end; }

.data-options {
  flex-basis: 100%;
  display: flex;
  flex-direction: column; }

.data-options > div {
  margin-bottom: 5px;
  display: flex;
  align-items: center; }

.data-options > div > label {
  margin-left: 5px; }

.settings {
  margin: 0 auto; }

::placeholder {
  color: rgba(0, 0, 0, 0.8); }

.admin-menu {
  margin-bottom: 10px; }

.stat-uptime {
  color: #4a5568;
  margin-bottom: 18px; }

.stat-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px; }

.stat-summary-item {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column; }

.stat-summary-value {
  font-size: 28px;
  font-weight: 600;
  color: #1a202c;
  line-height: 1; }

.stat-summary-label {
  margin-top: 6px;
  font-size: 13px;
  color: #4a5568;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.stat-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px; }

.stat-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  padding: 16px 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }

.stat-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px; }

.stat-card-head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1a202c; }

.stat-card-range {
  font-size: 12px;
  color: #718096; }

.stat-chart {
  width: 100%;
  height: 180px;
  display: block; }

.stat-chart-bar {
  transition: opacity 0.1s ease; }

.stat-chart-bar:hover {
  opacity: 0.8; }

.stat-chart-grid line {
  stroke: #edf2f7;
  stroke-width: 1; }

.stat-chart-label {
  font-size: 9px;
  fill: #718096; }

@media (max-width: 800px) {
  .stat-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-cards {
    grid-template-columns: 1fr; } }

.blob-page {
  margin-top: 16px; }

.blob-breadcrumb {
  font-size: 18px;
  margin: 0 0 14px;
  color: #57606a;
  line-height: 1.4;
  word-break: break-all; }

.blob-breadcrumb__link {
  color: #0969da;
  font-weight: 500; }
  .blob-breadcrumb__link:hover {
    text-decoration: underline; }

.blob-breadcrumb__sep {
  color: #8c959f;
  margin: 0 6px; }

.blob-breadcrumb__file {
  color: #1f2328;
  font-weight: 600; }

.blob-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background-color: #f6f8fa;
  border: 1px solid #d0d7de;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  font-size: 13px; }

.blob-toolbar__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #57606a;
  min-width: 0; }

.blob-toolbar__dot {
  color: #d0d7de;
  user-select: none; }

.blob-stat {
  color: #57606a; }
  .blob-stat b {
    color: #1f2328;
    font-weight: 600; }

.blob-stat--hash {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #0969da !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  white-space: nowrap; }
  .blob-stat--hash:hover {
    text-decoration: underline; }

.blob-toolbar__actions {
  display: flex;
  gap: 6px; }

.blob-action {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #ffffff;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  color: #1f2328 !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color 0.07s, border-color 0.07s; }
  .blob-action:hover {
    background-color: #f3f4f6;
    border-color: #afb8c1;
    text-decoration: none; }

.blob-content {
  border: 1px solid #d0d7de;
  border-radius: 0 0 6px 6px;
  margin: 0 0 16px;
  background-color: #ffffff;
  overflow: auto; }

.blob-content__code {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5; }

.blob-content__markdown {
  padding: 24px 32px; }
  .blob-content__markdown > *:first-child {
    margin-top: 0; }
  .blob-content__markdown > *:last-child {
    margin-bottom: 0; }
  .blob-content__markdown > * {
    margin: 10px 0; }
  .blob-content__markdown code {
    background-color: rgba(175, 184, 193, 0.2);
    padding: 0.2em 0.4em;
    border-radius: 6px;
    font-size: 85%; }
  .blob-content__markdown pre code {
    background: transparent;
    padding: 0; }
  .blob-content__markdown pre {
    background-color: #f6f8fa;
    padding: 16px;
    border-radius: 6px;
    overflow: auto; }
  .blob-content__markdown h1 {
    font-size: 2em;
    border-bottom: 1px solid #d8dee4;
    padding-bottom: 0.3em; }
  .blob-content__markdown h2 {
    font-size: 1.5em;
    border-bottom: 1px solid #d8dee4;
    padding-bottom: 0.3em; }
  .blob-content__markdown h3 {
    font-size: 1.25em; }
  .blob-content__markdown h4 {
    font-size: 1em; }
  .blob-content__markdown h5 {
    font-size: 0.875em; }
  .blob-content__markdown h6 {
    font-size: 0.85em;
    color: #57606a; }
  .blob-content__markdown img {
    max-width: 100%; }
  .blob-content__markdown li.task-list-item:has(> input.task-list-item-checkbox) {
    list-style: none; }

.contributors-item {
  display: flex;
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px; }
  .contributors-item a {
    margin-left: 10px; }

.issue-header {
  margin: 20px 0 16px; }

.issue-header__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.issue-header__id {
  color: #57606a;
  font-weight: 400;
  margin-left: 4px; }

.issue-post {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  margin-bottom: 14px;
  background: #fff; }

.issue-post__avatar {
  display: block; }
  .issue-post__avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d0d7de;
    display: block; }

.issue-post__body {
  min-width: 0; }

.issue-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  font-size: 13px;
  color: #57606a;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeef2; }

.issue-post__author {
  font-weight: 600;
  color: #24292f; }

.issue-post__time {
  color: #57606a; }

.issue-post__content {
  font-size: 14px;
  line-height: 1.55;
  color: #24292f;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .issue-post__content p {
    margin: 0 0 12px; }
  .issue-post__content p:last-child {
    margin-bottom: 0; }

.markdown-body.issue-post__content h1, .markdown-body.issue-post__content h2, .markdown-body.issue-post__content h3, .markdown-body.issue-post__content h4,
.issue-post__content.markdown-body h1,
.issue-post__content.markdown-body h2,
.issue-post__content.markdown-body h3,
.issue-post__content.markdown-body h4 {
  font-weight: 600;
  margin: 18px 0 8px;
  padding: 0;
  line-height: 1.3; }

.markdown-body.issue-post__content h1,
.issue-post__content.markdown-body h1 {
  font-size: 18px; }

.markdown-body.issue-post__content h2,
.issue-post__content.markdown-body h2 {
  font-size: 16px; }

.markdown-body.issue-post__content h3,
.issue-post__content.markdown-body h3 {
  font-size: 15px; }

.markdown-body.issue-post__content h4,
.issue-post__content.markdown-body h4 {
  font-size: 14px; }

.markdown-body.issue-post__content > *:first-child,
.issue-post__content.markdown-body > *:first-child {
  margin-top: 0; }

.markdown-body.issue-post__content ul, .markdown-body.issue-post__content ol,
.issue-post__content.markdown-body ul,
.issue-post__content.markdown-body ol {
  margin: 0 0 12px 22px;
  padding: 0; }

.markdown-body.issue-post__content li,
.issue-post__content.markdown-body li {
  margin: 4px 0; }

.markdown-body.issue-post__content a,
.issue-post__content.markdown-body a {
  color: #0969da; }

.markdown-body.issue-post__content code,
.issue-post__content.markdown-body code {
  background: #f6f8fa;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 90%; }

.markdown-body.issue-post__content pre,
.issue-post__content.markdown-body pre {
  background: #f6f8fa;
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto; }

.markdown-body.issue-post__content blockquote,
.issue-post__content.markdown-body blockquote {
  border-left: 3px solid #d0d7de;
  padding: 0 12px;
  color: #57606a;
  margin: 0 0 12px; }

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px; }

.comment-form__input {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.5;
  resize: vertical; }

.comment-form__actions {
  display: flex;
  justify-content: flex-end; }

.comment-form__submit {
  width: auto !important;
  padding: 6px 16px;
  background-color: #1f883d;
  color: #fff;
  border: 1px solid rgba(31, 136, 61, 0.6);
  font-weight: 500; }
  .comment-form__submit:hover {
    background-color: #1a7f37;
    border-color: rgba(27, 31, 36, 0.15);
    color: #fff; }

.comment {
  margin-left: 20px;
  margin-top: 20px; }

.profile-block-container {
  display: grid;
  grid-template-areas: "profile repos";
  grid-template-columns: 260px 1fr; }

.profile-block__left {
  grid-area: profile;
  max-width: 300px; }

.profile-block__right {
  grid-area: repos;
  padding-left: 10px;
  padding-top: 10px;
  width: 100%; }

.profile-avatar {
  height: 256px;
  width: 256px;
  border-radius: 100%;
  border: 2px solid #24292e;
  margin-top: 5px;
  overflow: hidden;
  cursor: pointer; }
  .profile-avatar img {
    height: 256px;
    width: 256px;
    object-fit: cover; }

.edit-profile-button {
  width: 256px; }

.new-ssh-key-block {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin: 10px 0 10px 0; }

.ssh-key {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px; }

.ssh-key-remove {
  margin-top: 10px; }

.profile-activities {
  margin-top: 25px; }

.activity {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px; }

.profile-repos-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 12px; }
  .profile-repos-header h2 {
    margin: 0;
    font-size: 18px; }

.profile-repos-all {
  font-size: 13px; }

.profile-repos-empty {
  color: #586069;
  font-size: 14px;
  margin: 0; }

.profile-repo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px; }

.profile-repo-card {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  min-height: 110px; }

.profile-repo-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px; }

.profile-repo-card__title {
  font-weight: 600;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.profile-repo-card__badge {
  font-size: 11px;
  border: 1px solid #dfdfdf;
  border-radius: 999px;
  padding: 1px 7px;
  color: #586069; }
  .profile-repo-card__badge--private {
    color: #b08800;
    border-color: #f1d27c;
    background: #fff9e6; }

.profile-repo-card__desc {
  color: #586069;
  font-size: 13px;
  margin: 0 0 10px;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.profile-repo-card__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: #586069; }

.profile-repo-card__lang {
  display: inline-flex;
  align-items: center;
  gap: 5px; }

.profile-repo-card__lang-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.profile-activity-heatmap {
  margin-top: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 14px 16px; }

.profile-activity-heatmap__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px; }
  .profile-activity-heatmap__header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600; }

.profile-activity-heatmap__range {
  color: #586069;
  font-size: 12px; }

.profile-activity-heatmap__grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, 11px);
  grid-auto-columns: 11px;
  gap: 2px;
  overflow-x: auto; }

.profile-activity-heatmap__cell {
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: #ebedf0; }
  .profile-activity-heatmap__cell--empty {
    background: transparent; }
  .profile-activity-heatmap__cell[data-level="1"] {
    background: #9be9a8; }
  .profile-activity-heatmap__cell[data-level="2"] {
    background: #40c463; }
  .profile-activity-heatmap__cell[data-level="3"] {
    background: #30a14e; }
  .profile-activity-heatmap__cell[data-level="4"] {
    background: #216e39; }

.profile-activity-heatmap__legend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 8px;
  font-size: 11px;
  color: #586069; }

.release {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px; }

.feed-date-group {
  font-size: 24px;
  margin: 0 auto;
  padding: 20px;
  width: 200px; }

.search-repo-stars-count > svg {
  height: 12px;
  width: 12px; }

.search-info {
  margin-top: 10px; }
