/* MYPROT Account Menu — isolated styles */
#account-panel .myprot-am-root{font-family:Arial,Helvetica,sans-serif;color:#15171a;background:#fff;padding:18px 18px 22px;overflow:auto;max-height:100vh}
#account-panel .myprot-am-root *{box-sizing:border-box}
#account-panel .myprot-am-root a{text-decoration:none;color:inherit}
#account-panel .myprot-am-profile{position:relative;display:flex;gap:12px;align-items:center;padding:16px;border-radius:18px;background:linear-gradient(135deg,#fff7f7,#fff);border:1px solid #f4dddd;box-shadow:0 3px 15px rgba(0,0,0,.05);margin-bottom:10px}
#account-panel .myprot-am-avatar{width:64px;height:64px;flex:0 0 64px;border-radius:50%;overflow:hidden;background:#e5e5e5;display:flex;align-items:center;justify-content:center;color:#777}
#account-panel .myprot-am-avatar img{width:100%;height:100%;object-fit:cover}
#account-panel .myprot-am-avatar svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.6}
#account-panel .myprot-am-profile-main{min-width:0;padding-right:4px}
#account-panel .myprot-am-profile-main h2{font-size:21px;line-height:1.1;margin:0 0 5px;font-weight:800}
#account-panel .myprot-am-member{font-size:12px;font-weight:700;color:#c68b00}
#account-panel .myprot-am-member span{font-size:15px}
#account-panel .myprot-am-profile-main p{margin:3px 0 0;color:#7c8085;font-size:11px}
#account-panel .myprot-am-points-pill{margin-left:auto;display:flex;align-items:center;gap:5px;background:#fff0f1;border-radius:999px;padding:9px 10px;color:#d8000b;white-space:nowrap}
#account-panel .myprot-am-points-pill svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}
#account-panel .myprot-am-points-pill strong{font-size:14px}
#account-panel .myprot-am-points-pill small{font-size:10px;font-weight:700}
#account-panel .myprot-am-chevron{font-size:24px;line-height:16px;color:#747a80;margin-left:auto}
#account-panel .myprot-am-progress{padding:2px 16px 13px;margin-top:-10px;margin-bottom:9px;background:#fff;border:1px solid #f0f0f0;border-top:0;border-radius:0 0 18px 18px}
#account-panel .myprot-am-progress>div:first-child{display:flex;justify-content:space-between;gap:10px;font-size:10px;color:#777;margin:0 0 6px}
#account-panel .myprot-am-progress strong{font-weight:700;color:#333}
#account-panel .myprot-am-progress-track{height:6px;background:#ededed;border-radius:99px;overflow:hidden}
#account-panel .myprot-am-progress-track span{display:block;width:72%;height:100%;background:#e4a900;border-radius:inherit}
#account-panel .myprot-am-section{background:#fff;border:1px solid #ededed;border-radius:16px;overflow:hidden;margin:11px 0;box-shadow:0 2px 10px rgba(0,0,0,.035)}
#account-panel .myprot-am-section-head{display:flex;align-items:center;gap:9px;padding:11px 13px;background:#fff5f5;color:#d8000b}
#account-panel .myprot-am-section-head svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}
#account-panel .myprot-am-section-head strong{font-size:13px;letter-spacing:.2px}
#account-panel .myprot-am-section-body{padding:0 11px}
#account-panel .myprot-am-row{display:flex;align-items:center;gap:11px;min-height:58px;border-bottom:1px solid #ededed}
#account-panel .myprot-am-row:last-child{border-bottom:0}
#account-panel .myprot-am-row-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex:0 0 30px;color:#111}
#account-panel .myprot-am-row-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
#account-panel .myprot-am-row-copy{min-width:0;display:flex;flex-direction:column;gap:2px;padding:8px 0}
#account-panel .myprot-am-row-copy strong{font-size:13px;line-height:1.2;font-weight:700}
#account-panel .myprot-am-row-copy small{font-size:10px;line-height:1.25;color:#7d8186;white-space:normal}
#account-panel .myprot-am-badge{font-size:10px;font-weight:800;color:#d8000b;background:#fff0f1;border-radius:999px;padding:5px 7px;white-space:nowrap;margin-left:auto}
#account-panel .myprot-am-logout{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:15px;background:#d90009;color:#fff!important;border-radius:12px;padding:14px;font-size:14px;font-weight:800}
#account-panel .myprot-am-logout svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}

/* Guest */
#account-panel .myprot-am-guest-hero{padding:16px;border-radius:18px;background:linear-gradient(135deg,#fff7f7,#fff);border:1px solid #f4dddd;box-shadow:0 3px 15px rgba(0,0,0,.05);margin-bottom:12px}
#account-panel .myprot-am-guest-top{display:flex;gap:12px;align-items:center}
#account-panel .myprot-am-guest-avatar{width:60px;height:60px;flex:0 0 60px;border-radius:50%;background:#eceeef;display:flex;align-items:center;justify-content:center;position:relative;color:#6d7378}
#account-panel .myprot-am-guest-avatar svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.6}
#account-panel .myprot-am-guest-avatar>span{position:absolute;right:-2px;bottom:-1px;background:#d90009;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px}
#account-panel .myprot-am-guest-top h2{font-size:21px;margin:0 0 4px;font-weight:800}
#account-panel .myprot-am-guest-top p{font-size:11px;color:#6f7479;line-height:1.4;margin:0}
#account-panel .myprot-am-guest-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}
#account-panel .myprot-am-btn{height:42px;border-radius:10px;display:flex!important;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:800}
#account-panel .myprot-am-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
#account-panel .myprot-am-btn-primary{background:#d90009;color:#fff!important}
#account-panel .myprot-am-btn-outline{border:1px solid #d90009;color:#d90009!important;background:#fff}
#account-panel .myprot-am-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:14px;padding-top:12px;border-top:1px solid #eee}
#account-panel .myprot-am-benefits>div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px}
#account-panel .myprot-am-benefits svg{width:22px;height:22px;color:#d90009;fill:none;stroke:currentColor;stroke-width:1.7}
#account-panel .myprot-am-benefits strong{font-size:9px;line-height:1.2}
#account-panel .myprot-am-benefits small{display:block;color:#888;font-size:7px;font-weight:400;margin-top:2px}
#account-panel .myprot-am-register-banner{display:flex;align-items:center;gap:10px;padding:13px 12px;background:#f7f7f7;border-radius:14px;margin-top:12px}
#account-panel .myprot-am-register-banner>span{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff0f1;color:#d90009;flex:0 0 38px}
#account-panel .myprot-am-register-banner svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7}
#account-panel .myprot-am-register-banner strong{font-size:12px;line-height:1.2}
#account-panel .myprot-am-register-banner small{display:block;font-size:9px;color:#777;font-weight:400;margin-top:3px}

/* Replace Motta native account menu with MYPROT menu */
#account-panel .panel__container > .panel__header,
#account-panel .panel__container > .panel__content{display:none!important}
#account-panel .panel__container{overflow:hidden!important}
#account-panel .panel__button-close{z-index:20}
#account-panel .myprot-am-root::-webkit-scrollbar{width:4px}
#account-panel .myprot-am-root::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:99px}
@media(max-width:600px){
  #account-panel .myprot-am-root{padding:14px 13px 18px}
  #account-panel .myprot-am-profile{padding:13px}
  #account-panel .myprot-am-avatar{width:57px;height:57px;flex-basis:57px}
  #account-panel .myprot-am-profile-main h2{font-size:18px}
  #account-panel .myprot-am-points-pill{padding:8px 8px}
  #account-panel .myprot-am-points-pill strong{font-size:12px}
  #account-panel .myprot-am-row{min-height:55px}
}
