/* Shared pointer, keyboard and small-screen interaction affordances. */
button,a,summary,select,label.switch-row{touch-action:manipulation}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #4d7fab;outline-offset:3px}
button:not(:disabled):active{filter:brightness(.9)}
summary{cursor:pointer}
.health-main button{font-family:inherit;font-size:14px}
.energy-layout>*,.health-layout>*,.panel,.body{min-width:0}
.table-scroll{max-width:100%}
.download-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 12px;border:1px solid #cddac4;border-radius:4px;background:#f6faf2;color:#315d3e;text-decoration:none;font-size:14px;touch-action:manipulation}
@media(pointer:coarse),(max-width:690px){
 button,select,summary,.page-nav a{min-height:44px}
 button{min-width:44px}
 select,input[type=number]{font-size:16px!important;min-height:44px}
 input[type=range]{min-height:44px;margin-top:6px}
 input[type=checkbox]:not([role=switch]){width:22px;height:22px;flex-shrink:0}
 .check{min-height:44px;align-items:center!important}
 .switch-row{min-height:56px}
 .hall-call{width:44px;height:44px}
 summary{padding-top:10px;padding-bottom:10px;line-height:1.7}
 .panel-heading{flex-wrap:wrap}
 .panel-heading h2{white-space:normal}
 .page-nav{gap:8px 18px;align-items:stretch}
 .page-nav a{display:flex;align-items:center;padding-top:12px;padding-bottom:10px}
 .cabin-buttons{gap:6px;padding-left:12px;padding-right:12px}
 .tabs{gap:12px;flex-wrap:wrap}
 .train-options{flex-wrap:wrap}
 .train-options label{min-width:150px}
 .idea-source a{display:inline-block;padding:10px 3px;min-height:44px}
}
