.statistics-panel[hidden]{display:none}
.statistics-panel{position:fixed;bottom:18px;left:18px;right:18px;max-width:660px;z-index:20;background:#fffdf7;color:#263e32;border:1px solid #b6c2ad;border-radius:17px;box-shadow:0 8px 38px #263e3233;padding:22px;font-family:inherit;max-height:80vh;overflow:auto}
.statistics-panel h2{font-size:20px;letter-spacing:-.4px;margin:0 0 8px}
.statistics-panel p{font-size:13px;line-height:1.6;margin:0 0 16px}
.statistics-actions{display:flex;gap:10px;flex-wrap:wrap}
.statistics-actions button{flex:1;min-width:150px;min-height:46px;border:1px solid #285a40;border-radius:9px;background:#fffdf7;color:#285a40;font:inherit;font-size:13px;font-weight:800;padding:11px 15px;cursor:pointer}
.statistics-actions button:hover{background:#e9eedc}
.statistics-settings{background:transparent;border:0;color:inherit;text-decoration:underline;text-underline-offset:4px;font:inherit;cursor:pointer;padding:8px 0;min-height:44px}
@media(max-width:400px){.statistics-panel{bottom:10px;left:10px;right:10px;padding:17px}.statistics-actions{flex-direction:column}.statistics-actions button{width:100%}}
