/* Chalk Mark mascot v1 - dismissible page-aware tip drawer (Joe approved 2026-07-01). */
#pwMascot{position:fixed;left:14px;bottom:14px;z-index:9000;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
#pwMascotBtn{width:46px;height:46px;border-radius:50%;border:1.5px solid #C17817;background:#FDF5E6;cursor:pointer;padding:7px;box-shadow:0 2px 10px rgba(44,24,16,.22);display:flex;align-items:center;justify-content:center;transition:transform .15s}
#pwMascotBtn:hover{transform:translateY(-2px)}
#pwMascotBtn svg{width:100%;height:100%;display:block}
#pwMascotDrawer{position:absolute;left:0;bottom:54px;width:min(320px,80vw);background:#fff;border:1px solid #d8c9b0;border-radius:10px;padding:10px 12px 12px;box-shadow:0 8px 24px rgba(44,24,16,.2)}
#pwMascotDrawer[hidden]{display:none}
.pwm-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}
.pwm-head b{font-size:13px;color:#5C2E0A;letter-spacing:.3px}
.pwm-head .pwm-role{font-size:10.5px;color:#8a715c;font-weight:400}
#pwMascotClose{margin-left:auto;border:none;background:none;font-size:17px;line-height:1;color:#8a715c;cursor:pointer;padding:2px 6px;border-radius:5px}
#pwMascotClose:hover{background:#f5ecdf;color:#5C2E0A}
#pwMascotTip{margin:0;font-size:13px;line-height:1.5;color:#2C1810}
.pwm-actions{display:flex;gap:8px;margin-top:10px}
.pwm-actions button{padding:6px 10px;border:1px solid #d8c9b0;background:#fff;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;color:#5C2E0A}
.pwm-actions button:hover{border-color:#C17817}
#pwMascotHide{color:#8a715c;font-weight:400}
@media(max-width:560px){#pwMascot{left:10px;bottom:10px}}
@media print{#pwMascot{display:none!important}}
