.container h2 {
  color: #e6edf3;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

.help_text {
  color: #8b949e;
  font-size: 0.875rem;
  margin: 0.75rem 0 1.5rem 0;
}

.empty_message {
  text-align: center;
  color: #6e7681;
  padding: 3rem;
  font-size: 1rem;
}

.roles_list {
  margin-top: 1.5rem;
}

.domain_section {
  margin-bottom: 3rem;
}
.domain_section h3 {
  color: #e6edf3;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #30363d;
}

.role_card {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 1rem 0;
}
.role_card h4 {
  margin-top: 0;
  color: #58a6ff;
  font-size: 1.125rem;
}
.role_card p {
  color: #8b949e;
  margin: 0.75rem 0;
}
.role_card ul {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
  color: #e6edf3;
}
.role_card ul li {
  margin: 0.5rem 0;
}

.error_message {
  padding: 0.75rem;
  background: #290b09;
  border: 1px solid rgba(248, 81, 73, 0.3);
  border-radius: 8px;
  color: #f85149;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}


.container {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  width: 100%;
}
.container h2 {
  color: #e6edf3;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-size: 1.5rem;
}

.form_group {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.form_input {
  width: 100%;
  padding: 0.75rem;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 8px;
  color: #e6edf3;
  font-size: 1rem;
  transition: all 200ms ease;
  flex: 1;
}
.form_input:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.1);
}
.form_input::placeholder {
  color: #6e7681;
}
.form_input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn_primary {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #58a6ff;
  color: #e6edf3;
  border-color: #58a6ff;
  flex-shrink: 0;
}
.btn_primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_primary:hover:not(:disabled) {
  background: #1f6feb;
  border-color: #1f6feb;
}

.btn_danger {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #f85149;
  color: #e6edf3;
  border-color: #f85149;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.btn_danger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_danger:hover:not(:disabled) {
  background: #da3633;
  border-color: #da3633;
}

.error_message {
  padding: 0.75rem;
  background: #290b09;
  border: 1px solid rgba(248, 81, 73, 0.3);
  border-radius: 8px;
  color: #f85149;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}


.container {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  width: 100%;
}
.container h2 {
  color: #e6edf3;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-size: 1.5rem;
}

.form_group {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.form_input {
  width: 100%;
  padding: 0.75rem;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 8px;
  color: #e6edf3;
  font-size: 1rem;
  transition: all 200ms ease;
  flex: 1;
}
.form_input:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.1);
}
.form_input::placeholder {
  color: #6e7681;
}
.form_input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn_primary {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #58a6ff;
  color: #e6edf3;
  border-color: #58a6ff;
  flex-shrink: 0;
}
.btn_primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_primary:hover:not(:disabled) {
  background: #1f6feb;
  border-color: #1f6feb;
}

.btn_danger {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #f85149;
  color: #e6edf3;
  border-color: #f85149;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.btn_danger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_danger:hover:not(:disabled) {
  background: #da3633;
  border-color: #da3633;
}

.error_message {
  padding: 0.75rem;
  background: #290b09;
  border: 1px solid rgba(248, 81, 73, 0.3);
  border-radius: 8px;
  color: #f85149;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.badge_success {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  background: #0d2818;
  color: #3fb950;
  border: 1px solid rgba(63, 185, 80, 0.3);
}


.card {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.card p {
  color: #e6edf3;
  margin: 0.75rem 0;
  font-size: 1rem;
}
.card p strong {
  color: #8b949e;
  font-weight: 600;
}

.error_message {
  padding: 0.75rem;
  background: #290b09;
  border: 1px solid rgba(248, 81, 73, 0.3);
  border-radius: 8px;
  color: #f85149;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}


.layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: 100vh;
  background-color: var(--background);
}

.main {
  padding: 2rem;
  overflow-y: auto;
  max-width: 1400px;
  width: 100%;
}

@media (max-width: 768px) {
  .layout {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    padding-bottom: 60px;
  }
  .main {
    padding: 1rem;
    grid-row: 1;
  }
}


.container {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  width: 100%;
}
.container h2 {
  color: #e6edf3;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-size: 1.5rem;
}

.form_group {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.form_select {
  width: 100%;
  padding: 0.75rem;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 8px;
  color: #e6edf3;
  font-size: 1rem;
  transition: all 200ms ease;
  cursor: pointer;
  flex: 1;
}
.form_select:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.1);
}
.form_select::placeholder {
  color: #6e7681;
}
.form_select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn_primary {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #58a6ff;
  color: #e6edf3;
  border-color: #58a6ff;
  flex-shrink: 0;
}
.btn_primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_primary:hover:not(:disabled) {
  background: #1f6feb;
  border-color: #1f6feb;
}

.btn_danger {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #f85149;
  color: #e6edf3;
  border-color: #f85149;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.btn_danger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_danger:hover:not(:disabled) {
  background: #da3633;
  border-color: #da3633;
}

.error_message {
  padding: 0.75rem;
  background: #290b09;
  border: 1px solid rgba(248, 81, 73, 0.3);
  border-radius: 8px;
  color: #f85149;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.domain_group {
  margin-bottom: 1.5rem;
}

.domain_header {
  color: #e6edf3;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #30363d;
}

.role_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.role_badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #0d2818;
  color: #3fb950;
  border: 1px solid rgba(63, 185, 80, 0.3);
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
}
.role_badge button {
  background: none;
  border: none;
  color: #f85149;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  transition: color 200ms ease;
}
.role_badge button:hover {
  color: #da3633;
}


.loading {
  text-align: center;
  padding: 20px;
  color: #8b949e;
}


.table {
  width: 100%;
  border-collapse: collapse;
  background: #161b22;
  border-radius: 12px;
  overflow: hidden;
}
.table thead {
  background: #21262d;
}
.table th {
  padding: 0.75rem 1rem;
  text-align: left;
  color: #8b949e;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #30363d;
}
.table td {
  padding: 0.75rem 1rem;
  color: #e6edf3;
  border-bottom: 1px solid #21262d;
  white-space: nowrap;
}
.table tbody tr {
  transition: background 150ms ease;
}
.table tbody tr:hover {
  background: #30363d;
}
.table tbody tr:last-child td {
  border-bottom: none;
}

.empty_message {
  text-align: center;
  color: #6e7681;
  padding: 3rem;
  font-size: 1rem;
}

.description_cell {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .description_cell {
    max-width: 150px;
  }
}

.detail_button {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: transparent;
  color: #8b949e;
  border-color: transparent;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #8b949e;
}
.detail_button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.detail_button:hover:not(:disabled) {
  background: #30363d;
  color: #e6edf3;
}
.detail_button:hover:not(:disabled) {
  color: #58a6ff;
}


.sidebar {
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 100vh;
  background: linear-gradient(180deg, #161b22 0%, #0d1117 100%);
  border-right: 1px solid #30363d;
  position: sticky;
  top: 0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.2);
}

.brand {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #30363d;
  background: rgba(88, 166, 255, 0.05);
}
.brand h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #58a6ff 0%, #8b6fc6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  overflow-y: auto;
  gap: 0.25rem;
}
.nav::-webkit-scrollbar {
  width: 6px;
}
.nav::-webkit-scrollbar-track {
  background: transparent;
}
.nav::-webkit-scrollbar-thumb {
  background: #30363d;
  border-radius: 3px;
}
.nav::-webkit-scrollbar-thumb:hover {
  background: #21262d;
}

.nav_item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  margin: 0 0.75rem;
  color: #8b949e;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all 200ms ease;
  border-radius: 8px;
  border-left: 3px solid transparent;
  position: relative;
  overflow: hidden;
}
.nav_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #58a6ff;
  transform: scaleY(0);
  transition: transform 200ms ease;
}
.nav_item:hover {
  background: rgba(88, 166, 255, 0.1);
  color: #e6edf3;
  padding-left: calc(1.5rem + 4px);
}
.nav_item:hover::after {
  transform: scaleY(1);
}
.nav_item.active {
  background: linear-gradient(90deg, rgba(88, 166, 255, 0.15) 0%, rgba(88, 166, 255, 0.05) 100%);
  color: #58a6ff;
  font-weight: 600;
  border-left-color: #58a6ff;
  box-shadow: inset 0 0 0 1px rgba(88, 166, 255, 0.2);
}
.nav_item.active::after {
  transform: scaleY(1);
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #30363d 50%, transparent 100%);
  margin: 1rem 1.5rem;
}

.section_label {
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6e7681;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.user_profile {
  padding: 1rem 1.5rem;
  border-top: 1px solid #30363d;
  border-bottom: 1px solid #30363d;
  background: rgba(33, 38, 45, 0.3);
  margin-bottom: 0.75rem;
}

.user_info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.user_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #58a6ff 0%, #8b6fc6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #e6edf3;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.2);
}

.user_details {
  flex: 1;
  min-width: 0;
}

.user_name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #e6edf3;
  margin: 0 0 0.25rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user_email {
  font-size: 0.75rem;
  color: #6e7681;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #30363d;
  background: rgba(33, 38, 45, 0.3);
}

.sign_out_btn {
  width: 100%;
  padding: 0.75rem;
  background: transparent;
  color: #8b949e;
  border: 1px solid #30363d;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.sign_out_btn:hover {
  background: rgba(248, 81, 73, 0.1);
  color: #f85149;
  border-color: #f85149;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(248, 81, 73, 0.2);
}
.sign_out_btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    top: auto;
    flex-direction: row;
    border-right: none;
    border-top: 1px solid #30363d;
    z-index: 1000;
    background: #161b22;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  }
  .brand {
    display: none;
  }
  .user_profile {
    display: none;
  }
  .nav {
    flex-direction: row;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    flex: 1;
  }
  .nav::-webkit-scrollbar {
    height: 3px;
  }
  .nav_item {
    flex-direction: column;
    flex-shrink: 0;
    padding: 0.75rem 1rem;
    margin: 0;
    border-left: none;
    border-top: 3px solid transparent;
    text-align: center;
    font-size: 0.75rem;
    gap: 0.25rem;
    border-radius: 0;
  }
  .nav_item::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
  }
  .nav_item:hover {
    padding-left: 1rem;
    padding-top: calc(0.75rem + 2px);
  }
  .nav_item:hover::after {
    transform: scaleX(1);
  }
  .nav_item.active {
    border-left: none;
    border-top-color: #58a6ff;
    background: linear-gradient(180deg, rgba(88, 166, 255, 0.15) 0%, rgba(88, 166, 255, 0.05) 100%);
  }
  .nav_item.active::after {
    transform: scaleX(1);
  }
  .divider {
    display: none;
  }
  .section_label {
    display: none;
  }
  .footer {
    padding: 0.75rem;
    border-top: none;
    border-left: 1px solid #30363d;
    background: transparent;
  }
  .sign_out_btn {
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }
}


.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

.content {
  background: #21262d;
  border: 1px solid #30363d;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 1.5rem;
}
.content h3 {
  margin-top: 0;
  color: #e6edf3;
  font-size: 1.25rem;
}
.content p {
  color: #8b949e;
  margin: 1rem 0;
}

.actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.btn_cancel {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #161b22;
  color: #e6edf3;
  border-color: #30363d;
}
.btn_cancel:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_cancel:hover:not(:disabled) {
  background: #30363d;
  border-color: #30363d;
}

.btn_confirm {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #f85149;
  color: #e6edf3;
  border-color: #f85149;
}
.btn_confirm:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_confirm:hover:not(:disabled) {
  background: #da3633;
  border-color: #da3633;
}


.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

.content {
  background: #21262d;
  border: 1px solid #30363d;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 1.5rem;
}
.content h3 {
  margin-top: 0;
  color: #e6edf3;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.detail_row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.detail_label {
  color: #8b949e;
  font-size: 0.875rem;
  font-weight: 600;
}

.detail_value {
  color: #e6edf3;
  font-size: 1rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.account_id {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  color: #e6edf3;
  font-size: 1rem;
}

.actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.btn_close {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #161b22;
  color: #e6edf3;
  border-color: #30363d;
}
.btn_close:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_close:hover:not(:disabled) {
  background: #30363d;
  border-color: #30363d;
}


.container {
  max-width: 400px;
  margin: 80px auto;
  background: #161b22;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #30363d;
}

.title {
  color: #e6edf3;
  margin-top: 0;
}

.subtitle {
  color: #8b949e;
}

.login_btn {
  display: inline-block;
  background: #58a6ff;
  color: #e6edf3;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 20px;
  transition: background 200ms ease;
}
.login_btn:hover {
  background: #1f6feb;
}


.container {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  width: 100%;
}

.form_group {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.form_input {
  width: 100%;
  padding: 0.75rem;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 8px;
  color: #e6edf3;
  font-size: 1rem;
  transition: all 200ms ease;
  flex: 1;
}
.form_input:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.1);
}
.form_input::placeholder {
  color: #6e7681;
}
.form_input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form_select {
  width: 100%;
  padding: 0.75rem;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 8px;
  color: #e6edf3;
  font-size: 1rem;
  transition: all 200ms ease;
  cursor: pointer;
}
.form_select:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.1);
}
.form_select::placeholder {
  color: #6e7681;
}
.form_select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn_primary {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #58a6ff;
  color: #e6edf3;
  border-color: #58a6ff;
  flex-shrink: 0;
}
.btn_primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_primary:hover:not(:disabled) {
  background: #1f6feb;
  border-color: #1f6feb;
}

.btn_danger {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #f85149;
  color: #e6edf3;
  border-color: #f85149;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.btn_danger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_danger:hover:not(:disabled) {
  background: #da3633;
  border-color: #da3633;
}

.error_message {
  padding: 0.75rem;
  background: #290b09;
  border: 1px solid rgba(248, 81, 73, 0.3);
  border-radius: 8px;
  color: #f85149;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}


.container {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  width: 100%;
}

.form_group {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.form_input {
  width: 100%;
  padding: 0.75rem;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 8px;
  color: #e6edf3;
  font-size: 1rem;
  transition: all 200ms ease;
  flex: 1;
}
.form_input:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.1);
}
.form_input::placeholder {
  color: #6e7681;
}
.form_input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn_primary {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #58a6ff;
  color: #e6edf3;
  border-color: #58a6ff;
  flex-shrink: 0;
}
.btn_primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_primary:hover:not(:disabled) {
  background: #1f6feb;
  border-color: #1f6feb;
}

.btn_danger {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  background: #f85149;
  color: #e6edf3;
  border-color: #f85149;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.btn_danger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_danger:hover:not(:disabled) {
  background: #da3633;
  border-color: #da3633;
}

.error_message {
  padding: 0.75rem;
  background: #290b09;
  border: 1px solid rgba(248, 81, 73, 0.3);
  border-radius: 8px;
  color: #f85149;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}


.container {
  max-width: 400px;
  margin: 80px auto;
  background: #161b22;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #30363d;
}

.title {
  color: #e6edf3;
  margin-top: 0;
}

.google_signin_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.phantom_container {
  margin-top: 16px;
}

.phantom_btn {
  display: inline-block;
  background: #8b6fc6;
  color: #e6edf3;
  padding: 12px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  transition: background 200ms ease;
}
.phantom_btn:hover:not(:disabled) {
  background: #6e56a5;
}
.phantom_btn:disabled {
  background: rgba(139, 111, 198, 0.5);
  cursor: not-allowed;
}

.error_message {
  color: #f85149;
  background: #290b09;
  border: 1px solid rgba(248, 81, 73, 0.3);
  border-radius: 8px;
  padding: 0.75rem;
  margin-top: 10px;
  font-size: 0.875rem;
}
