
/* 1.9.2 Modern Lexikon UI */
.az-lexicon{
  max-width:1180px;
  padding-top:30px;
  padding-bottom:50px;
}
.az-lex-head{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  align-items:center;
  gap:28px;
  padding:36px;
  margin-bottom:22px;
  border:1px solid #dde6ec;
  border-radius:28px;
  background:
    radial-gradient(circle at 82% 18%,rgba(16,116,181,.15),transparent 28%),
    linear-gradient(135deg,#f8fbfd 0%,#ffffff 65%);
  box-shadow:0 20px 50px rgba(24,55,76,.07);
}
.az-lex-head:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-90px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(11,109,169,.1),rgba(255,213,42,.08));
}
.az-lex-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  background:#eef7fc;
  color:#0a6da9;
  letter-spacing:.08em;
  font-size:.72rem;
}
.az-lex-head h1{
  max-width:780px;
  margin:12px 0 14px;
  font-size:clamp(2.6rem,5vw,4.6rem);
  line-height:.98;
  letter-spacing:-.045em;
  color:#102b40;
}
.az-lex-head h1 em{
  color:#0a6da9;
}
.az-lex-head p{
  max-width:690px;
  font-size:1.03rem;
  line-height:1.65;
  color:#647783;
}
.az-lex-lux{
  position:relative;
  z-index:1;
  align-self:center;
  justify-self:end;
  max-width:300px;
  padding:16px 18px;
  border:1px solid rgba(16,85,126,.12);
  border-radius:18px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(8px);
  box-shadow:0 14px 36px rgba(18,58,84,.09);
}
.az-lex-lux>span{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#fff7d0;
  font-size:1.7rem;
}
.az-lex-lux b{
  color:#17364c;
}
.az-lex-lux small{
  line-height:1.4;
}

.az-lex-searchbox{
  position:sticky;
  top:12px;
  z-index:20;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  padding:10px 12px;
  margin-bottom:4px;
  border:1px solid #d8e4eb;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  box-shadow:0 12px 30px rgba(18,58,84,.09);
}
.az-lex-searchbox>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#eef6fa;
}
.az-lex-searchbox input{
  font-size:1rem;
  color:#203c50;
}
.az-lex-searchbox button{
  padding:10px 13px;
  border-radius:10px;
  background:#f1f5f7;
  transition:.18s;
}
.az-lex-searchbox button:hover{
  background:#e5edf2;
}

.az-lex-main{
  grid-template-columns:230px 1fr;
  gap:22px;
  margin-top:24px;
}
.az-lex-side{
  gap:14px;
}
.az-lex-side-card{
  gap:4px;
  padding:14px;
  border:1px solid #e0e7ec;
  border-radius:17px;
  box-shadow:0 8px 20px rgba(20,58,82,.04);
}
.az-lex-side-card>small{
  padding:3px 5px 8px;
  color:#7a8b96;
}
.az-lex-side-card button{
  position:relative;
  padding:10px 11px;
  border-radius:10px;
  transition:.18s;
}
.az-lex-side-card button:hover{
  transform:translateX(2px);
}
.az-lex-side-card button.active{
  background:#eaf5fb;
  color:#066aa7;
}
.az-lex-side-card button.active:before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  bottom:8px;
  width:3px;
  border-radius:999px;
  background:#0a72b5;
}
.az-lex-exam-link{
  padding:14px;
  border-radius:17px;
  background:linear-gradient(135deg,#0b3558,#0c5f95);
  color:#fff;
  box-shadow:0 12px 24px rgba(11,53,88,.13);
}
.az-lex-exam-link small{
  color:#d4e4ef;
}

.az-lex-content{
  min-width:0;
}
.az-lex-content-head{
  align-items:center;
  padding:3px 2px 0;
}
.az-lex-content-head h2{
  margin:4px 0 0;
  font-size:1.9rem;
  letter-spacing:-.02em;
}
.az-lex-content-head>span{
  padding:7px 10px;
  border-radius:999px;
  background:#f0f5f8;
  color:#5f7380;
}

.az-lex-letterbar{
  gap:6px;
  padding:10px 0 14px;
  margin:12px 0 2px;
  overflow-x:auto;
  flex-wrap:nowrap;
}
.az-lex-letterbar::-webkit-scrollbar{
  height:5px;
}
.az-lex-letterbar button{
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:10px;
  background:#fff;
  transition:.15s;
}
.az-lex-letterbar button:hover{
  transform:translateY(-1px);
  border-color:#b9cfdd;
}
.az-lex-letterbar button.active{
  background:#0a6da9;
  border-color:#0a6da9;
  box-shadow:0 6px 14px rgba(10,109,169,.18);
}

.az-lex-list{
  gap:10px;
}
.az-lex-entry{
  border:1px solid #dfe7ec;
  border-radius:16px;
  box-shadow:0 5px 16px rgba(18,58,84,.035);
  transition:.18s;
}
.az-lex-entry:hover{
  border-color:#c9d8e1;
  box-shadow:0 10px 24px rgba(18,58,84,.06);
}
.az-lex-entry-toggle{
  padding:16px 17px;
}
.az-lex-entry-toggle small{
  display:inline-flex;
  width:max-content;
  padding:4px 7px;
  border-radius:7px;
  background:#f4f7f9;
  color:#6e7f8a;
  font-size:.69rem;
}
.az-lex-entry-toggle h3{
  margin:6px 0 0;
  font-size:1.08rem;
  letter-spacing:-.01em;
}
.az-lex-entry-toggle>span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#f1f5f7;
}
.az-lex-entry-body{
  padding:0 17px 17px;
}
.az-lex-entry-body p{
  line-height:1.7;
}
.az-lex-entry-body>a{
  padding:8px 10px;
  border-radius:9px;
  background:#eef6fa;
}
.az-lex-remember{
  border-left:3px solid #f2c500;
  background:#fff9df;
}

.az-lex-empty{
  padding:44px 24px;
  border-radius:18px;
  background:#fafcfd;
}
.az-lex-help{
  margin-top:34px;
  border-radius:20px;
  box-shadow:0 12px 28px rgba(18,58,84,.05);
}
.az-lex-help-head{
  padding:17px 18px;
  background:linear-gradient(90deg,#f8fbfd,#fff);
}
.az-lex-help-head h2{
  font-size:1.45rem;
}
.az-lex-help-head>span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#fff7d2;
}
.az-help-messages{
  background:linear-gradient(180deg,#f8fafb,#fff);
}
.az-help-msg.bot{
  box-shadow:0 4px 12px rgba(20,58,82,.04);
}
.az-help-chips{
  padding-top:14px;
}
.az-help-chips button{
  transition:.15s;
}
.az-help-chips button:hover{
  transform:translateY(-1px);
}
.az-help-input{
  padding-bottom:17px;
}
.az-help-input button{
  background:linear-gradient(135deg,#0b3558,#0a6da9);
  box-shadow:0 7px 16px rgba(11,53,88,.12);
}

@media(max-width:900px){
  .az-lex-head{
    grid-template-columns:1fr;
    padding:28px;
  }
  .az-lex-lux{
    justify-self:start;
  }
  .az-lex-main{
    grid-template-columns:1fr;
  }
  .az-lex-side{
    position:static;
    grid-template-columns:1fr 1fr;
  }
  .az-lex-exam-link{
    grid-column:1/-1;
  }
}
@media(max-width:600px){
  .az-lex-head{
    padding:22px;
    border-radius:22px;
  }
  .az-lex-head h1{
    font-size:clamp(2.2rem,11vw,3.2rem);
  }
  .az-lex-searchbox{
    top:8px;
  }
  .az-lex-searchbox button{
    display:none;
  }
  .az-lex-main{
    margin-top:18px;
  }
  .az-lex-side{
    grid-template-columns:1fr;
  }
  .az-lex-content-head{
    align-items:flex-start;
  }
}
