.aj-oj-campus-login {
  position: relative;
  margin: 0 0 14px;
  font-family: inherit;
}
.aj-oj-campus-login__button {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(106, 84, 255, .28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,244,255,.82));
  box-shadow: 0 10px 30px rgba(76, 89, 160, .12);
  color: #27304f;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.aj-oj-campus-login__button:hover,
.aj-oj-campus-login.is-open .aj-oj-campus-login__button {
  border-color: rgba(103, 58, 255, .72);
  box-shadow: 0 12px 34px rgba(103, 58, 255, .2);
  transform: translateY(-1px);
}
.aj-oj-campus-login__icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7c6cff, #22b8ff);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex: 0 0 auto;
}
.aj-oj-campus-login__text {
  min-width: 0;
  flex: 1;
  text-align: left;
}
.aj-oj-campus-login__label {
  display: block;
  font-size: 12px;
  color: #7b849d;
  line-height: 1.1;
}
.aj-oj-campus-login__name {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #1f2a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aj-oj-campus-login__arrow {
  color: #6a54ff;
  font-size: 16px;
}
.aj-oj-campus-login__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 99999;
  max-height: 280px;
  overflow: auto;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(122, 143, 190, .22);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 60px rgba(29, 48, 93, .24);
  display: none;
}
.aj-oj-campus-login.is-open .aj-oj-campus-login__menu {
  display: block;
}
.aj-oj-campus-login__search {
  width: 100%;
  height: 34px;
  border: 1px solid rgba(121, 135, 175, .24);
  border-radius: 11px;
  padding: 0 10px;
  outline: none;
  margin-bottom: 8px;
  color: #26324f;
  background: #f7f9ff;
}
.aj-oj-campus-login__search:focus {
  border-color: #6a54ff;
  background: #fff;
}
.aj-oj-campus-login__option {
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #26324f;
}
.aj-oj-campus-login__option:hover,
.aj-oj-campus-login__option.is-active {
  background: linear-gradient(135deg, rgba(106, 84, 255, .12), rgba(34, 184, 255, .1));
}
.aj-oj-campus-login__avatar {
  width: 30px;
  height: 30px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #6a54ff, #22b8ff);
  flex: 0 0 auto;
}
.aj-oj-campus-login__meta {
  min-width: 0;
  flex: 1;
  text-align: left;
}
.aj-oj-campus-login__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aj-oj-campus-login__code {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #7b849d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aj-oj-campus-login__check {
  color: #6a54ff;
  font-weight: 900;
}
.aj-oj-campus-login__notice {
  margin-top: 6px;
  color: #e05a48;
  font-size: 12px;
  min-height: 16px;
}
