.hf-container{max-width:1100px;margin:15px auto}.setting{display:flex;flex-direction:row;width:968px;gap:18px;justify-content:space-between;background:var(--content-bg);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:8px 16px}.setting-item{display:flex;flex-direction:column;align-items:center;gap:3px}.item-label{height:24px;font-size:16px;color:var(--text-primary);font-weight:500;text-align:center}.setting-item select{width:100px;height:24px;color:var(--text-primary);background:var(--content-bg);border-radius:4px;border:1px solid var(--content-border);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.setting-item input[type=number]{width:94px;height:20px;color:var(--text-primary);background:var(--content-bg);border-radius:4px;border:1px solid var(--content-border)}.setting-item input[type=date]{width:120px;height:22px;color:var(--text-primary);background:var(--content-bg);border-radius:4px;border:1px solid var(--content-border)}.setting-item button{display:flex;align-items:center;justify-content:center;width:100px;height:24px;color:var(--text-primary);background:var(--button-bg);border:none;border-radius:5px;cursor:pointer}.setting-item button:hover{background:var(--button-hover-bg)}.results{display:flex;flex-direction:row;width:100%;gap:15px;margin-top:15px}.results-item{flex:1 1 0;display:flex;flex-direction:column;width:100%;background:var(--content-bg);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.results-item-title{width:100%;text-align:center;font-size:20px;font-weight:700;height:30px;line-height:30px;letter-spacing:.5px;background:0 0;flex-shrink:0}.results-item-content{flex:1 1 0;display:flex;align-items:center;justify-content:center}#mapDiv,.ut-hpf{height:400px;width:100%;border-radius:0 0 8px 8px}#global-calc-mask{animation:fadeIn .2s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media (max-width:768px){.setting{width:calc(100vw - 62px);min-width:280px;flex-direction:column}.setting-item{flex-direction:row;justify-content:space-between;gap:15px}.results{flex-direction:column}}