/* EducTools shared profile menu v4.12.0 */
.kids-profile-menu{position:relative;margin:0;min-width:0}
.kids-profile-menu>summary{list-style:none}
.kids-profile-menu>summary::-webkit-details-marker{display:none}
.kids-profile-chip{display:flex;align-items:center;gap:9px;min-width:190px;max-width:270px;padding:7px 10px;border:1px solid rgba(132,104,226,.2);border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 9px 24px rgba(104,78,185,.12);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.kids-profile-chip:hover,.kids-profile-menu[open]>.kids-profile-chip{transform:translateY(-1px);border-color:rgba(132,104,226,.44);box-shadow:0 13px 28px rgba(104,78,185,.18)}
.kids-profile-avatar{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;overflow:hidden;border:3px solid #fff;border-radius:50%;background:linear-gradient(145deg,#8c7cff,#ff87b3);box-shadow:0 4px 12px rgba(109,82,190,.22);color:#fff;font-weight:900}
.kids-profile-avatar img{display:block;width:100%;height:100%;object-fit:cover}
.kids-profile-copy{display:grid;min-width:0;line-height:1.2;text-align:left}
.kids-profile-copy b{overflow:hidden;color:#4c3a66;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}
.kids-profile-copy small{overflow:hidden;max-width:165px;color:#887997;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}
.kids-profile-chevron{margin-left:auto;color:#8a76b6;font-weight:900;transition:transform .18s ease}
.kids-profile-menu[open] .kids-profile-chevron{transform:rotate(180deg)}
.kids-profile-dropdown{position:absolute;z-index:70;top:calc(100% + 10px);right:0;width:min(310px,calc(100vw - 28px));padding:9px;border:1px solid #eadff3;border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 22px 50px rgba(73,48,118,.22);animation:kidsProfileIn .16s ease-out}
.kids-profile-dropdown:before{content:"";position:absolute;top:-6px;right:28px;width:12px;height:12px;transform:rotate(45deg);border-left:1px solid #eadff3;border-top:1px solid #eadff3;background:#fff}
.kids-profile-dropdown a{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:10px 11px;border-radius:14px;color:#554468;text-decoration:none}
.kids-profile-dropdown a:hover{background:#f7f3ff;color:#684fe0}
.kids-profile-dropdown a>span:first-child{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#f1edff;font-size:1.08rem}
.kids-profile-dropdown a>span:last-child{display:grid;min-width:0}
.kids-profile-dropdown a b{font-size:.76rem}
.kids-profile-dropdown a small{color:#8b7d97;font-size:.62rem}
.kids-profile-dropdown a.is-danger{margin-top:4px;border-top:1px solid #f1e8f5;color:#bd4665}
.kids-profile-dropdown a.is-danger>span:first-child{background:#fff0f4}
@keyframes kidsProfileIn{from{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:900px){.kids-profile-menu{width:100%}.kids-profile-chip{width:100%;max-width:none}.kids-profile-dropdown{position:static;width:100%;margin-top:8px;box-shadow:none}.kids-profile-dropdown:before{display:none}}

/* v4.12.4: mobile profile without changing PHP core files */
.kids-profile-mobile{display:none}
@media(max-width:980px){
  body.egs-kids-theme .nav-wrap{justify-content:flex-start;gap:8px}
  body.egs-kids-theme .brand{margin-right:auto;min-width:0}
  body.egs-kids-theme .nav-toggle{flex:0 0 auto;margin:0}
  .kids-profile-mobile{display:block!important;position:relative!important;width:auto!important;min-width:0!important;margin:0!important;flex:0 0 auto}
  .kids-profile-mobile>.kids-profile-chip{display:flex!important;width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;padding:3px!important;border-radius:16px!important}
  .kids-profile-mobile .kids-profile-avatar{width:38px!important;height:38px!important;min-width:38px!important;flex-basis:38px!important;border-width:2px!important}
  .kids-profile-mobile .kids-profile-copy,
  .kids-profile-mobile .kids-profile-chevron{display:none!important}
  .kids-profile-mobile .kids-profile-dropdown{position:absolute!important;z-index:500!important;top:calc(100% + 10px)!important;right:0!important;left:auto!important;width:min(310px,calc(100vw - 28px))!important;margin:0!important;padding:10px!important;border-radius:20px!important;box-shadow:0 22px 50px rgba(73,48,118,.22)!important}
  .kids-profile-mobile .kids-profile-dropdown:before{display:block!important;right:18px!important}
  body.egs-kids-theme .site-nav .kids-profile-menu{display:none!important}
}
@media(max-width:520px){
  body.egs-kids-theme .nav-wrap{gap:6px}
  .kids-profile-mobile>.kids-profile-chip{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important}
  .kids-profile-mobile .kids-profile-avatar{width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important}
}
