#list-btn,#download-btn{font-size:1em;padding:.3em 1em;border:1px solid #3368ff;border-radius:4px;background:#f7f8fc;color:#3368ff;font-weight:700;cursor:pointer;transition:background .2s,color .2s}#list-btn:disabled,#download-btn:disabled{background:#eee;color:#aaa;border-color:#ccc;cursor:not-allowed}html,body{height:100%;margin:0;padding:0;font-family:sans-serif;font-size:13px;background:#c8c8c8;width:100vw;overflow:hidden}#app-layout{display:flex;flex-direction:column;height:100%;width:100%}#controls{background:#fff;box-shadow:0 2px 4px #0000001a;padding:.5em 1em;display:flex;flex-direction:column;align-items:center;flex-shrink:0}#controls .title{font-weight:700;font-size:1.5em;margin:0}#controls .intro-text{width:100%;text-align:center;margin:.1em 0;line-height:1.25}.controls-row{display:flex;gap:.5em;align-items:center;width:100%;max-width:350px;justify-content:center}#controls select{font-size:1em;padding:.25em .5em;border:1px solid #ccc;border-radius:4px;width:100%;max-width:220px}#content{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}#map-list-container{flex:1 1 auto;display:flex;min-height:0}#map,#trial-list{flex:1 1 auto;position:relative;min-height:0;min-width:0;overflow-x:auto}#trial-list table{border-collapse:collapse;width:100%;min-width:950px}#trial-list th:first-child{position:sticky;left:0;z-index:3}#trial-list td:first-child{position:sticky;z-index:2;left:0}#trial-list th,#trial-list td{border:1px solid #000;padding:.4em .5em;text-align:left;vertical-align:top;white-space:normal;background:#fff}#trial-list th{background:#f2f2f2;font-weight:700;position:sticky;top:0;z-index:1;cursor:pointer;user-select:none}#trial-list th.sort-asc:after{content:" ▲";font-size:.8em}#trial-list th.sort-desc:after{content:" ▼";font-size:.8em}#trial-list tr.even td{background:#f7f7f7}#trial-list th{white-space:nowrap}#trial-list td:first-child,#trial-list td:nth-child(3),#trial-list td:last-child{white-space:nowrap}#trial-list td:nth-child(6){white-space:normal;overflow-wrap:normal;word-break:normal}.leaflet-container{width:100%!important;height:100%!important;position:absolute;inset:0}#trial-list{overflow-y:auto;background:#fff}#footer{flex-shrink:0;background:#fff;border-top:1px solid #ddd;text-align:center;padding:.5em}.custom-cluster{background:#38f9;border-radius:20px;color:#fff;font-size:14px;font-weight:700;line-height:40px;text-align:center}.cluster-icon{width:40px;height:40px}.popup-content{font-family:sans-serif;font-size:13px;line-height:1.4}.popup-content div{margin-bottom:4px}.popup-content a{color:#06c;text-decoration:none}.popup-content a:hover{text-decoration:underline}#spinner{position:fixed;top:50%;left:50%;width:60px;height:60px;margin:-30px 0 0 -30px;border:8px solid rgba(0,0,0,.1);border-top:8px solid #3368ff;border-radius:50%;animation:spin 1s linear infinite;z-index:2000}.hidden{display:none}@keyframes spin{to{transform:rotate(360deg)}}.help-tip{position:relative;color:#06c;cursor:pointer;text-decoration:underline dotted}.help-tip:after{content:attr(data-tip);position:fixed;top:calc(var(--help-tip-y));left:50%;transform:translate(-50%);display:inline-block;width:280px;white-space:normal;padding:8px 10px;border-radius:4px;background:#fff;border:1px solid #888;box-shadow:0 2px 6px #00000040;font-size:13px;line-height:1.4;z-index:2000;visibility:hidden;opacity:0;transition:opacity .15s}.help-tip:before{content:"";position:fixed;top:calc(var(--help-tip-y) - 5px);left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#fff;border-left:1px solid #888;border-bottom:1px solid #888;box-shadow:2px 2px 4px #00000014;z-index:1999;visibility:hidden;opacity:0;transition:opacity .15s}.help-tip:hover:after,.help-tip:focus:after,.help-tip:hover:before,.help-tip:focus:before{visibility:visible;opacity:1}
