:root{
  --aa23-border:rgba(15,23,42,.12);
}
*{box-sizing:border-box}

.aa23-brand{display:flex;align-items:center;gap:10px;min-width:0}
.aa23-brand img{height:32px;width:auto;display:block}
.aa23-brand .aa23-title{display:flex;flex-direction:column;gap:2px;min-width:0}
.aa23-brand .aa23-title strong{font-weight:900}
.aa23-brand .aa23-title span{opacity:.7;font-size:.88rem;line-height:1.2}

.aa23-shortcuts{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.aa23-shortcuts kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  border:1px solid var(--aa23-border);
  border-bottom-width:2px;
  border-radius:7px;
  padding:.05rem .35rem;
}

.aa23-shell{padding:14px}
.aa23-card{border:1px solid var(--aa23-border);border-radius:12px}
.aa23-card .aa23-card-h{padding:12px 14px;border-bottom:1px solid var(--aa23-border);display:flex;align-items:center;justify-content:space-between;gap:10px}
.aa23-card .aa23-card-b{padding:14px}

.aa23-search{width:100%;border-radius:10px;border:1px solid var(--aa23-border);padding:10px 12px}

.aa23-side a.active{font-weight:800}

@media (max-width: 768px){
  .aa23-shell{padding:10px}
}
