/* Profile / cabinet — mirror eisaipro personal cabinet */

.eisai-cabinet-main{
  padding-top:130px;
  min-height:70vh;
  box-sizing:border-box;
  background:#F5F7F9;
}
@media (min-width:768px){
  .eisai-cabinet-main{padding-top:170px}
}

.eisai-profile-app{
  max-width:1220px;
  margin:0 auto;
  padding:0 20px 0;
  box-sizing:border-box;
}
@media (min-width:768px){
  .eisai-profile-app{padding-bottom:0}
}

.eisai-profile-layout{
  display:flex;
  flex-direction:column;
  gap:40px;
  align-items:flex-start;
  padding-bottom:50px;
}
@media (min-width:768px){
  .eisai-profile-layout{
    flex-direction:row;
    gap:30px;
    padding-bottom:80px;
  }
}

.eisai-profile-sidebar{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:28px;
}
@media (min-width:768px){
  .eisai-profile-sidebar{
    width:300px;
    min-width:300px;
    flex-shrink:0;
  }
}

.eisai-profile-nav{
  box-sizing:border-box;
  width:100%;
  border:1px solid #E9EAEC;
  border-radius:20px;
  background:#fff;
  padding:20px;
}

.eisai-profile-delete{
  appearance:none;
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  gap:12px;
  width:fit-content;
  padding:0;
  color:#9C026C;
  text-decoration:underline;
  font-size:16px;
  line-height:1.4;
  cursor:pointer;
  font-family:inherit;
}
.eisai-profile-delete:hover{opacity:.8}
.eisai-profile-delete svg{flex-shrink:0}

.eisai-profile-nav__title{
  margin-bottom:20px;
  color:#000;
  font-weight:600;
  font-size:18px;
}

.eisai-profile-nav__links{
  display:flex;
  flex-wrap:wrap;
  gap:10px 25px;
}
@media (min-width:768px){
  .eisai-profile-nav__links{
    flex-direction:column;
    gap:10px;
  }
}

.eisai-profile-nav a{
  position:relative;
  display:block;
  color:inherit;
  text-decoration:none !important;
}
.eisai-profile-nav a.is-active{
  color:#9C026C;
}
.eisai-profile-nav a.is-active::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:2px;
  height:100%;
  background:#9C026C;
  border-radius:999px;
}
.eisai-profile-nav a.is-active span{
  padding-left:7px;
  display:inline-block;
}

.eisai-profile-panel{
  width:100%;
  min-width:0;
  background:transparent;
  border-radius:0;
  padding:0;
  box-shadow:none;
}

.eisai-profile-section{
  display:flex;
  flex-direction:column;
  gap:25px;
  width:100%;
}

.eisai-profile-heading{
  margin:0;
  color:#000;
  font-family:"Source Sans 3",sans-serif !important;
  font-style:normal !important;
  font-size:32px !important;
  font-weight:600;
  line-height:1.25 !important;
}

.eisai-profile-lead{
  margin:0;
  color:#000;
  font-size:20px;
  font-weight:400;
  line-height:1.4;
  max-width:850px;
}

[data-profile-view]{
  display:flex;
  flex-direction:column;
  gap:25px;
}

.eisai-profile-field{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.eisai-profile-field__label{
  margin:0;
  font-family:"Source Sans 3",sans-serif !important;
  font-style:normal !important;
  font-size:16px !important;
  font-weight:400;
  line-height:1.4;
  color:rgba(0,0,0,.8);
}
.eisai-profile-field__value{
  font-family:"Source Sans 3",sans-serif !important;
  font-style:normal !important;
  font-size:20px;
  font-weight:600;
  line-height:1.4;
  color:rgba(0,0,0,.8);
}

.eisai-profile-edit{
  display:flex;
  flex-direction:column;
  gap:25px;
  max-width:669px;
  width:100%;
}

.eisai-profile-select-wrap{position:relative}
.eisai-profile-select{
  width:100%;
  height:52px;
  padding:0 48px 0 16px;
  border-radius:10px;
  border:1px solid #C8CBD1;
  font-size:16px;
  color:rgba(0,0,0,.8);
  background:transparent;
  appearance:none;
}
.eisai-profile-select:focus{
  border-color:#9C026C;
  outline:none;
}
.eisai-profile-select-wrap::after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid #6B7280;
  border-bottom:2px solid #6B7280;
  transform:translateY(-70%) rotate(45deg);
  pointer-events:none;
}

.eisai-profile-btn-row{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}
.eisai-profile-btn{
  height:60px;
  font-size:18px;
}
.eisai-profile-btn--ghost{
  background:transparent !important;
  border-width:1px !important;
}

.eisai-profile-notif-form{
  display:flex;
  flex-direction:column;
  gap:25px;
  max-width:850px;
}
.eisai-profile-notif-form .custom-checkbox .chekbox__text{
  font-size:20px;
  font-weight:400;
  color:#000;
}

.eisai-profile-fav-col{
  display:flex;
  flex-direction:column;
  gap:40px;
  width:100%;
  max-width:463px;
}

.eisai-profile-fav-list{
  display:flex;
  flex-direction:column;
  gap:40px;
  width:100%;
}

.eisai-profile-empty{
  color:#64748b;
  padding:32px 0;
  text-align:center;
}

.eisai-profile-grid{display:flex;flex-direction:column;gap:12px}
.eisai-profile-actions{display:flex;flex-wrap:wrap;gap:20px}

/* Material favorite cards reuse catalog card chrome */
.eisai-profile-fav-list .eisai-mc-card{
  width:100%;
  max-width:463px;
}
.eisai-profile-fav-list .eisai-mc-card-media{
  margin:10px 10px 0;
}
.eisai-profile-fav-list .eisai-mc-card-media-inner{
  height:162px;
}
.eisai-profile-fav-list .eisai-mc-card-date{
  padding:10px 10px 0;
  font-size:16px;
  font-weight:400;
  color:#1e1e1e;
  line-height:normal;
}
.eisai-profile-fav-list .eisai-mc-card-title{
  font-size:16px;
  font-weight:600;
  line-height:1.25;
  padding:0 10px 15px;
  color:#1e1e1e;
}
.eisai-profile-fav-list .eisai-mc-chips{
  justify-content:flex-end;
}
.eisai-profile-card-cta{
  padding:0 10px 15px;
}
.eisai-profile-card-cta .button{
  max-width:182px;
  width:100%;
  height:60px;
  font-size:18px;
  font-weight:400;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Event favorite cards */
.eisai-profile-event-card{
  display:flex;
  flex-direction:column;
  gap:8px;
  width:100%;
}
.eisai-profile-event-card__media{
  width:100%;
  height:162px;
  overflow:hidden;
  border-radius:5px;
  background:#eef1f4;
}
.eisai-profile-event-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.eisai-profile-event-card__date{
  color:#1E1E1E;
  font-size:16px;
  font-weight:400;
  line-height:normal;
}
.eisai-profile-event-card__date::before{
  content:".";
  vertical-align:super;
  margin-right:4px;
  font-size:.7em;
}
.eisai-profile-event-card__title{
  color:#1E1E1E;
  font-size:16px;
  font-weight:600;
  line-height:1.25;
}
.eisai-profile-event-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.eisai-profile-event-card__actions .button{
  max-width:182px;
  width:100%;
  height:60px;
  font-size:18px;
  font-weight:400;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  justify-content:center;
}

.eisai-profile-events-layout{
  display:flex;
  flex-direction:column-reverse;
  gap:40px;
  width:100%;
  justify-content:space-between;
}
@media (min-width:768px){
  .eisai-profile-events-layout{
    flex-direction:row;
    gap:30px;
  }
}

/* Month calendar — compact like prod v-calendar pane (~280–300px), not stretched */
.eisai-profile-calendar-wrap{
  width:300px;
  max-width:100%;
  flex-shrink:0;
  align-self:flex-start;
}
.eisai-cal{
  width:100%;
  color:#000;
  user-select:none;
  box-sizing:border-box;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:transparent;
  padding:6px 6px 10px;
  font-family:"Source Sans 3",sans-serif;
  font-style:normal;
}
.eisai-cal__head{
  display:grid;
  grid-template-columns:28px 1fr 28px;
  align-items:center;
  height:30px;
  margin:10px 4px 6px;
  gap:4px;
}
.eisai-cal__title{
  font-size:16px;
  font-weight:600;
  text-transform:capitalize;
  margin:0;
  text-align:center;
  font-family:"Source Sans 3",sans-serif !important;
  font-style:normal !important;
  line-height:30px;
}
.eisai-cal__nav{
  appearance:none;
  border:0;
  background:transparent;
  width:28px;
  height:30px;
  border-radius:4px;
  cursor:pointer;
  color:#64748b;
  font-size:18px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.eisai-cal__nav:hover{background:#e2e8f0}
.eisai-cal__weekdays,
.eisai-cal__days{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:0;
  padding:0 6px;
}
.eisai-cal__weekdays span{
  text-align:center;
  font-size:14px;
  font-weight:500;
  padding:4px 0 8px;
  color:#000;
}
.eisai-cal__day{
  appearance:none;
  border:0;
  background:transparent;
  width:100%;
  min-height:32px;
  height:32px;
  border-radius:5px;
  font-size:18px;
  font-weight:600;
  color:#000;
  cursor:default;
  transition:background .3s ease,color .3s ease;
}
.eisai-cal__day.is-muted{
  opacity:0;
  pointer-events:none;
}
.eisai-cal__day.is-event{
  background:#EED7E7;
  cursor:pointer;
}
.eisai-cal__day.is-event:hover,
.eisai-cal__day.is-event.is-active{
  background:#9A036B;
  color:#fff;
}
.eisai-cal__popover{
  margin:12px 6px 0;
  padding:12px 14px;
  border-radius:10px;
  background:#fff;
  border:1px solid #E9EAEC;
  font-size:14px;
  line-height:1.4;
}
.eisai-cal__popover a{
  color:#9C026C;
  text-decoration:none;
  font-weight:600;
}
.eisai-cal__popover a:hover{text-decoration:underline}

/* Pager */
.eisai-profile-pager{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
.eisai-profile-pager__btn,
.eisai-profile-pager__page{
  appearance:none;
  border:0;
  background:transparent;
  min-width:36px;
  height:36px;
  padding:0 8px;
  border-radius:8px;
  cursor:pointer;
  color:#1e1e1e;
  font:inherit;
  font-size:16px;
}
.eisai-profile-pager__page.is-active{
  color:#9C026C;
  font-weight:700;
}
.eisai-profile-pager__btn:disabled{
  opacity:.3;
  pointer-events:none;
}

.eisai-paywall-banner{margin:24px auto;max-width:960px;padding:20px;border-radius:12px;background:linear-gradient(90deg,#9C026C 0%,#8A005F 100%);color:#fff;text-align:center}
.eisai-paywall-banner button{margin-top:12px;appearance:none;border:0;border-radius:999px;background:#fff;color:#9C026C;font-weight:700;padding:10px 18px;cursor:pointer}
.eisai-paywall-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.95) 55%,#fff 100%);pointer-events:none}
.eisai-paywall-wrapper{position:relative;overflow:hidden;max-height:420px}

