.almc-container{background:#fcfcfc;border:1px solid #ddd;padding:15px;margin-bottom:20px;border-radius:4px;max-width:100%}.almc-label{display:block;margin-bottom:10px;font-weight:600;font-size:14px;color:#444}.almc-equation{font-family:monospace;font-size:1.1em;background:#eee;padding:2px 6px;border-radius:3px;letter-spacing:1px}.almc-input-group{display:flex;align-items:center;gap:10px}.almc-input.input{width:80px !important;margin:0 !important;text-align:center;font-size:16px}.almc-refresh-btn{display:inline-flex !important;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px !important;cursor:pointer}.almc-spin{animation:almc-rotation 1s infinite linear}@keyframes almc-rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}@media (max-width:480px){.almc-container{padding:10px}.almc-input.input{width:60px !important}}